Interface | Description |
---|---|
WcsCatalog |
Defines an interface for WCS catalog.
|
WcsResponder |
Created by IntelliJ IDEA.
|
Class | Description |
---|---|
CodeStringAttribute |
Represents a WCS codeString attribute.
|
CoordinateDimension |
Created by ndp on 9/22/16.
|
Coverage |
Represents a wcs:Coverage object.
|
CoverageDescription |
An implementation of a wcs:CoverageDescription object.
|
DescribeCoverageRequest |
User: ndp
Date: Aug 13, 2008
Time: 4:01:09 PM
|
DescribeCoverageRequestProcessor |
Created by IntelliJ IDEA.
|
DescribeEOCoverageSetRequest |
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
DescribeEOCoverageSetRequest
|
DescribeEOCoverageSetRequestProcessor |
Created by ndp on 9/8/16.
|
DimensionSubset |
This class embodies a WCS CoordinateDimension Subset concept and is able to produce a DAP constraint expression
that requests the correct subset of the data.
|
DomainCoordinate |
THis class is used to contain teh explict mapping from the WCS coordinate variables in to
the underlying DAP dataset variables.
|
DummyCatalog | |
DynamicCoverageDescription |
This class embodies the mapping between a DAP DMR and a WCS Coverage.
|
DynamicCoverageDescriptionTest |
Junit Tests on DynamicCoverageDescription
|
DynamicService | |
DynamicService.FieldDef | |
DynamicServiceCatalog |
This catalog doesn't maintain a catalog persay, but uses incoming requests to access remote services to build a
single coverage catalog for the requested
|
EnvelopeWithTimePeriod |
Thin wrapper of net.opengis.gml.v_3_2_1.EnvelopeWithTimePeriodType
facilitates setting of its parameters while iterating over
the container attributes in DMR Dataset
|
EOCoverage |
Created by ndp on 8/5/16.
|
EOCoverageDescription |
This child of CoverageDescription adds functionality specific to the EO profile.
|
EODatasetSeries |
Created by ndp on 7/26/16.
|
Field |
|
GetCapabilitiesRequest |
User: ndp
Date: Aug 13, 2008
Time: 4:00:35 PM
|
GetCapabilitiesRequestProcessor |
This class houses methods that return the wcs:Capabilities response for the service.
|
GetCoverageRequest |
User: ndp
Date: Aug 13, 2008
Time: 4:00:22 PM
|
GetCoverageRequestProcessor |
Process GetCoverage requests.
|
LocalFileCatalog |
Created by IntelliJ IDEA.
|
MultiElementFilter | |
MyNamespaceMapper | |
NCName | |
NewBoundingBox |
This class represents a ows:BoundingBox with additional properties and methods to
allow it to produce DAP constraint expressions that use the geogrid server side function
in Hyrax 1.6.2 and later.
|
OgcDataEncoding |
Created by IntelliJ IDEA.
|
ProcessController |
Created by IntelliJ IDEA.
|
RangeSubset | |
ScaleRequest |
Created by ndp on 11/9/16.
|
ServerCapabilities |
Created by IntelliJ IDEA.
|
TemporalDimensionSubset |
This class extends DimensionSubset concept to correctly handle time strings.
|
TimeConversion |
Time utils for WCS.
|
Util |
Created by IntelliJ IDEA.
|
WCS |
User: ndp
Date: Aug 14, 2008
Time: 10:45:26 AM
|
WcsExceptionReport |
User: ndp
Date: Aug 14, 2008
Time: 1:15:27 PM
|
WcsServiceManager |
This class manages the WCS service.
|
XLink |
Created by IntelliJ IDEA.
|
Enum | Description |
---|---|
DimensionSubset.Type | |
WCS.REQUEST | |
XLink.Type |
Exception | Description | |||
---|---|---|---|---|
BadParameterException | ||||
ConfigurationException |
Created by IntelliJ IDEA.
|
|||
WcsException |
WCS exceptions
ExceptionCode
| Meaning of code
| locator value
OperationNotSupported
Request is for an operation that is not supported by this server
Name of operation not supported.
MissingParameterValue
Operation request does not include a parameter value, and this server
did not declare a default value for that parameter
Name of missing parameter
InvalidParameterValue
Operation request contains an invalid parameter value.
Name of parameter with invalid value
VersionNegotiationFailed
List of versions in "AcceptVersions" parameter value in GetCapabilities
operation request did not include any version supported by this server.
None, omit "locator" parameter
InvalidUpdateSequence
Value of (optional) updateSequence parameter in GetCapabilities operation
request is greater than current value of service metadata updateSequence
number
None, omit "locator" parameter
OptionNotSupported
Request is for an option that is not supported by this server.
Identifier of option not supported
NoApplicableCode
No other exceptionCode specified by this service and server applies to
this exception.
None, omit locator parameter
User: ndp
Date: Aug 13, 2008
Time: 4:18:20 PM
|
|