org.gvsig.remoteclient.wmts.struct
Class WMTSTileMatrixSetLink
java.lang.Object
org.gvsig.remoteclient.wmts.struct.WMTSTileMatrixSetLink
- Direct Known Subclasses:
- WMTSTileMatrixSetLink_1_0_0
public abstract class WMTSTileMatrixSetLink
- extends java.lang.Object
Set of tiles
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forceLongitudeFirstAxisOrder
protected boolean forceLongitudeFirstAxisOrder
WMTSTileMatrixSetLink
public WMTSTileMatrixSetLink()
setForceLongitudeFirstAxisOrder
public void setForceLongitudeFirstAxisOrder(boolean force)
- Sets longitude first in the axis order read from the capabilities file
- Parameters:
force -
parse
public abstract void parse(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Parses this service
- Parameters:
parser - content -
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
getTileMatrixSetId
public java.lang.String getTileMatrixSetId()
setTileMatrixSetId
public void setTileMatrixSetId(java.lang.String tileMatrixSetId)
getTileMatrixSet
public WMTSTileMatrixSet getTileMatrixSet()
setTileMatrixSet
public void setTileMatrixSet(WMTSTileMatrixSet tileMatrixSet)
getTileMatrixLimits
public java.util.ArrayList getTileMatrixLimits()
linkTileMatrix
public void linkTileMatrix(WMTSTileMatrixSet tileMatrixSet)
- Links the TileMatrixLimits with the TileMatrix
- Parameters:
tileMatrixSet -
print
public void print()
Copyright © 2004-2013 gvSIG. All Rights Reserved.