Package com.luciad.ogc.wcs.common.model
Class TLcdWCSSupportedInterpolations
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSSupportedInterpolations
Unordered list of interpolation methods supported.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterpolationMethod
(TLcdWCSInterpolationMethod aInterpolationMethod) Adds an interpolation method.Gets the default.getInterpolationMethod
(int aIndex) Gets the interpolation method at a given position.int
Gets the number of interpolation methods.void
removeInterpolationMethod
(int aIndex) Removes the interpolation method at a given position.void
setDefault
(TLcdWCSInterpolationMethod aDefault) Sets the default.
-
Constructor Details
-
TLcdWCSSupportedInterpolations
public TLcdWCSSupportedInterpolations()
-
-
Method Details
-
getDefault
Gets the default.- Returns:
- the default.
-
setDefault
Sets the default.- Parameters:
aDefault
- the default to be set.
-
addInterpolationMethod
Adds an interpolation method.- Parameters:
aInterpolationMethod
- the interpolation method to be added.
-
getInterpolationMethodCount
public int getInterpolationMethodCount()Gets the number of interpolation methods.- Returns:
- the number of interpolation methods.
-
removeInterpolationMethod
public void removeInterpolationMethod(int aIndex) Removes the interpolation method at a given position.- Parameters:
aIndex
- the index of the given position.
-
getInterpolationMethod
Gets the interpolation method at a given position.- Parameters:
aIndex
- the index of the given position.- Returns:
- the interpolation method at the given position.
-