org.gvsig.remoteclient.wmts.struct
Class WMTSTileMatrixSetLink

java.lang.Object
  extended by 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)

Field Summary
protected  boolean forceLongitudeFirstAxisOrder
           
 
Constructor Summary
WMTSTileMatrixSetLink()
           
 
Method Summary
 java.util.ArrayList getTileMatrixLimits()
           
 WMTSTileMatrixSet getTileMatrixSet()
           
 java.lang.String getTileMatrixSetId()
           
 void linkTileMatrix(WMTSTileMatrixSet tileMatrixSet)
          Links the TileMatrixLimits with the TileMatrix
abstract  void parse(org.kxml2.io.KXmlParser parser)
          Parses this service
 void print()
           
 void setForceLongitudeFirstAxisOrder(boolean force)
          Sets longitude first in the axis order read from the capabilities file
 void setTileMatrixSet(WMTSTileMatrixSet tileMatrixSet)
           
 void setTileMatrixSetId(java.lang.String tileMatrixSetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forceLongitudeFirstAxisOrder

protected boolean forceLongitudeFirstAxisOrder
Constructor Detail

WMTSTileMatrixSetLink

public WMTSTileMatrixSetLink()
Method Detail

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.