|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Format | |
| org.deegree_impl.services.wms.capabilities | |
| org.deegree.services.wms.capabilities | |
| Uses of Format in org.deegree_impl.services.wms.capabilities |
| Classes in org.deegree_impl.services.wms.capabilities that implement Format | |
(package private) class |
Format_Impl
describes the format a WMS can serve for GetMap, GetFeatureInfo, GetStyle etc. |
| Methods in org.deegree_impl.services.wms.capabilities that return Format | |
Format |
Operation_Impl.getFormat(java.lang.String format)
Returns the specified Format (currently as a String), if the Operation supports it, else null. |
Format[] |
Operation_Impl.getFormats()
returns the formats a operation is able to return its results |
| Methods in org.deegree_impl.services.wms.capabilities with parameters of type Format | |
void |
Operation_Impl.addFormat(Format format)
Adds a format to the Operation's formats (if it is not defined yet). |
void |
Operation_Impl.setFormats(Format[] formats)
adds the formats a operation is able to return its results |
| Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Format | |
Operation_Impl(java.lang.String operationName,
Format[] formats,
DCPType[] types)
constructor initializing the class with the |
|
Operation_Impl(java.lang.String operationName,
Format[] formats,
DCPType[] types,
java.lang.String responsibleClass)
constructor initializing the class with the |
|
| Uses of Format in org.deegree.services.wms.capabilities |
| Methods in org.deegree.services.wms.capabilities that return Format | |
Format[] |
Operation.getFormats()
returns the formats a operation is able to return its results |
Format |
Operation.getFormat(java.lang.String format)
Returns the specified Format (currently as a String), if the Operation supports it, else null. |
| Methods in org.deegree.services.wms.capabilities with parameters of type Format | |
void |
Operation.addFormat(Format format)
Adds a format to the Operation's formats (if it is not defined yet). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||