|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
public static final class Capabilities.TileSet
Encapsulates information about a tile set as defined by the WMS Tiling Client Recommendation.
Method Summary | |
---|---|
BoundingBox |
getBoundingBox()
Returns the bounding box of this tile set. |
String |
getImageFormat()
Returns the format (mime-type) of the tile images. |
String |
getLayers()
Returns the unparsed value of the Layers element. |
List<Double> |
getResolutions()
Returns the list of resolutions (map units per pixel) at which this tile set has tiles. |
String |
getSrs()
Returns the spatial reference system (SRS) of this tile set. |
String |
getStyles()
Returns the unparsed value of the Styles element. |
SizeView |
getTileSize()
Returns the size of the tiles. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getSrs()
public BoundingBox getBoundingBox()
public List<Double> getResolutions()
public SizeView getTileSize()
public String getImageFormat()
public String getLayers()
Layers
element.
public String getStyles()
Styles
element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |