net.opengis.wcs11
Interface InterpolationMethodsType

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

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

A representation of the model object 'Interpolation Methods Type'.

The following features are supported:

See Also:
Wcs111Package.getInterpolationMethodsType()

Method Summary
 java.lang.String getDefault()
          Returns the value of the 'Default' attribute.
 org.eclipse.emf.common.util.EList getInterpolationMethod()
          Returns the value of the 'Interpolation Method' containment reference list.
 void setDefault(java.lang.String value)
          Sets the value of the 'Default' 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

getInterpolationMethod

org.eclipse.emf.common.util.EList getInterpolationMethod()
Returns the value of the 'Interpolation Method' containment reference list. The list contents are of type InterpolationMethodType. Unordered list of identifiers of spatial interpolation methods.

Returns:
the value of the 'Interpolation Method' containment reference list.
See Also:
Wcs111Package.getInterpolationMethodsType_InterpolationMethod()

getDefault

java.lang.String getDefault()
Returns the value of the 'Default' attribute. Identifier of interpolation method that will be used if the client does not specify one. Should be included when a default exists and is known. (Arliss) Can any string be used to identify an interpolation method in a KVP encoded Get Coverage operation request?

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(String), Wcs111Package.getInterpolationMethodsType_Default()

setDefault

void setDefault(java.lang.String value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
getDefault()


Copyright © 1996-2010 Geotools. All Rights Reserved.