Package net.opengis.wcs10
Interface CoverageOfferingType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,CoverageOfferingBriefType
,EObject
,Notifier
- All Known Implementing Classes:
CoverageOfferingTypeImpl
A representation of the model object 'Coverage Offering Type'.
Full description of one coverage available from a WCS instance.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Domain Set' containment reference.Returns the value of the 'Range Set' containment reference.Returns the value of the 'Supported CR Ss' containment reference.Returns the value of the 'Supported Formats' containment reference.Returns the value of the 'Supported Interpolations' containment reference.void
setDomainSet
(DomainSetType value) Sets the value of the 'Domain Set
' containment reference.void
setRangeSet
(RangeSetType1 value) Sets the value of the 'Range Set
' containment reference.void
Sets the value of the 'Supported CR Ss
' containment reference.void
Sets the value of the 'Supported Formats
' containment reference.void
Sets the value of the 'Supported Interpolations
' containment reference.Methods inherited from interface AbstractDescriptionType
getDescription1, getLabel, getMetadataLink, getName1, setDescription1, setLabel, setName1
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
Methods inherited from interface CoverageOfferingBriefType
getKeywords, getLonLatEnvelope, setLonLatEnvelope
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
-
getDomainSet
DomainSetType getDomainSet()Returns the value of the 'Domain Set' containment reference.If the meaning of the 'Domain Set' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Set' containment reference.
- See Also:
-
setDomainSet
Sets the value of the 'Domain Set
' containment reference.- Parameters:
value
- the new value of the 'Domain Set' containment reference.- See Also:
-
getRangeSet
RangeSetType1 getRangeSet()Returns the value of the 'Range Set' containment reference. GML property containing one RangeSet GML object.- Returns:
- the value of the 'Range Set' containment reference.
- See Also:
-
setRangeSet
Sets the value of the 'Range Set
' containment reference.- Parameters:
value
- the new value of the 'Range Set' containment reference.- See Also:
-
getSupportedCRSs
SupportedCRSsType getSupportedCRSs()Returns the value of the 'Supported CR Ss' containment reference.If the meaning of the 'Supported CR Ss' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Supported CR Ss' containment reference.
- See Also:
-
setSupportedCRSs
Sets the value of the 'Supported CR Ss
' containment reference.- Parameters:
value
- the new value of the 'Supported CR Ss' containment reference.- See Also:
-
getSupportedFormats
SupportedFormatsType getSupportedFormats()Returns the value of the 'Supported Formats' containment reference.If the meaning of the 'Supported Formats' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Supported Formats' containment reference.
- See Also:
-
setSupportedFormats
Sets the value of the 'Supported Formats
' containment reference.- Parameters:
value
- the new value of the 'Supported Formats' containment reference.- See Also:
-
getSupportedInterpolations
SupportedInterpolationsType getSupportedInterpolations()Returns the value of the 'Supported Interpolations' containment reference. Specifies whether and how the server can interpolate coverage values over the spatial domain, when a GetCoverage request requires resampling, reprojection, or other generalization. If supportedInterpolations is absent or empty with no default, then clients should assume nearest-neighbor interpolation. If the only interpolation method listed is "none", clients can only retrieve coverages from this layer in its native CRS and at its native resolution.- Returns:
- the value of the 'Supported Interpolations' containment reference.
- See Also:
-
setSupportedInterpolations
Sets the value of the 'Supported Interpolations
' containment reference.- Parameters:
value
- the new value of the 'Supported Interpolations' containment reference.- See Also:
-