Package net.opengis.wcs11
Interface AxisSubsetType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AxisSubsetTypeImpl
public interface AxisSubsetType extends EObject
A representation of the model object 'Axis Subset Type'.The following features are supported:
- See Also:
Wcs111Package.getAxisSubsetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdentifier()
Returns the value of the 'Identifier' attribute.EList
getKey()
Returns the value of the 'Key' attribute list.void
setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Returns the value of the 'Identifier' attribute. Identifier of this Axis. This identifier must be unique for this Field.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
setIdentifier(String)
,Wcs111Package.getAxisSubsetType_Identifier()
-
setIdentifier
void setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.- Parameters:
value
- the new value of the 'Identifier' attribute.- See Also:
getIdentifier()
-
getKey
EList getKey()
Returns the value of the 'Key' attribute list. The list contents are of typeString
. Unordered list of (at least one) Key, to be used for selecting values in a range vector field. The Keys within this list shall be unique. TBD.- Returns:
- the value of the 'Key' attribute list.
- See Also:
Wcs111Package.getAxisSubsetType_Key()
-
-