|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.vividsolutions.wms.Capabilities
Represents the capabilities WMS XML.
| Constructor Summary | |
Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats)
Creates a new WMS Capabilities object. |
|
| Method Summary | |
java.lang.String[] |
getMapFormats()
Gets a copy of the list of formats supported by this getMap requests for this map. |
WMService |
getService()
Gets a reference to the service which these Capabilities describe. |
java.lang.String |
getTitle()
Gets the title of the Capabilities. |
MapLayer |
getTopLayer()
Gets the top layer for these Capabilities. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats)
service - the WMService to which these Capabilites belongtitle - the title of this WMServicetopLayer - the top MapLayer of the entire layer tree| Method Detail |
public WMService getService()
public MapLayer getTopLayer()
public java.lang.String getTitle()
public java.lang.String[] getMapFormats()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||