Uses of Interface
net.opengis.wcs20.InterpolationAxesType
-
Packages that use InterpolationAxesType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of InterpolationAxesType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return InterpolationAxesType Modifier and Type Method Description InterpolationAxesType
Wcs20Factory. createInterpolationAxesType()
Returns a new object of class 'Interpolation Axes Type'.InterpolationAxesType
InterpolationType. getInterpolationAxes()
Interpolation method on a per axis basisMethods in net.opengis.wcs20 with parameters of type InterpolationAxesType Modifier and Type Method Description void
InterpolationType. setInterpolationAxes(InterpolationAxesType value)
Sets the value of the 'Interpolation Axes
' reference. -
Uses of InterpolationAxesType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement InterpolationAxesType Modifier and Type Class Description class
InterpolationAxesTypeImpl
An implementation of the model object 'Interpolation Axes Type'.Fields in net.opengis.wcs20.impl declared as InterpolationAxesType Modifier and Type Field Description protected InterpolationAxesType
InterpolationTypeImpl. interpolationAxes
The cached value of the 'Interpolation Axes
' reference.Methods in net.opengis.wcs20.impl that return InterpolationAxesType Modifier and Type Method Description InterpolationAxesType
InterpolationTypeImpl. basicGetInterpolationAxes()
InterpolationAxesType
Wcs20FactoryImpl. createInterpolationAxesType()
InterpolationAxesType
InterpolationTypeImpl. getInterpolationAxes()
Methods in net.opengis.wcs20.impl with parameters of type InterpolationAxesType Modifier and Type Method Description void
InterpolationTypeImpl. setInterpolationAxes(InterpolationAxesType newInterpolationAxes)
-
Uses of InterpolationAxesType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type InterpolationAxesType Modifier and Type Method Description boolean
Wcs20Validator. validateInterpolationAxesType(InterpolationAxesType interpolationAxesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-