Package net.opengis.wcs11
Interface InterpolationMethodsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InterpolationMethodsTypeImpl
public interface InterpolationMethodsType
extends EObject
A representation of the model object 'Interpolation Methods Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default' attribute.EList
Returns the value of the 'Interpolation Method' containment reference list.void
setDefault
(String value) Sets the value of the 'Default
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInterpolationMethod
EList getInterpolationMethod()Returns the value of the 'Interpolation Method' containment reference list. The list contents are of typeInterpolationMethodType
. Unordered list of identifiers of spatial interpolation methods.- Returns:
- the value of the 'Interpolation Method' containment reference list.
- See Also:
-
getDefault
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
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
-