public abstract class WMTSLayer extends WMTSBaseStruct
| Modifier and Type | Field and Description |
|---|---|
protected WMTSBoundingBox |
bbox |
protected boolean |
forceLongitudeFirstAxisOrder |
protected WMTSServerDescription |
status |
protected WMTSBoundingBox |
wgs84bbox |
gmlTag| Constructor and Description |
|---|
WMTSLayer(WMTSServerDescription status) |
| Modifier and Type | Method and Description |
|---|---|
abstract WMTSBoundingBox |
getBBox() |
WMTSDimension |
getDimension() |
java.util.ArrayList |
getFormat() |
java.util.ArrayList |
getInfoFormat() |
int |
getInitialLevel(java.lang.String tileMatrixSetId)
Returns the initial level of this layer inside the matrix set.
|
java.util.ArrayList |
getKeywords() |
java.lang.String |
getMetadata() |
WMTSResourceURL |
getResourceURL() |
java.util.ArrayList |
getSrsList()
Gets the list of srs's supported
|
java.util.ArrayList |
getStyle() |
java.util.ArrayList |
getTileMatrixSetLink() |
abstract WMTSBoundingBox |
getWGS84BBox() |
void |
linkTileMatrixSets(java.util.ArrayList tileMatrixSetList)
Links the TileMatrixSet with the limits inside the layer structure
|
void |
print() |
void |
setForceLongitudeFirstAxisOrder(boolean force)
Sets longitude first in the axis order read from the capabilities file
|
void |
setKeywords(java.util.ArrayList k) |
void |
setMetadata(java.lang.String metadata) |
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitleprotected WMTSBoundingBox bbox
protected boolean forceLongitudeFirstAxisOrder
protected WMTSServerDescription status
protected WMTSBoundingBox wgs84bbox
public WMTSLayer(WMTSServerDescription status)
public abstract WMTSBoundingBox getBBox()
public WMTSDimension getDimension()
public java.util.ArrayList getFormat()
public java.util.ArrayList getInfoFormat()
public int getInitialLevel(java.lang.String tileMatrixSetId)
public java.util.ArrayList getKeywords()
public java.lang.String getMetadata()
public WMTSResourceURL getResourceURL()
public java.util.ArrayList getSrsList()
public java.util.ArrayList getStyle()
public java.util.ArrayList getTileMatrixSetLink()
public abstract WMTSBoundingBox getWGS84BBox()
public void linkTileMatrixSets(java.util.ArrayList tileMatrixSetList)
tileMatrixSetList - public void print()
public void setForceLongitudeFirstAxisOrder(boolean force)
force - public void setKeywords(java.util.ArrayList k)
public void setMetadata(java.lang.String metadata)
Copyright © 2013 gvSIG Association. All Rights Reserved.