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 ScaleAxisByFactorType
Wcs20Factory. createScaleAxisByFactorType()
Returns a new object of class 'Scale Axis By Factor Type'.ScaleAxisByFactorType
ScalingType. getScaleAxesByFactor()
Scales each axis by a different valueMethods in net.opengis.wcs20 with parameters of type ScaleAxisByFactorType Modifier and Type Method Description void
ScalingType. 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 class
ScaleAxisByFactorTypeImpl
An 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 ScaleAxisByFactorType
ScalingTypeImpl. scaleAxesByFactor
The cached value of the 'Scale Axes By Factor
' reference.Methods in net.opengis.wcs20.impl that return ScaleAxisByFactorType Modifier and Type Method Description ScaleAxisByFactorType
ScalingTypeImpl. basicGetScaleAxesByFactor()
ScaleAxisByFactorType
Wcs20FactoryImpl. createScaleAxisByFactorType()
ScaleAxisByFactorType
ScalingTypeImpl. getScaleAxesByFactor()
Methods in net.opengis.wcs20.impl with parameters of type ScaleAxisByFactorType Modifier and Type Method Description void
ScalingTypeImpl. 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 boolean
Wcs20Validator. validateScaleAxisByFactorType(ScaleAxisByFactorType scaleAxisByFactorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-