org.gvsig.remoteclient.wmts.struct
Class WMTSLayer
java.lang.Object
org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
org.gvsig.remoteclient.wmts.struct.WMTSLayer
- Direct Known Subclasses:
- WMTSLayer_1_0_0
public abstract class WMTSLayer
- extends WMTSBaseStruct
Describes the attributes of a layer in a WMTS server
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wgs84bbox
protected WMTSBoundingBox wgs84bbox
bbox
protected WMTSBoundingBox bbox
status
protected WMTSServerDescription status
forceLongitudeFirstAxisOrder
protected boolean forceLongitudeFirstAxisOrder
WMTSLayer
public WMTSLayer(WMTSServerDescription status)
setForceLongitudeFirstAxisOrder
public void setForceLongitudeFirstAxisOrder(boolean force)
- Sets longitude first in the axis order read from the capabilities file
- Parameters:
force -
getMetadata
public java.lang.String getMetadata()
setMetadata
public void setMetadata(java.lang.String metadata)
getFormat
public java.util.ArrayList getFormat()
getInfoFormat
public java.util.ArrayList getInfoFormat()
getKeywords
public java.util.ArrayList getKeywords()
setKeywords
public void setKeywords(java.util.ArrayList k)
getWGS84BBox
public abstract WMTSBoundingBox getWGS84BBox()
getBBox
public abstract WMTSBoundingBox getBBox()
getResourceURL
public WMTSResourceURL getResourceURL()
getDimension
public WMTSDimension getDimension()
getStyle
public java.util.ArrayList getStyle()
getTileMatrixSetLink
public java.util.ArrayList getTileMatrixSetLink()
getInitialLevel
public int getInitialLevel(java.lang.String tileMatrixSetId)
- Returns the initial level of this layer inside the matrix set.
- Returns:
linkTileMatrixSets
public void linkTileMatrixSets(java.util.ArrayList tileMatrixSetList)
- Links the TileMatrixSet with the limits inside the layer structure
- Parameters:
tileMatrixSetList -
getSrsList
public java.util.ArrayList getSrsList()
- Gets the list of srs's supported
- Returns:
print
public void print()
Copyright © 2004-2013 gvSIG. All Rights Reserved.