public abstract class WMTSLayerImpl extends WMTSBaseStruct implements WMTSLayer
| Modifier and Type | Field and Description |
|---|---|
protected WMTSBoundingBox |
bbox |
protected boolean |
forceChangeAxisOrder |
protected WMTSServerDescription |
status |
protected WMTSBoundingBox |
wgs84bbox |
gmlTag| Constructor and Description |
|---|
WMTSLayerImpl(WMTSServerDescription status) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildResourceURLListFromTemplate(WMTSStatus status)
Builds the list of URL whether the capabilities file uses templates.
|
WMTSBoundingBox |
getBBox() |
java.util.List<WMTSDimension> |
getDimensions()
Gets dimensions
|
java.util.List<java.lang.String> |
getFormat() |
java.util.List<java.lang.String> |
getInfoFormat() |
int |
getInitialLevel(java.lang.String tileMatrixSetId)
Returns the initial level of this layer inside the matrix set.
|
java.util.List<java.lang.String> |
getKeywords() |
java.lang.String |
getMetadata() |
java.util.List<WMTSResourceURL> |
getResourceURL() |
java.util.List<java.lang.String> |
getSrsList()
Gets the list of srs's supported
|
java.util.List<WMTSStyle> |
getStyle() |
java.util.List<WMTSTileMatrixSetLink> |
getTileMatrixSetLink() |
WMTSBoundingBox |
getWGS84BBox() |
java.awt.geom.Rectangle2D |
getWGS84BBoxTransformed(java.lang.String epsg) |
void |
linkTileMatrixSets(java.util.List<WMTSTileMatrixSet> tileMatrixSetList)
Links the TileMatrixSet with the limits inside the layer structure
|
void |
print() |
void |
setBBox(WMTSBoundingBox bbox) |
void |
setForceChangeAxisOrder(boolean force)
Sets longitude first in the axis order read from the capabilities file
|
void |
setKeywords(java.util.List<java.lang.String> k) |
void |
setMetadata(java.lang.String metadata) |
void |
setWGS84BBox(WMTSBoundingBox wgs84bbox) |
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAbstract, getIdentifier, getTitleprotected WMTSBoundingBox wgs84bbox
protected WMTSBoundingBox bbox
protected WMTSServerDescription status
protected boolean forceChangeAxisOrder
public WMTSLayerImpl(WMTSServerDescription status)
public void setForceChangeAxisOrder(boolean force)
force - public java.lang.String getMetadata()
getMetadata in interface WMTSLayerpublic void setMetadata(java.lang.String metadata)
public java.util.List<java.lang.String> getFormat()
public java.util.List<java.lang.String> getInfoFormat()
getInfoFormat in interface WMTSLayerpublic java.util.List<java.lang.String> getKeywords()
getKeywords in interface WMTSLayerpublic void setKeywords(java.util.List<java.lang.String> k)
public WMTSBoundingBox getWGS84BBox()
getWGS84BBox in interface WMTSLayerpublic java.awt.geom.Rectangle2D getWGS84BBoxTransformed(java.lang.String epsg)
getWGS84BBoxTransformed in interface WMTSLayerpublic WMTSBoundingBox getBBox()
public void setWGS84BBox(WMTSBoundingBox wgs84bbox)
public void setBBox(WMTSBoundingBox bbox)
public java.util.List<WMTSResourceURL> getResourceURL()
getResourceURL in interface WMTSLayerpublic java.util.List<WMTSDimension> getDimensions()
WMTSLayergetDimensions in interface WMTSLayerpublic java.util.List<WMTSTileMatrixSetLink> getTileMatrixSetLink()
getTileMatrixSetLink in interface WMTSLayerpublic int getInitialLevel(java.lang.String tileMatrixSetId)
getInitialLevel in interface WMTSLayerpublic void linkTileMatrixSets(java.util.List<WMTSTileMatrixSet> tileMatrixSetList)
tileMatrixSetList - public java.util.List<java.lang.String> getSrsList()
getSrsList in interface WMTSLayerpublic void buildResourceURLListFromTemplate(WMTSStatus status)
buildResourceURLListFromTemplate in interface WMTSLayerpublic void print()