|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
ilog.views.maps.format.wms.IlvWMSLayerNode
public class IlvWMSLayerNode
A DefaultMutableTreeNode that hold informations
about layers available from a OpenGIS compliant server.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Method Summary | |
|---|---|
void |
addRS(String rs)
Adds an SRS name to the available SRS for this layer. |
void |
addStyle(HashMap style)
Adds a style name to the available styles for this layer. |
String[] |
getAvailableRS()
Retrieves the available SRS names for this layer. |
String[] |
getAvailableStyles()
Retrieves the available style names for this layer. |
float[] |
getLatLonBoundingBox()
Retrieves the lat/lon bounding box for this layer. |
double |
getMaxScale()
Returns the maximum scale at which the layer is visible. |
double |
getMinScale()
Returns the minimum scale at which the layer is visible. |
String |
getName()
< Retrieves the name of this layer. |
String |
getTitle()
Retrieves the title of this layer. |
boolean |
isRSSupported(String rs)
Indicates if the given reference system is supported by this layer. |
void |
setLatLonBoundingBox(float minx,
float miny,
float maxx,
float maxy)
Sets the bounding box int lat/lon for this layer. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setLatLonBoundingBox(float minx,
float miny,
float maxx,
float maxy)
minx - The min longitude.miny - The min latitude.maxx - The max longitude.maxy - The max latitude.public float[] getLatLonBoundingBox()
public String toString()
toString in class DefaultMutableTreeNodepublic void addStyle(HashMap style)
style - The style name to add.public String[] getAvailableStyles()
public void addRS(String rs)
rs - The SRS name to add.public String[] getAvailableRS()
public String getName()
public String getTitle()
public double getMinScale()
0
if no minimum scale has been specified.public double getMaxScale()
0
if no maximum scale has been specified.public boolean isRSSupported(String rs)
rs - The reference system to check.
true if supported, otherwise false.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||