public class Capabilities extends Object
| Constructor and Description |
|---|
Capabilities(WMService service,
String title,
MapLayer topLayer,
Collection mapFormats)
Creates a new WMS Capabilities object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getTitle()
Gets the title of the Capabilities.
|
MapLayer |
getTopLayer()
Gets the top layer for these Capabilities.
|
public Capabilities(WMService service, String title, MapLayer topLayer, Collection mapFormats)
service - the WMService to which these Capabilites belongtitle - the title of this WMServicetopLayer - the top MapLayer of the entire layer treeformatList - the Collection of supported formatspublic WMService getService()
public MapLayer getTopLayer()
public String getTitle()
public String[] getMapFormats()
Copyright © 2015. All rights reserved.