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.wcs11Methods in net.opengis.wcs11 that return AxisType Modifier and Type Method Description AxisTypeWcs111Factory. createAxisType()Returns a new object of class 'Axis Type'.AxisTypeWcs11Factory. createAxisType()Returns a new object of class 'Axis Type'.
- 
Uses of AxisType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement AxisType Modifier and Type Class Description classAxisTypeImplAn implementation of the model object 'Axis Type'.Methods in net.opengis.wcs11.impl that return AxisType Modifier and Type Method Description AxisTypeWcs111FactoryImpl. createAxisType()AxisTypeWcs11FactoryImpl. createAxisType()
- 
Uses of AxisType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type AxisType Modifier and Type Method Description ObjectWcs111Switch. caseAxisType(AxisType object)Returns the result of interpreting the object as an instance of 'Axis Type'.ObjectWcs11Switch. caseAxisType(AxisType object)Returns the result of interpreting the object as an instance of 'Axis Type'.booleanWcs111Validator. validateAxisType(AxisType axisType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateAxisType(AxisType axisType, DiagnosticChain diagnostics, Map context)
 
-