See: Description
Interface | Description |
---|---|
Extension |
Generic interface that covers WCS extensions.
|
FormatExtension |
Applies specific formatting to the result.
|
ProtocolExtension |
WCS 2.0 protocol binding extension.
|
Class | Description |
---|---|
AbstractFormatExtension |
An abstract implementation of
FormatExtension , which provides some
convenience methods to concrete implementations. |
AbstractProtocolExtension |
An abstract implementation of
ProtocolExtension , which provides some
convenience methods to concrete implementations. |
CRSExtension |
Manage CRS Extension (OGC 11-053).
|
ExtensionsRegistry |
Protocol binding extensions are managed in this class.
|
GeotiffFormatExtension |
Return coverage as a GeoTIFF file.
|
GmlFormatExtension |
Return coverage as pure GML.
|
JPEG2000FormatExtension |
Return coverage as a JPEG2000 file.
|
KVPProtocolExtension |
An abstract superclass forKVP protocol binding extensions, which provides some
convenience methods to concrete implementations.
|
MultipartFormatExtension |
Common class for multipart image extensions.
|
MultipartGeotiffFormatExtension |
Return coverage as GML + GeoTIFF.
|
MultipartJPEG2000FormatExtension |
Return coverage as GML + GeoTIFF.
|
RangeSubsettingExtension |
This class manages the Subsetting Extension in accordance to the OGC-12-040
standard The extension allows extraction of specific fields, according to the
range type specification, from the range set of a coverage during server-side
processing of a coverage in a GetCoverage request.
|
RESTProtocolExtension |
A superclass for REST protocol binding extensions, which provides some
convenience methods to concrete implementations.
|
ScalingExtension |
Manage Scaling Extension (OGC 12-039).
|
SOAPProtocolExtension |
An abstract superclass for SOAP protocol binding extensions, which provides some
convenience methods to concrete implementations.
|
XMLProtocolExtension |
An abstract superclass for XML/POST protocol binding extensions, which provides some
convenience methods to concrete implementations.
|
This package contains extensions to the WCS 2.0 core.
Each extension has an extension identifier, and all extensions are managed in ExtensionsRegistry
.
At the moment there are ProtocolExtension
s, which specify different ways of communicating
with the WCS 2.0 server, and FormatExtension
s which specify how the GetCoverage
response should be formatted.