Uses of Interface
net.opengis.wcs20.ScaleByFactorType
-
Packages that use ScaleByFactorType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ScaleByFactorType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ScaleByFactorType Modifier and Type Method Description ScaleByFactorTypeWcs20Factory. createScaleByFactorType()Returns a new object of class 'Scale By Factor Type'.ScaleByFactorTypeScalingType. getScaleByFactor()Scales by uniform factorMethods in net.opengis.wcs20 with parameters of type ScaleByFactorType Modifier and Type Method Description voidScalingType. setScaleByFactor(ScaleByFactorType value)Sets the value of the 'Scale By Factor' reference. -
Uses of ScaleByFactorType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ScaleByFactorType Modifier and Type Class Description classScaleByFactorTypeImplAn implementation of the model object 'Scale By Factor Type'.Fields in net.opengis.wcs20.impl declared as ScaleByFactorType Modifier and Type Field Description protected ScaleByFactorTypeScalingTypeImpl. scaleByFactorThe cached value of the 'Scale By Factor' reference.Methods in net.opengis.wcs20.impl that return ScaleByFactorType Modifier and Type Method Description ScaleByFactorTypeScalingTypeImpl. basicGetScaleByFactor()ScaleByFactorTypeWcs20FactoryImpl. createScaleByFactorType()ScaleByFactorTypeScalingTypeImpl. getScaleByFactor()Methods in net.opengis.wcs20.impl with parameters of type ScaleByFactorType Modifier and Type Method Description voidScalingTypeImpl. setScaleByFactor(ScaleByFactorType newScaleByFactor) -
Uses of ScaleByFactorType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ScaleByFactorType Modifier and Type Method Description booleanWcs20Validator. validateScaleByFactorType(ScaleByFactorType scaleByFactorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-