Uses of Interface
net.opengis.wcs20.ScaleAxisByFactorType
-
Packages that use ScaleAxisByFactorType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ScaleAxisByFactorType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ScaleAxisByFactorType Modifier and Type Method Description ScaleAxisByFactorTypeWcs20Factory. createScaleAxisByFactorType()Returns a new object of class 'Scale Axis By Factor Type'.ScaleAxisByFactorTypeScalingType. getScaleAxesByFactor()Scales each axis by a different valueMethods in net.opengis.wcs20 with parameters of type ScaleAxisByFactorType Modifier and Type Method Description voidScalingType. setScaleAxesByFactor(ScaleAxisByFactorType value)Sets the value of the 'Scale Axes By Factor' reference. -
Uses of ScaleAxisByFactorType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ScaleAxisByFactorType Modifier and Type Class Description classScaleAxisByFactorTypeImplAn implementation of the model object 'Scale Axis By Factor Type'.Fields in net.opengis.wcs20.impl declared as ScaleAxisByFactorType Modifier and Type Field Description protected ScaleAxisByFactorTypeScalingTypeImpl. scaleAxesByFactorThe cached value of the 'Scale Axes By Factor' reference.Methods in net.opengis.wcs20.impl that return ScaleAxisByFactorType Modifier and Type Method Description ScaleAxisByFactorTypeScalingTypeImpl. basicGetScaleAxesByFactor()ScaleAxisByFactorTypeWcs20FactoryImpl. createScaleAxisByFactorType()ScaleAxisByFactorTypeScalingTypeImpl. getScaleAxesByFactor()Methods in net.opengis.wcs20.impl with parameters of type ScaleAxisByFactorType Modifier and Type Method Description voidScalingTypeImpl. setScaleAxesByFactor(ScaleAxisByFactorType newScaleAxesByFactor) -
Uses of ScaleAxisByFactorType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ScaleAxisByFactorType Modifier and Type Method Description booleanWcs20Validator. validateScaleAxisByFactorType(ScaleAxisByFactorType scaleAxisByFactorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-