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, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAbstract, getIdentifier, getTitle
protected 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 WMTSLayer
public 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 WMTSLayer
public java.util.List<java.lang.String> getKeywords()
getKeywords
in interface WMTSLayer
public void setKeywords(java.util.List<java.lang.String> k)
public WMTSBoundingBox getWGS84BBox()
getWGS84BBox
in interface WMTSLayer
public java.awt.geom.Rectangle2D getWGS84BBoxTransformed(java.lang.String epsg)
getWGS84BBoxTransformed
in interface WMTSLayer
public WMTSBoundingBox getBBox()
public void setWGS84BBox(WMTSBoundingBox wgs84bbox)
public void setBBox(WMTSBoundingBox bbox)
public java.util.List<WMTSResourceURL> getResourceURL()
getResourceURL
in interface WMTSLayer
public java.util.List<WMTSDimension> getDimensions()
WMTSLayer
getDimensions
in interface WMTSLayer
public java.util.List<WMTSTileMatrixSetLink> getTileMatrixSetLink()
getTileMatrixSetLink
in interface WMTSLayer
public int getInitialLevel(java.lang.String tileMatrixSetId)
getInitialLevel
in interface WMTSLayer
public void linkTileMatrixSets(java.util.List<WMTSTileMatrixSet> tileMatrixSetList)
tileMatrixSetList
- public java.util.List<java.lang.String> getSrsList()
getSrsList
in interface WMTSLayer
public void buildResourceURLListFromTemplate(WMTSStatus status)
buildResourceURLListFromTemplate
in interface WMTSLayer
public void print()