net.opengis.wcs11
Interface AxisSubsetType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AxisSubsetTypeImpl

public interface AxisSubsetType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Axis Subset Type'.

The following features are supported:

See Also:
Wcs111Package.getAxisSubsetType()

Method Summary
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 org.eclipse.emf.common.util.EList getKey()
          Returns the value of the 'Key' attribute list.
 void setIdentifier(java.lang.String value)
          Sets the value of the 'Identifier' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIdentifier

java.lang.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(java.lang.String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()

getKey

org.eclipse.emf.common.util.EList getKey()
Returns the value of the 'Key' attribute list. The list contents are of type String. 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()


Copyright © 1996-2010 Geotools. All Rights Reserved.