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:
Wcs111Package.getFieldSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAxisSubset()
Returns the value of the 'Axis Subset' containment reference list.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.String
getInterpolationType()
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.
-
-
-
Method Detail
-
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(CodeType)
,Wcs111Package.getFieldSubsetType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
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(String)
,Wcs111Package.getFieldSubsetType_InterpolationType()
-
setInterpolationType
void setInterpolationType(String value)
Sets the value of the 'Interpolation Type
' attribute.- Parameters:
value
- the new value of the 'Interpolation Type' attribute.- See Also:
getInterpolationType()
-
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:
Wcs111Package.getFieldSubsetType_AxisSubset()
-
-