Uses of Class
net.opengis.wcs10.InterpolationMethodType
Packages that use InterpolationMethodType
-
Uses of InterpolationMethodType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as InterpolationMethodTypeModifier and TypeFieldDescriptionstatic final InterpolationMethodType
InterpolationMethodType.BARYCENTRIC_LITERAL
The 'Barycentric' literal object.static final InterpolationMethodType
InterpolationMethodType.BICUBIC_LITERAL
The 'Bicubic' literal object.static final InterpolationMethodType
InterpolationMethodType.BILINEAR_LITERAL
The 'Bilinear' literal object.static final InterpolationMethodType
InterpolationMethodType.LOST_AREA_LITERAL
The 'Lost Area' literal object.static final InterpolationMethodType
InterpolationMethodType.NEAREST_NEIGHBOR_LITERAL
The 'Nearest Neighbor' literal object.static final InterpolationMethodType
InterpolationMethodType.NONE_LITERAL
The 'None' literal object.Methods in net.opengis.wcs10 that return InterpolationMethodTypeModifier and TypeMethodDescriptionstatic InterpolationMethodType
InterpolationMethodType.get
(int value) Returns the 'Interpolation Method Type' literal with the specified integer value.static InterpolationMethodType
Returns the 'Interpolation Method Type' literal with the specified literal value.static InterpolationMethodType
Returns the 'Interpolation Method Type' literal with the specified name.SupportedInterpolationsType.getDefault()
Returns the value of the 'Default' attribute.DocumentRoot.getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.GetCoverageType.getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.SupportedInterpolationsType.getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.Methods in net.opengis.wcs10 with parameters of type InterpolationMethodTypeModifier and TypeMethodDescriptionvoid
SupportedInterpolationsType.setDefault
(InterpolationMethodType value) Sets the value of the 'Default
' attribute.void
DocumentRoot.setInterpolationMethod
(InterpolationMethodType value) Sets the value of the 'Interpolation Method
' attribute.void
GetCoverageType.setInterpolationMethod
(InterpolationMethodType value) Sets the value of the 'Interpolation Method
' attribute.void
SupportedInterpolationsType.setInterpolationMethod
(InterpolationMethodType value) Sets the value of the 'Interpolation Method
' attribute. -
Uses of InterpolationMethodType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as InterpolationMethodTypeModifier and TypeFieldDescriptionprotected InterpolationMethodType
SupportedInterpolationsTypeImpl.default_
The cached value of the 'Default
' attribute.protected static final InterpolationMethodType
SupportedInterpolationsTypeImpl.DEFAULT_EDEFAULT
The default value of the 'Default
' attribute.protected static final InterpolationMethodType
DocumentRootImpl.INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected static final InterpolationMethodType
GetCoverageTypeImpl.INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected static final InterpolationMethodType
SupportedInterpolationsTypeImpl.INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected InterpolationMethodType
GetCoverageTypeImpl.interpolationMethod
The cached value of the 'Interpolation Method
' attribute.protected InterpolationMethodType
SupportedInterpolationsTypeImpl.interpolationMethod
The cached value of the 'Interpolation Method
' attribute.Methods in net.opengis.wcs10.impl that return InterpolationMethodTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createInterpolationMethodTypeFromString
(EDataType eDataType, String initialValue) Wcs10FactoryImpl.createInterpolationMethodTypeObjectFromString
(EDataType eDataType, String initialValue) SupportedInterpolationsTypeImpl.getDefault()
DocumentRootImpl.getInterpolationMethod()
GetCoverageTypeImpl.getInterpolationMethod()
SupportedInterpolationsTypeImpl.getInterpolationMethod()
Methods in net.opengis.wcs10.impl with parameters of type InterpolationMethodTypeModifier and TypeMethodDescriptionvoid
SupportedInterpolationsTypeImpl.setDefault
(InterpolationMethodType newDefault) void
DocumentRootImpl.setInterpolationMethod
(InterpolationMethodType newInterpolationMethod) void
GetCoverageTypeImpl.setInterpolationMethod
(InterpolationMethodType newInterpolationMethod) void
SupportedInterpolationsTypeImpl.setInterpolationMethod
(InterpolationMethodType newInterpolationMethod) -
Uses of InterpolationMethodType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type InterpolationMethodTypeModifier and TypeMethodDescriptionboolean
SupportedInterpolationsTypeValidator.validateDefault
(InterpolationMethodType value) boolean
DocumentRootValidator.validateInterpolationMethod
(InterpolationMethodType value) boolean
GetCoverageTypeValidator.validateInterpolationMethod
(InterpolationMethodType value)