| java.lang.Object com.vividsolutions.wms.Capabilities
Capabilities | public class Capabilities (Code) | | Represents the capabilities WMS XML.
author: Chris Hodgson chodgson@refractions.net |
Capabilities | public Capabilities(WMService service, String title, MapLayer topLayer, Collection mapFormats)(Code) | | Creates a new WMS Capabilities object. Should generally only be used by the Parser.
Parameters: service - the WMService to which these Capabilites belong Parameters: title - the title of this WMService Parameters: topLayer - the top MapLayer of the entire layer tree Parameters: formatList - the Collection of supported formats |
getMapFormats | public String[] getMapFormats()(Code) | | Gets a copy of the list of formats supported by this getMap requests for this map.
an array containing the formats supported by getMap requests for this map |
getService | public WMService getService()(Code) | | Gets a reference to the service which these Capabilities describe.
the WMService which these Capabilities describe |
getTitle | public String getTitle()(Code) | | Gets the title of the Capabilities.
the title of the map described by these Capabilities |
getTopLayer | public MapLayer getTopLayer()(Code) | | Gets the top layer for these Capabilities.
the top MapLayer for these Capabilities |
|
|