Uses of Class
net.opengis.wcs10.InterpolationMethodType
-
Packages that use InterpolationMethodType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of InterpolationMethodType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as InterpolationMethodType Modifier and Type Field Description static InterpolationMethodType
InterpolationMethodType. BARYCENTRIC_LITERAL
The 'Barycentric' literal object.static InterpolationMethodType
InterpolationMethodType. BICUBIC_LITERAL
The 'Bicubic' literal object.static InterpolationMethodType
InterpolationMethodType. BILINEAR_LITERAL
The 'Bilinear' literal object.static InterpolationMethodType
InterpolationMethodType. LOST_AREA_LITERAL
The 'Lost Area' literal object.static InterpolationMethodType
InterpolationMethodType. NEAREST_NEIGHBOR_LITERAL
The 'Nearest Neighbor' literal object.static InterpolationMethodType
InterpolationMethodType. NONE_LITERAL
The 'None' literal object.Methods in net.opengis.wcs10 that return InterpolationMethodType Modifier and Type Method Description static InterpolationMethodType
InterpolationMethodType. get(int value)
Returns the 'Interpolation Method Type' literal with the specified integer value.static InterpolationMethodType
InterpolationMethodType. get(String literal)
Returns the 'Interpolation Method Type' literal with the specified literal value.static InterpolationMethodType
InterpolationMethodType. getByName(String name)
Returns the 'Interpolation Method Type' literal with the specified name.InterpolationMethodType
SupportedInterpolationsType. getDefault()
Returns the value of the 'Default' attribute.InterpolationMethodType
DocumentRoot. getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.InterpolationMethodType
GetCoverageType. getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.InterpolationMethodType
SupportedInterpolationsType. getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.Methods in net.opengis.wcs10 with parameters of type InterpolationMethodType Modifier and Type Method Description void
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 InterpolationMethodType Modifier and Type Field Description protected InterpolationMethodType
SupportedInterpolationsTypeImpl. default_
The cached value of the 'Default
' attribute.protected static InterpolationMethodType
SupportedInterpolationsTypeImpl. DEFAULT_EDEFAULT
The default value of the 'Default
' attribute.protected static InterpolationMethodType
DocumentRootImpl. INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected static InterpolationMethodType
GetCoverageTypeImpl. INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected static 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 InterpolationMethodType Modifier and Type Method Description InterpolationMethodType
Wcs10FactoryImpl. createInterpolationMethodTypeFromString(EDataType eDataType, String initialValue)
InterpolationMethodType
Wcs10FactoryImpl. createInterpolationMethodTypeObjectFromString(EDataType eDataType, String initialValue)
InterpolationMethodType
SupportedInterpolationsTypeImpl. getDefault()
InterpolationMethodType
DocumentRootImpl. getInterpolationMethod()
InterpolationMethodType
GetCoverageTypeImpl. getInterpolationMethod()
InterpolationMethodType
SupportedInterpolationsTypeImpl. getInterpolationMethod()
Methods in net.opengis.wcs10.impl with parameters of type InterpolationMethodType Modifier and Type Method Description void
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 InterpolationMethodType Modifier and Type Method Description boolean
SupportedInterpolationsTypeValidator. validateDefault(InterpolationMethodType value)
boolean
DocumentRootValidator. validateInterpolationMethod(InterpolationMethodType value)
boolean
GetCoverageTypeValidator. validateInterpolationMethod(InterpolationMethodType value)
-