net.opengis.wcs11
Interface InterpolationMethodType

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

public interface InterpolationMethodType
extends InterpolationMethodBaseType

A representation of the model object 'Interpolation Method Type'. Identifier of a spatial interpolation method applicable to continuous grid coverages, plus the optional "null Resistance" parameter.

The following features are supported:

See Also:
Wcs111Package.getInterpolationMethodType()

Method Summary
 java.lang.String getNullResistance()
          Returns the value of the 'Null Resistance' attribute.
 void setNullResistance(java.lang.String value)
          Sets the value of the 'Null Resistance' attribute.
 
Methods inherited from interface net.opengis.ows11.CodeType
getCodeSpace, getValue, setCodeSpace, setValue
 
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

getNullResistance

java.lang.String getNullResistance()
Returns the value of the 'Null Resistance' attribute. Identifier of how the server handles null values when spatially interpolating values in this field using this interpolation method. This identifier shall be selected from the referenced dictionary. This parameter shall be omitted when the rule for handling nulls is unknown.

Returns:
the value of the 'Null Resistance' attribute.
See Also:
setNullResistance(String), Wcs111Package.getInterpolationMethodType_NullResistance()

setNullResistance

void setNullResistance(java.lang.String value)
Sets the value of the 'Null Resistance' attribute.

Parameters:
value - the new value of the 'Null Resistance' attribute.
See Also:
getNullResistance()


Copyright © 1996-2010 Geotools. All Rights Reserved.