Interface DocumentRoot
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DocumentRootImpl
The following features are supported:
Mixed
XMLNS Prefix Map
XSI Schema Location
Available Keys
Axis Subset
Capabilities
Contents
Coverage
Coverage Descriptions
Coverages
Coverage Summary
Describe Coverage
Get Capabilities
Get Coverage
Grid Base CRS
Grid CRS
Grid CS
Grid Offsets
Grid Origin
Grid Type
Identifier
Interpolation Methods
Temporal Domain
Temporal Subset
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Available Keys' containment reference.Returns the value of the 'Axis Subset' containment reference.Returns the value of the 'Capabilities' containment reference.Returns the value of the 'Contents' containment reference.Returns the value of the 'Coverage' containment reference.Returns the value of the 'Coverage Descriptions' containment reference.Returns the value of the 'Coverages' containment reference.Returns the value of the 'Coverage Summary' containment reference.Returns the value of the 'Describe Coverage' containment reference.Returns the value of the 'Get Capabilities' containment reference.Returns the value of the 'Get Coverage' containment reference.Returns the value of the 'Grid Base CRS' attribute.Returns the value of the 'Grid CRS' containment reference.Returns the value of the 'Grid CS' attribute.Returns the value of the 'Grid Offsets' attribute.Returns the value of the 'Grid Origin' attribute.Returns the value of the 'Grid Type' attribute.Returns the value of the 'Identifier' attribute.Returns the value of the 'Interpolation Methods' containment reference.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.Returns the value of the 'Temporal Domain' containment reference.Returns the value of the 'Temporal Subset' containment reference.EMap
Returns the value of the 'XMLNS Prefix Map' map.EMap
Returns the value of the 'XSI Schema Location' map.void
Sets the value of the 'Available Keys
' containment reference.void
setAxisSubset
(AxisSubsetType value) Sets the value of the 'Axis Subset
' containment reference.void
setCapabilities
(CapabilitiesType value) Sets the value of the 'Capabilities
' containment reference.void
setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference.void
setCoverage
(ReferenceGroupType value) Sets the value of the 'Coverage
' containment reference.void
Sets the value of the 'Coverage Descriptions
' containment reference.void
setCoverages
(CoveragesType value) Sets the value of the 'Coverages
' containment reference.void
Sets the value of the 'Coverage Summary
' containment reference.void
Sets the value of the 'Describe Coverage
' containment reference.void
Sets the value of the 'Get Capabilities
' containment reference.void
setGetCoverage
(GetCoverageType value) Sets the value of the 'Get Coverage
' containment reference.void
setGridBaseCRS
(String value) Sets the value of the 'Grid Base CRS
' attribute.void
setGridCRS
(GridCrsType value) Sets the value of the 'Grid CRS
' containment reference.void
Sets the value of the 'Grid CS
' attribute.void
setGridOffsets
(Object value) Sets the value of the 'Grid Offsets
' attribute.void
setGridOrigin
(Object value) Sets the value of the 'Grid Origin
' attribute.void
setGridType
(String value) Sets the value of the 'Grid Type
' attribute.void
setIdentifier
(String value) Sets the value of the 'Identifier
' attribute.void
Sets the value of the 'Interpolation Methods
' containment reference.void
Sets the value of the 'Temporal Domain
' containment reference.void
Sets the value of the 'Temporal Subset
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
-
getXMLNSPrefixMap
EMap getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
-
getXSISchemaLocation
EMap getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
-
getAvailableKeys
AvailableKeysType getAvailableKeys()Returns the value of the 'Available Keys' containment reference. List of all the available (valid) key values for this axis. For numeric keys, signed values should be ordered from negative infinity to positive infinity.- Returns:
- the value of the 'Available Keys' containment reference.
- See Also:
-
setAvailableKeys
Sets the value of the 'Available Keys
' containment reference.- Parameters:
value
- the new value of the 'Available Keys' containment reference.- See Also:
-
getAxisSubset
AxisSubsetType getAxisSubset()Returns the value of the 'Axis Subset' containment reference. List of selected Keys for this axis, to be used for selecting values in a vector range field. TBD.- Returns:
- the value of the 'Axis Subset' containment reference.
- See Also:
-
setAxisSubset
Sets the value of the 'Axis Subset
' containment reference.- Parameters:
value
- the new value of the 'Axis Subset' containment reference.- See Also:
-
getCapabilities
CapabilitiesType getCapabilities()Returns the value of the 'Capabilities' containment reference. XML encoded WCS GetCapabilities operation response. The Capabilities document provides clients with service metadata about a specific service instance, including metadata about the coverages served. If the server does not implement the updateSequence parameter, the server shall always return the Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional sections shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request.- Returns:
- the value of the 'Capabilities' containment reference.
- See Also:
-
setCapabilities
Sets the value of the 'Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Capabilities' containment reference.- See Also:
-
getContents
ContentsType getContents()Returns the value of the 'Contents' containment reference. Contents section of WCS service metadata (or Capabilities) XML document. For the WCS, these contents are brief metadata about the coverages available from this server, or a reference to another source from which this metadata is available.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
-
setContents
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
-
getCoverage
ReferenceGroupType getCoverage()Returns the value of the 'Coverage' containment reference. Complete data for one coverage, referencing each coverage file either remotely or locally in the same message.- Returns:
- the value of the 'Coverage' containment reference.
- See Also:
-
setCoverage
Sets the value of the 'Coverage
' containment reference.- Parameters:
value
- the new value of the 'Coverage' containment reference.- See Also:
-
getCoverageDescriptions
CoverageDescriptionsType getCoverageDescriptions()Returns the value of the 'Coverage Descriptions' containment reference. Response from a WCS DescribeCoverage operation, containing one or more coverage descriptions.- Returns:
- the value of the 'Coverage Descriptions' containment reference.
- See Also:
-
setCoverageDescriptions
Sets the value of the 'Coverage Descriptions
' containment reference.- Parameters:
value
- the new value of the 'Coverage Descriptions' containment reference.- See Also:
-
getCoverages
CoveragesType getCoverages()Returns the value of the 'Coverages' containment reference.If the meaning of the 'Coverages' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Coverages' containment reference.
- See Also:
-
setCoverages
Sets the value of the 'Coverages
' containment reference.- Parameters:
value
- the new value of the 'Coverages' containment reference.- See Also:
-
getCoverageSummary
CoverageSummaryType getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference.If the meaning of the 'Coverage Summary' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Coverage Summary' containment reference.
- See Also:
-
setCoverageSummary
Sets the value of the 'Coverage Summary
' containment reference.- Parameters:
value
- the new value of the 'Coverage Summary' containment reference.- See Also:
-
getDescribeCoverage
DescribeCoverageType getDescribeCoverage()Returns the value of the 'Describe Coverage' containment reference. Request to a WCS to perform the DescribeCoverage operation. This operation allows a client to retrieve descriptions of one or more coverages. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation.- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
-
setDescribeCoverage
Sets the value of the 'Describe Coverage
' containment reference.- Parameters:
value
- the new value of the 'Describe Coverage' containment reference.- See Also:
-
getGetCapabilities
GetCapabilitiesType getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference. Request to a WCS server to perform the GetCapabilities operation. This operation allows a client to retrieve a Capabilities XML document providing metadata for the specific WCS server. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation.- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
-
setGetCapabilities
Sets the value of the 'Get Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Get Capabilities' containment reference.- See Also:
-
getGetCoverage
GetCoverageType getGetCoverage()Returns the value of the 'Get Coverage' containment reference. Request to a WCS to perform the GetCoverage operation. This operation allows a client to retrieve a subset of one coverage. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation.- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
-
setGetCoverage
Sets the value of the 'Get Coverage
' containment reference.- Parameters:
value
- the new value of the 'Get Coverage' containment reference.- See Also:
-
getGridBaseCRS
String getGridBaseCRS()Returns the value of the 'Grid Base CRS' attribute. Association to the coordinate reference system (CRS) in which this Grid CRS is specified. A GridCRS can use any type of baseCRS, including GeographicCRS, ProjectedCRS, ImageCRS, or a different GridCRS. For a GridCRS, this association is limited to a remote definition of the baseCRS (not encoded in-line).- Returns:
- the value of the 'Grid Base CRS' attribute.
- See Also:
-
setGridBaseCRS
Sets the value of the 'Grid Base CRS
' attribute.- Parameters:
value
- the new value of the 'Grid Base CRS' attribute.- See Also:
-
getGridCRS
GridCrsType getGridCRS()Returns the value of the 'Grid CRS' containment reference.If the meaning of the 'Grid CRS' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Grid CRS' containment reference.
- See Also:
-
setGridCRS
Sets the value of the 'Grid CRS
' containment reference.- Parameters:
value
- the new value of the 'Grid CRS' containment reference.- See Also:
-
getGridCS
String getGridCS()Returns the value of the 'Grid CS' attribute. The default value is"urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS"
. Association to the (Cartesian) grid coordinate system used by this Grid CRS. In this use of a (Cartesian) grid coordinate system, the grid positions shall be in the centers of the image or other grid coverage values (not between the grid values), as specified in ISO 19123. Also, the grid point indices at the origin shall be 0, 0 (not 1,1), as specified in ISO 19123. This GridCS defaults to the most commonly used grid coordinate system, which is referenced by the URN "urn:ogc:def:cs:OGC:0.0:Grid2dSquareCS". For a GridCRS, this association is limited to a remote definition of the GridCS (not encoded in-line).- Returns:
- the value of the 'Grid CS' attribute.
- See Also:
-
setGridCS
Sets the value of the 'Grid CS
' attribute.- Parameters:
value
- the new value of the 'Grid CS' attribute.- See Also:
-
getGridOffsets
Object getGridOffsets()Returns the value of the 'Grid Offsets' attribute. Two or more grid position offsets from the grid origin in the GridBaseCRS of this GridCRS. Example: For the grid2dIn2dCRS OperationMethod, this Offsets element shall contain four values, the first two values shall specify the grid offset for the first grid axis in the 2D base CRS, and the second pair of values shall specify the grid offset for the second grid axis. In this case, the middle two values are zero for un-rotated and un-skewed grids.- Returns:
- the value of the 'Grid Offsets' attribute.
- See Also:
-
setGridOffsets
Sets the value of the 'Grid Offsets
' attribute.- Parameters:
value
- the new value of the 'Grid Offsets' attribute.- See Also:
-
getGridOrigin
Object getGridOrigin()Returns the value of the 'Grid Origin' attribute. The default value is"0 0"
. Coordinates of the grid origin position in the GridBaseCRS of this GridCRS. This origin defaults be the most commonly used origin in a GridCRS used in the output part of a GetCapabilities operation request, namely "0 0". This element is adapted from gml:pos.- Returns:
- the value of the 'Grid Origin' attribute.
- See Also:
-
setGridOrigin
Sets the value of the 'Grid Origin
' attribute.- Parameters:
value
- the new value of the 'Grid Origin' attribute.- See Also:
-
getGridType
String getGridType()Returns the value of the 'Grid Type' attribute. The default value is"urn:ogc:def:method:WCS:1.1:2dSimpleGrid"
. Association to the OperationMethod used to define this Grid CRS. This association defaults to an association to the most commonly used method, which is referenced by the URN "urn:ogc:def:method:WCS:1.1:2dSimpleGrid". For a GridCRS, this association is limited to a remote definition of a grid definition Method (not encoded in-line) that encodes a variation on the method implied by the CV_RectifiedGrid class in ISO 19123, without the inheritance from CV_Grid.- Returns:
- the value of the 'Grid Type' attribute.
- See Also:
-
setGridType
Sets the value of the 'Grid Type
' attribute.- Parameters:
value
- the new value of the 'Grid Type' attribute.- See Also:
-
getIdentifier
String getIdentifier()Returns the value of the 'Identifier' attribute.If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Identifier' attribute.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' attribute.- Parameters:
value
- the new value of the 'Identifier' attribute.- See Also:
-
getInterpolationMethods
InterpolationMethodsType getInterpolationMethods()Returns the value of the 'Interpolation Methods' containment reference. List of the interpolation method(s) that can uses when continuous grid coverage resampling is needed.- Returns:
- the value of the 'Interpolation Methods' containment reference.
- See Also:
-
setInterpolationMethods
Sets the value of the 'Interpolation Methods
' containment reference.- Parameters:
value
- the new value of the 'Interpolation Methods' containment reference.- See Also:
-
getTemporalDomain
TimeSequenceType getTemporalDomain()Returns the value of the 'Temporal Domain' containment reference. Definition of the temporal domain of a coverage, the times for which valid data are available. The times should to be ordered from the oldest to the newest.- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
-
setTemporalDomain
Sets the value of the 'Temporal Domain
' containment reference.- Parameters:
value
- the new value of the 'Temporal Domain' containment reference.- See Also:
-
getTemporalSubset
TimeSequenceType getTemporalSubset()Returns the value of the 'Temporal Subset' containment reference. Definition of subset of coverage temporal domain.- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
-
setTemporalSubset
Sets the value of the 'Temporal Subset
' containment reference.- Parameters:
value
- the new value of the 'Temporal Subset' containment reference.- See Also:
-