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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefault()
Returns the value of the 'Default' attribute.EList
getInterpolationMethod()
Returns the value of the 'Interpolation Method' containment reference list.void
setDefault(String value)
Sets the value of the 'Default
' attribute.
-
-
-
Method Detail
-
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:
Wcs111Package.getInterpolationMethodsType_InterpolationMethod()
-
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(String)
,Wcs111Package.getInterpolationMethodsType_Default()
-
setDefault
void setDefault(String value)
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
getDefault()
-
-