|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.gce.WMSFormat
GridCoverageExchangeFormat describing Capabilities of a Web Map Server.
Unlike several file system Formats this represents the abilities of a dynamic Server. In addition file formats are often called by client code with the specification of a single URL for processing. WMSFormat will need a series of Layers.
Constructor Summary | |
WMSFormat(WMSCapabilities capabilities)
WMSFormat creation. |
Method Summary | |
boolean |
accepts(java.lang.Object input)
Determines if the input can be processed or not. |
java.lang.String |
getDescription()
|
java.lang.String |
getDocURL()
|
java.lang.String |
getName()
|
org.opengis.parameter.ParameterValueGroup |
getReadParameters()
Retrive parameter metadata describing parameters required by this Web Map Server. |
java.lang.String |
getVendor()
|
java.lang.String |
getVersion()
|
org.opengis.parameter.ParameterValueGroup |
getWriteParameters()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSFormat(WMSCapabilities capabilities)
capabilities
- Parsed Capabilties document from a Web Map ServerMethod Detail |
public boolean accepts(java.lang.Object input)
Currently it accepts WebMapServers, WMT_MS_Capabilities, and URLs and Strings that point to the WMS's getCapabilities address.
Feedback: this seams a bit crazy?
input
- DOCUMENT ME!
public org.opengis.parameter.ParameterValueGroup getReadParameters()
This information should be specific enough to allow the creation of a user interface.
getReadParameters
in interface org.opengis.coverage.grid.Format
public java.lang.String getName()
getName
in interface org.opengis.coverage.grid.Format
public java.lang.String getDescription()
getDescription
in interface org.opengis.coverage.grid.Format
public java.lang.String getVendor()
getVendor
in interface org.opengis.coverage.grid.Format
public java.lang.String getDocURL()
getDocURL
in interface org.opengis.coverage.grid.Format
public java.lang.String getVersion()
getVersion
in interface org.opengis.coverage.grid.Format
public org.opengis.parameter.ParameterValueGroup getWriteParameters()
getWriteParameters
in interface org.opengis.coverage.grid.Format
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |