Uses of Interface
net.opengis.wcs20.ScaleAxisType
-
Packages that use ScaleAxisType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ScaleAxisType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ScaleAxisType Modifier and Type Method Description ScaleAxisType
Wcs20Factory. createScaleAxisType()
Returns a new object of class 'Scale Axis Type'.Methods in net.opengis.wcs20 that return types with arguments of type ScaleAxisType Modifier and Type Method Description EList<ScaleAxisType>
ScaleAxisByFactorType. getScaleAxis()
The scale factor to be applied on all axis -
Uses of ScaleAxisType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ScaleAxisType Modifier and Type Class Description class
ScaleAxisTypeImpl
An implementation of the model object 'Scale Axis Type'.Fields in net.opengis.wcs20.impl with type parameters of type ScaleAxisType Modifier and Type Field Description protected EList<ScaleAxisType>
ScaleAxisByFactorTypeImpl. scaleAxis
The cached value of the 'Scale Axis
' reference list.Methods in net.opengis.wcs20.impl that return ScaleAxisType Modifier and Type Method Description ScaleAxisType
Wcs20FactoryImpl. createScaleAxisType()
Methods in net.opengis.wcs20.impl that return types with arguments of type ScaleAxisType Modifier and Type Method Description EList<ScaleAxisType>
ScaleAxisByFactorTypeImpl. getScaleAxis()
-
Uses of ScaleAxisType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ScaleAxisType Modifier and Type Method Description boolean
Wcs20Validator. validateScaleAxisType(ScaleAxisType scaleAxisType, DiagnosticChain diagnostics, Map<Object,Object> context)
-