|
||||||||||
| 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.IlvWMSServerNode
public class IlvWMSServerNode
A DefaultMutableTreeNode that holds information
about a server connected by an IlvWMSReader.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Method Summary | |
|---|---|
void |
addMapFormat(String format)
Adds a map format to the list of available formats. |
String[] |
getAvailableMapFormats()
Returns the list of available map formats. |
String |
getMapURL()
Returns the map URL. |
String |
getTitle()
Returns the title. |
URL |
getURL()
Retrieves the URL given at construction time. |
void |
setMapURL(String value)
Sets the map base URL to be used by the reader to retrieve images. |
void |
setTitle(String title)
Sets the title of this server. |
boolean |
supportsMapFormat(String format)
Returns true if the passed map format is supported. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String toString()
toString in class DefaultMutableTreeNodepublic URL getURL()
URL given at construction time. This
is the URL of the server.
URL given at construction time.public void addMapFormat(String format)
format - The format to add.public String[] getAvailableMapFormats()
public boolean supportsMapFormat(String format)
true if the passed map format is supported.
format - The map format to check.
true if the passed map format is supported, otherwise false.public void setTitle(String title)
title - The title of this server.public void setMapURL(String value)
value - The map base URL to be used by the reader to retrieve images.public String getMapURL()
public String getTitle()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||