public interface WMTSDataParameters extends RemoteStoreParameters
Modifier and Type | Field and Description |
---|---|
static String |
DYNCLASS_NAME |
static String |
FIELD_DELETECACHE |
static String |
FIELD_DIMENSION |
static String |
FIELD_DIMENSION_VALUE |
static String |
FIELD_EXTENT |
static String |
FIELD_HEIGHT |
static String |
FIELD_IMAGE_FORMAT |
static String |
FIELD_INFO_FORMAT |
static String |
FIELD_NAME |
static String |
FIELD_OVERRIDE |
static String |
FIELD_SRSSTR |
static String |
FIELD_STYLE_NAME |
static String |
FIELD_WIDTH |
Modifier and Type | Method and Description |
---|---|
ICancellable |
getCancellable() |
String |
getDimension()
Gets the selected dimension
|
String |
getDimensionSelectedValue()
Gets the value for the selected dimension
|
String |
getEPSG(String value)
Returns the current selected SRS.
|
Rectangle2D |
getExtent()
Gets the bounding box
|
int |
getHeight()
Gets the height
|
String |
getImageFormat()
Gets the image format
|
String |
getInfoFormat()
Gets the format of the info by point
|
WMTSLayer |
getLayer()
Gets the layer
|
String |
getName() |
WMTSClient |
getOGCClient() |
IProjection |
getSRS()
Returns the projection
|
String |
getSRSCode()
Devuelve el SRS.
|
String |
getSRSID() |
WMTSStyle |
getStyle()
Gets the style
|
URI |
getURI() |
int |
getWidth()
Gets the width
|
boolean |
isOverridingHost() |
boolean |
isProjected()
Returns true if the layer is projected
|
boolean |
isSizeFixed()
Returns true if the service has limits and false if doesn't
|
void |
setCancellable(ICancellable cancel) |
void |
setDimension(String dimension)
Sets the selected dimension
|
void |
setDimensionSelectedValue(String dimension)
Sets the value for the selected dimension
|
void |
setExtent(Rectangle2D bBox)
Assigns the extent.
|
void |
setHeight(int h)
Sets the height
When a provider is initialized this will need to know what is the height before the request.
|
void |
setImageFormat(String format)
Sets the image format
|
void |
setInfoFormat(String format)
Sets the format of the info by point
|
void |
setLayer(WMTSLayer layer)
Sets the layer selected
|
void |
setName(String name) |
void |
setOGCClient(WMTSClient ogcClient) |
void |
setOverrideHost(boolean over) |
void |
setSRS(IProjection srs) |
void |
setSRS(String m_srs) |
void |
setSRSID(String srsid) |
void |
setStyle(WMTSStyle layer)
Sets the style selected
|
void |
setURI(URI uri) |
void |
setWidth(int w)
Sets the width
When a provider is initialized this will need to know what is the width before the request.
|
clone, deleteCache, getAlphaBand, getFrame, isDeletingCache, setAlphaBand, setFrame
getDataStoreName, getDescription, isValid
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
static final String DYNCLASS_NAME
static final String FIELD_IMAGE_FORMAT
static final String FIELD_INFO_FORMAT
static final String FIELD_NAME
static final String FIELD_SRSSTR
static final String FIELD_OVERRIDE
static final String FIELD_WIDTH
static final String FIELD_HEIGHT
static final String FIELD_DELETECACHE
static final String FIELD_STYLE_NAME
static final String FIELD_EXTENT
static final String FIELD_DIMENSION
static final String FIELD_DIMENSION_VALUE
String getDimension()
void setDimension(String dimension)
dimension
- String getDimensionSelectedValue()
void setDimensionSelectedValue(String dimension)
dimension
- void setStyle(WMTSStyle layer)
layer
- WMTSStyle getStyle()
String getImageFormat()
void setImageFormat(String format)
format
- String getInfoFormat()
void setInfoFormat(String format)
void setLayer(WMTSLayer layer)
layer
- WMTSLayer getLayer()
String getSRSCode()
void setSRS(String m_srs)
void setSRS(IProjection srs)
IProjection getSRS()
boolean isProjected()
String getSRSID()
void setSRSID(String srsid)
String getName()
void setName(String name)
void setCancellable(ICancellable cancel)
ICancellable getCancellable()
boolean isOverridingHost()
void setOverrideHost(boolean over)
void setExtent(Rectangle2D bBox)
bBox
- void setWidth(int w)
setWidth
in interface RemoteStoreParameters
w
- void setHeight(int h)
setHeight
in interface RemoteStoreParameters
h
- Rectangle2D getExtent()
int getWidth()
int getHeight()
boolean isSizeFixed()
RemoteStoreParameters
isSizeFixed
in interface RemoteStoreParameters
void setURI(URI uri)
URI getURI()
WMTSClient getOGCClient()
void setOGCClient(WMTSClient ogcClient)