public interface WMTSLayer
Modifier and Type | Method and Description |
---|---|
void |
buildResourceURLListFromTemplate(WMTSStatus status)
If the layer has a template to build the URL, this method checks whether
the format requested needs a template.
|
String |
getAbstract() |
WMTSBoundingBox |
getBBox() |
List<WMTSDimension> |
getDimensions()
Gets dimensions
|
List<String> |
getFormat() |
String |
getIdentifier() |
List<String> |
getInfoFormat() |
int |
getInitialLevel(String tileMatrixSetId)
Returns the initial level of this layer inside the matrix set.
|
List<String> |
getKeywords() |
String |
getMetadata() |
List<WMTSResourceURL> |
getResourceURL() |
List<String> |
getSrsList()
Gets the list of srs's supported
|
List<WMTSStyle> |
getStyle() |
List<WMTSTileMatrixSetLink> |
getTileMatrixSetLink() |
String |
getTitle() |
WMTSBoundingBox |
getWGS84BBox() |
Rectangle2D |
getWGS84BBoxTransformed(String epsg) |
WMTSBoundingBox getWGS84BBox()
Rectangle2D getWGS84BBoxTransformed(String epsg)
String getMetadata()
WMTSBoundingBox getBBox()
List<WMTSTileMatrixSetLink> getTileMatrixSetLink()
int getInitialLevel(String tileMatrixSetId)
String getIdentifier()
String getTitle()
String getAbstract()
List<WMTSResourceURL> getResourceURL()
List<WMTSDimension> getDimensions()
void buildResourceURLListFromTemplate(WMTSStatus status)
defaultDimension.
- If this parameter is null, the default dimension will be used
Parameters needed