|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_Format", specification=OGC_01004) public interface Format
A discovery mechanism to determine the formats supported by a GridCoverageExchange
implementation. A GridCoverageExchange
implementation can support a number of
file format or resources.
WARNING: THIS CLASS WILL CHANGE. Current API is derived from OGC Grid Coverages Implementation specification 1.0. We plan to replace it by new interfaces derived from ISO 19123 (Schema for coverage geometry and functions). Current interfaces should be considered as legacy and are included in this distribution only because they were part of GeoAPI 1.0 release. We will try to preserve as much compatibility as possible, but no migration plan has been determined yet. |
Method Summary | |
---|---|
String |
getDescription()
Deprecated. Description of the file format. |
String |
getDocURL()
Deprecated. Documentation URL for the format. |
String |
getName()
Deprecated. Name of the file format. |
ParameterValueGroup |
getReadParameters()
Deprecated. Retrieve the parameter information for a read operation. |
String |
getVendor()
Deprecated. Vendor or agency for the format. |
String |
getVersion()
Deprecated. Version number of the format. |
ParameterValueGroup |
getWriteParameters()
Deprecated. Retrieve the parameter information for a write operation. |
Method Detail |
---|
@UML(identifier="name", obligation=MANDATORY, specification=OGC_01004) String getName()
@UML(identifier="description", obligation=OPTIONAL, specification=OGC_01004) String getDescription()
null
.
@UML(identifier="vendor", obligation=OPTIONAL, specification=OGC_01004) String getVendor()
@UML(identifier="docURL", obligation=OPTIONAL, specification=OGC_01004) String getDocURL()
@UML(identifier="version", obligation=OPTIONAL, specification=OGC_01004) String getVersion()
@UML(identifier="getParameterInfo, numParameters", obligation=MANDATORY, specification=OGC_01004) ParameterValueGroup getReadParameters()
read
operation.
@UML(identifier="getParameterInfo, numParameters", obligation=MANDATORY, specification=OGC_01004) ParameterValueGroup getWriteParameters()
write
operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |