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 ScaleByFactorType
Wcs20Factory. createScaleByFactorType()
Returns a new object of class 'Scale By Factor Type'.ScaleByFactorType
ScalingType. getScaleByFactor()
Scales by uniform factorMethods in net.opengis.wcs20 with parameters of type ScaleByFactorType Modifier and Type Method Description void
ScalingType. 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 class
ScaleByFactorTypeImpl
An implementation of the model object 'Scale By Factor Type'.Fields in net.opengis.wcs20.impl declared as ScaleByFactorType Modifier and Type Field Description protected ScaleByFactorType
ScalingTypeImpl. scaleByFactor
The cached value of the 'Scale By Factor
' reference.Methods in net.opengis.wcs20.impl that return ScaleByFactorType Modifier and Type Method Description ScaleByFactorType
ScalingTypeImpl. basicGetScaleByFactor()
ScaleByFactorType
Wcs20FactoryImpl. createScaleByFactorType()
ScaleByFactorType
ScalingTypeImpl. getScaleByFactor()
Methods in net.opengis.wcs20.impl with parameters of type ScaleByFactorType Modifier and Type Method Description void
ScalingTypeImpl. 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 boolean
Wcs20Validator. validateScaleByFactorType(ScaleByFactorType scaleByFactorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-