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

getTileMatrixLimits

public java.util.ArrayList getTileMatrixLimits()

getTileMatrixSet

public WMTSTileMatrixSet getTileMatrixSet()

getTileMatrixSetId

public java.lang.String getTileMatrixSetId()

linkTileMatrix

public void linkTileMatrix(WMTSTileMatrixSet tileMatrixSet)
Links the TileMatrixLimits with the TileMatrix

Parameters:
tileMatrixSet -

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

print

public void print()

setForceLongitudeFirstAxisOrder

public void setForceLongitudeFirstAxisOrder(boolean force)
Sets longitude first in the axis order read from the capabilities file

Parameters:
force -

setTileMatrixSet

public void setTileMatrixSet(WMTSTileMatrixSet tileMatrixSet)

setTileMatrixSetId

public void setTileMatrixSetId(java.lang.String tileMatrixSetId)


Copyright © 2014 gvSIG Association. All Rights Reserved.