Uses of Interface
net.opengis.wcs20.TargetAxisExtentType
-
Packages that use TargetAxisExtentType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of TargetAxisExtentType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return TargetAxisExtentType Modifier and Type Method Description TargetAxisExtentType
Wcs20Factory. createTargetAxisExtentType()
Returns a new object of class 'Target Axis Extent Type'.Methods in net.opengis.wcs20 that return types with arguments of type TargetAxisExtentType Modifier and Type Method Description EList<TargetAxisExtentType>
ScaleToExtentType. getTargetAxisExtent()
The scale factor to be applied on all axis -
Uses of TargetAxisExtentType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement TargetAxisExtentType Modifier and Type Class Description class
TargetAxisExtentTypeImpl
An implementation of the model object 'Target Axis Extent Type'.Fields in net.opengis.wcs20.impl with type parameters of type TargetAxisExtentType Modifier and Type Field Description protected EList<TargetAxisExtentType>
ScaleToExtentTypeImpl. targetAxisExtent
The cached value of the 'Target Axis Extent
' reference list.Methods in net.opengis.wcs20.impl that return TargetAxisExtentType Modifier and Type Method Description TargetAxisExtentType
Wcs20FactoryImpl. createTargetAxisExtentType()
Methods in net.opengis.wcs20.impl that return types with arguments of type TargetAxisExtentType Modifier and Type Method Description EList<TargetAxisExtentType>
ScaleToExtentTypeImpl. getTargetAxisExtent()
-
Uses of TargetAxisExtentType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type TargetAxisExtentType Modifier and Type Method Description boolean
Wcs20Validator. validateTargetAxisExtentType(TargetAxisExtentType targetAxisExtentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-