|
||||||||||
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.
Method Summary | |
---|---|
String |
getDescription()
Description of the file format. |
String |
getDocURL()
Documentation URL for the format. |
String |
getName()
Name of the file format. |
ParameterValueGroup |
getReadParameters()
Retrieve the parameter information for a read operation. |
String |
getVendor()
Vendor or agency for the format. |
String |
getVersion()
Version number of the format. |
ParameterValueGroup |
getWriteParameters()
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 |