|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.vividsolutions.wms.MapLayer
Represents a WMS Layer.
| Constructor Summary | |
MapLayer(java.lang.String name,
java.lang.String title,
java.util.Collection srsList,
java.util.Collection subLayers,
BoundingBox bbox)
Creates a new instance of MapLayer |
|
| Method Summary | |
BoundingBox |
getBoundingBox()
Gets the LatLonBoundingBox for this layer. |
java.util.Collection |
getFullSRSList()
|
java.util.ArrayList |
getLayerList()
Returns a list of all the layers in order of a root-left-right traversal of the layer tree. |
java.lang.String |
getName()
Gets the name of this Layer. |
MapLayer |
getParent()
Gets the parent MapLayer of this MapLayer. |
java.util.ArrayList |
getSRSList()
Returns a copy of the list of supported SRS's. |
MapLayer |
getSubLayer(int n)
Returns the sub-layer at the specified index. |
java.util.ArrayList |
getSubLayerList()
Gets a copy of the list of the sublayers of this layer. |
java.lang.String |
getTitle()
Gets the title of this MapLayer. |
int |
numSubLayers()
Returns the number of sub-layers that this MapLayer has. |
java.lang.String |
toString()
Returns a somewhat nicely-formatted string representing all of the details of this layer and its sub-layers (recursively). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MapLayer(java.lang.String name,
java.lang.String title,
java.util.Collection srsList,
java.util.Collection subLayers,
BoundingBox bbox)
| Method Detail |
public int numSubLayers()
public MapLayer getSubLayer(int n)
n - the index of the sub-layer to return
public java.util.ArrayList getSubLayerList()
public java.util.ArrayList getLayerList()
public java.lang.String getTitle()
public java.lang.String getName()
public MapLayer getParent()
public BoundingBox getBoundingBox()
public java.util.ArrayList getSRSList()
public java.util.Collection getFullSRSList()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||