|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wms.gce.WMSFormatFactory
Factory for the creation of a Format for use with WebMapServer.
The level of separation afforded a Factory implementation is not currently used, however we may need make use of this class to provide a specific WMSFormat for each version of the WMS Specification.
Constructor Summary | |
WMSFormatFactory(WMSCapabilities capabilities)
WMSFormatFactory constructions based on parsed CapabilitiesDocument. |
Method Summary | |
org.opengis.coverage.grid.Format |
createFormat()
Constructs a WMSFormat for use |
java.util.Map |
getImplementationHints()
Returns the implementation hints. |
boolean |
isAvailable()
Ensures Format preconditions are met |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSFormatFactory(WMSCapabilities capabilities)
Currently only WMSFormat is supported - my impression is that a given WMS can understand several formats.
capabilities
- Capabilities Document used to determine supported
formatsMethod Detail |
public org.opengis.coverage.grid.Format createFormat()
createFormat
in interface GridFormatFactorySpi
public boolean isAvailable()
isAvailable
in interface GridFormatFactorySpi
public java.util.Map getImplementationHints()
getImplementationHints
in interface Factory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |