|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.wms.Capabilities
public class 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. |
|
Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats,
java.lang.String getMapURL,
java.lang.String getFeatureInfoURL)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGetFeatureInfoURL()
|
java.lang.String |
getGetMapURL()
|
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. |
void |
setGetMapURL(java.lang.String url)
|
| 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 treemapFormats - the Collection of supported formats
public Capabilities(WMService service,
java.lang.String title,
MapLayer topLayer,
java.util.Collection mapFormats,
java.lang.String getMapURL,
java.lang.String getFeatureInfoURL)
| Method Detail |
|---|
public WMService getService()
public MapLayer getTopLayer()
public java.lang.String getTitle()
public java.lang.String getGetMapURL()
public java.lang.String getGetFeatureInfoURL()
public void setGetMapURL(java.lang.String url)
public java.lang.String[] getMapFormats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||