net.opengis.wcs11
Interface FieldSubsetType

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

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

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

The following features are supported:

See Also:
Wcs111Package.getFieldSubsetType()

Method Summary
 org.eclipse.emf.common.util.EList getAxisSubset()
          Returns the value of the 'Axis Subset' containment reference list.
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 java.lang.String getInterpolationType()
          Returns the value of the 'Interpolation Type' attribute.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void setInterpolationType(java.lang.String value)
          Sets the value of the 'Interpolation Type' 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

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

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

Parameters:
value - the new value of the 'Interpolation Type' attribute.
See Also:
getInterpolationType()

getAxisSubset

org.eclipse.emf.common.util.EList getAxisSubset()
Returns the value of the 'Axis Subset' containment reference list. The list contents are of type AxisSubsetType. 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()


Copyright © 1996-2010 Geotools. All Rights Reserved.