Package net.opengis.wcs11
Interface FieldSubsetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FieldSubsetTypeImpl
public interface FieldSubsetType
extends EObject
A representation of the model object 'Field Subset Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Axis Subset' containment reference list.Returns the value of the 'Identifier' containment reference.Returns the value of the 'Interpolation Type' attribute.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
setInterpolationType
(String value) Sets the value of the 'Interpolation Type
' attribute.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
-
getIdentifier
CodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Identifier of this requested Field. This identifier must be unique for this Coverage.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
getInterpolationType
String getInterpolationType()Returns the value of the 'Interpolation Type' attribute. Optional identifier of the spatial interpolation type to be applied to this range field. This interpolation type shall be one that is identified for this Field in the CoverageDescription. When this parameter is omitted, the interpolation method used shall be the default method specified for this Field, if any.- Returns:
- the value of the 'Interpolation Type' attribute.
- See Also:
-
setInterpolationType
Sets the value of the 'Interpolation Type
' attribute.- Parameters:
value
- the new value of the 'Interpolation Type' attribute.- See Also:
-
getAxisSubset
EList getAxisSubset()Returns the value of the 'Axis Subset' containment reference list. The list contents are of typeAxisSubsetType
. Unordered list of zero or more axis subsets for this field. TBD.- Returns:
- the value of the 'Axis Subset' containment reference list.
- See Also:
-