Uses of Interface
net.opengis.wcs11.AxisType
-
Packages that use AxisType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of AxisType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return AxisType Modifier and Type Method Description AxisType
Wcs111Factory. createAxisType()
Returns a new object of class 'Axis Type'.AxisType
Wcs11Factory. createAxisType()
Returns a new object of class 'Axis Type'. -
Uses of AxisType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement AxisType Modifier and Type Class Description class
AxisTypeImpl
An implementation of the model object 'Axis Type'.Methods in net.opengis.wcs11.impl that return AxisType Modifier and Type Method Description AxisType
Wcs111FactoryImpl. createAxisType()
AxisType
Wcs11FactoryImpl. createAxisType()
-
Uses of AxisType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type AxisType Modifier and Type Method Description Object
Wcs111Switch. caseAxisType(AxisType object)
Returns the result of interpreting the object as an instance of 'Axis Type'.Object
Wcs11Switch. caseAxisType(AxisType object)
Returns the result of interpreting the object as an instance of 'Axis Type'.boolean
Wcs111Validator. validateAxisType(AxisType axisType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateAxisType(AxisType axisType, DiagnosticChain diagnostics, Map context)
-