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 InterpolationMethodTypeInterpolationMethodType.BARYCENTRIC_LITERALThe 'Barycentric' literal object.static final InterpolationMethodTypeInterpolationMethodType.BICUBIC_LITERALThe 'Bicubic' literal object.static final InterpolationMethodTypeInterpolationMethodType.BILINEAR_LITERALThe 'Bilinear' literal object.static final InterpolationMethodTypeInterpolationMethodType.LOST_AREA_LITERALThe 'Lost Area' literal object.static final InterpolationMethodTypeInterpolationMethodType.NEAREST_NEIGHBOR_LITERALThe 'Nearest Neighbor' literal object.static final InterpolationMethodTypeInterpolationMethodType.NONE_LITERALThe 'None' literal object.Methods in net.opengis.wcs10 that return InterpolationMethodTypeModifier and TypeMethodDescriptionstatic InterpolationMethodTypeInterpolationMethodType.get(int value) Returns the 'Interpolation Method Type' literal with the specified integer value.static InterpolationMethodTypeReturns the 'Interpolation Method Type' literal with the specified literal value.static InterpolationMethodTypeReturns 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 TypeMethodDescriptionvoidSupportedInterpolationsType.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 InterpolationMethodTypeModifier and TypeFieldDescriptionprotected InterpolationMethodTypeSupportedInterpolationsTypeImpl.default_The cached value of the 'Default' attribute.protected static final InterpolationMethodTypeSupportedInterpolationsTypeImpl.DEFAULT_EDEFAULTThe default value of the 'Default' attribute.protected static final InterpolationMethodTypeDocumentRootImpl.INTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected static final InterpolationMethodTypeGetCoverageTypeImpl.INTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected static final 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 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 TypeMethodDescriptionvoidSupportedInterpolationsTypeImpl.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 InterpolationMethodTypeModifier and TypeMethodDescriptionbooleanSupportedInterpolationsTypeValidator.validateDefault(InterpolationMethodType value) booleanDocumentRootValidator.validateInterpolationMethod(InterpolationMethodType value) booleanGetCoverageTypeValidator.validateInterpolationMethod(InterpolationMethodType value)