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 InterpolationMethodTypeInterpolationMethodType. BARYCENTRIC_LITERALThe 'Barycentric' literal object.static InterpolationMethodTypeInterpolationMethodType. BICUBIC_LITERALThe 'Bicubic' literal object.static InterpolationMethodTypeInterpolationMethodType. BILINEAR_LITERALThe 'Bilinear' literal object.static InterpolationMethodTypeInterpolationMethodType. LOST_AREA_LITERALThe 'Lost Area' literal object.static InterpolationMethodTypeInterpolationMethodType. NEAREST_NEIGHBOR_LITERALThe 'Nearest Neighbor' literal object.static InterpolationMethodTypeInterpolationMethodType. NONE_LITERALThe 'None' literal object.Methods in net.opengis.wcs10 that return InterpolationMethodType Modifier and Type Method Description static InterpolationMethodTypeInterpolationMethodType. get(int value)Returns the 'Interpolation Method Type' literal with the specified integer value.static InterpolationMethodTypeInterpolationMethodType. get(String literal)Returns the 'Interpolation Method Type' literal with the specified literal value.static InterpolationMethodTypeInterpolationMethodType. getByName(String name)Returns the 'Interpolation Method Type' literal with the specified name.InterpolationMethodTypeSupportedInterpolationsType. getDefault()Returns the value of the 'Default' attribute.InterpolationMethodTypeDocumentRoot. getInterpolationMethod()Returns the value of the 'Interpolation Method' attribute.InterpolationMethodTypeGetCoverageType. getInterpolationMethod()Returns the value of the 'Interpolation Method' attribute.InterpolationMethodTypeSupportedInterpolationsType. getInterpolationMethod()Returns the value of the 'Interpolation Method' attribute.Methods in net.opengis.wcs10 with parameters of type InterpolationMethodType Modifier and Type Method Description voidSupportedInterpolationsType. setDefault(InterpolationMethodType value)Sets the value of the 'Default' attribute.voidDocumentRoot. setInterpolationMethod(InterpolationMethodType value)Sets the value of the 'Interpolation Method' attribute.voidGetCoverageType. setInterpolationMethod(InterpolationMethodType value)Sets the value of the 'Interpolation Method' attribute.voidSupportedInterpolationsType. 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 InterpolationMethodTypeSupportedInterpolationsTypeImpl. default_The cached value of the 'Default' attribute.protected static InterpolationMethodTypeSupportedInterpolationsTypeImpl. DEFAULT_EDEFAULTThe default value of the 'Default' attribute.protected static InterpolationMethodTypeDocumentRootImpl. INTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected static InterpolationMethodTypeGetCoverageTypeImpl. INTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected static InterpolationMethodTypeSupportedInterpolationsTypeImpl. INTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected InterpolationMethodTypeGetCoverageTypeImpl. interpolationMethodThe cached value of the 'Interpolation Method' attribute.protected InterpolationMethodTypeSupportedInterpolationsTypeImpl. interpolationMethodThe cached value of the 'Interpolation Method' attribute.Methods in net.opengis.wcs10.impl that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodTypeWcs10FactoryImpl. createInterpolationMethodTypeFromString(EDataType eDataType, String initialValue)InterpolationMethodTypeWcs10FactoryImpl. createInterpolationMethodTypeObjectFromString(EDataType eDataType, String initialValue)InterpolationMethodTypeSupportedInterpolationsTypeImpl. getDefault()InterpolationMethodTypeDocumentRootImpl. getInterpolationMethod()InterpolationMethodTypeGetCoverageTypeImpl. getInterpolationMethod()InterpolationMethodTypeSupportedInterpolationsTypeImpl. getInterpolationMethod()Methods in net.opengis.wcs10.impl with parameters of type InterpolationMethodType Modifier and Type Method Description voidSupportedInterpolationsTypeImpl. setDefault(InterpolationMethodType newDefault)voidDocumentRootImpl. setInterpolationMethod(InterpolationMethodType newInterpolationMethod)voidGetCoverageTypeImpl. setInterpolationMethod(InterpolationMethodType newInterpolationMethod)voidSupportedInterpolationsTypeImpl. 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 booleanSupportedInterpolationsTypeValidator. validateDefault(InterpolationMethodType value)booleanDocumentRootValidator. validateInterpolationMethod(InterpolationMethodType value)booleanGetCoverageTypeValidator. validateInterpolationMethod(InterpolationMethodType value)
-