Package net.opengis.wcs10
Interface CoverageOfferingType
-
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,CoverageOfferingBriefType
,EObject
,Notifier
- All Known Implementing Classes:
CoverageOfferingTypeImpl
public interface CoverageOfferingType extends CoverageOfferingBriefType
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:
Wcs10Package.getCoverageOfferingType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSetType
getDomainSet()
Returns the value of the 'Domain Set' containment reference.RangeSetType1
getRangeSet()
Returns the value of the 'Range Set' containment reference.SupportedCRSsType
getSupportedCRSs()
Returns the value of the 'Supported CR Ss' containment reference.SupportedFormatsType
getSupportedFormats()
Returns the value of the 'Supported Formats' containment reference.SupportedInterpolationsType
getSupportedInterpolations()
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
setSupportedCRSs(SupportedCRSsType value)
Sets the value of the 'Supported CR Ss
' containment reference.void
setSupportedFormats(SupportedFormatsType value)
Sets the value of the 'Supported Formats
' containment reference.void
setSupportedInterpolations(SupportedInterpolationsType value)
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
-
-
-
-
Method Detail
-
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(DomainSetType)
,Wcs10Package.getCoverageOfferingType_DomainSet()
-
setDomainSet
void setDomainSet(DomainSetType value)
Sets the value of the 'Domain Set
' containment reference.- Parameters:
value
- the new value of the 'Domain Set' containment reference.- See Also:
getDomainSet()
-
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(RangeSetType1)
,Wcs10Package.getCoverageOfferingType_RangeSet()
-
setRangeSet
void setRangeSet(RangeSetType1 value)
Sets the value of the 'Range Set
' containment reference.- Parameters:
value
- the new value of the 'Range Set' containment reference.- See Also:
getRangeSet()
-
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(SupportedCRSsType)
,Wcs10Package.getCoverageOfferingType_SupportedCRSs()
-
setSupportedCRSs
void setSupportedCRSs(SupportedCRSsType value)
Sets the value of the 'Supported CR Ss
' containment reference.- Parameters:
value
- the new value of the 'Supported CR Ss' containment reference.- See Also:
getSupportedCRSs()
-
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(SupportedFormatsType)
,Wcs10Package.getCoverageOfferingType_SupportedFormats()
-
setSupportedFormats
void setSupportedFormats(SupportedFormatsType value)
Sets the value of the 'Supported Formats
' containment reference.- Parameters:
value
- the new value of the 'Supported Formats' containment reference.- See Also:
getSupportedFormats()
-
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(SupportedInterpolationsType)
,Wcs10Package.getCoverageOfferingType_SupportedInterpolations()
-
setSupportedInterpolations
void setSupportedInterpolations(SupportedInterpolationsType value)
Sets the value of the 'Supported Interpolations
' containment reference.- Parameters:
value
- the new value of the 'Supported Interpolations' containment reference.- See Also:
getSupportedInterpolations()
-
-