Uses of Interface
net.opengis.wcs20.InterpolationAxisType
-
Packages that use InterpolationAxisType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of InterpolationAxisType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return InterpolationAxisType Modifier and Type Method Description InterpolationAxisType
Wcs20Factory. createInterpolationAxisType()
Returns a new object of class 'Interpolation Axis Type'.Methods in net.opengis.wcs20 that return types with arguments of type InterpolationAxisType Modifier and Type Method Description EList<InterpolationAxisType>
InterpolationAxesType. getInterpolationAxis()
The interpolation method (in case it is uniform along all axes) -
Uses of InterpolationAxisType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement InterpolationAxisType Modifier and Type Class Description class
InterpolationAxisTypeImpl
An implementation of the model object 'Interpolation Axis Type'.Fields in net.opengis.wcs20.impl with type parameters of type InterpolationAxisType Modifier and Type Field Description protected EList<InterpolationAxisType>
InterpolationAxesTypeImpl. interpolationAxis
The cached value of the 'Interpolation Axis
' reference list.Methods in net.opengis.wcs20.impl that return InterpolationAxisType Modifier and Type Method Description InterpolationAxisType
Wcs20FactoryImpl. createInterpolationAxisType()
Methods in net.opengis.wcs20.impl that return types with arguments of type InterpolationAxisType Modifier and Type Method Description EList<InterpolationAxisType>
InterpolationAxesTypeImpl. getInterpolationAxis()
-
Uses of InterpolationAxisType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type InterpolationAxisType Modifier and Type Method Description boolean
Wcs20Validator. validateInterpolationAxisType(InterpolationAxisType interpolationAxisType, DiagnosticChain diagnostics, Map<Object,Object> context)
-