Uses of Interface
net.opengis.wcs11.FieldType
- 
Packages that use FieldType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util 
- 
- 
Uses of FieldType in net.opengis.wcs11Methods in net.opengis.wcs11 that return FieldType Modifier and Type Method Description FieldTypeWcs111Factory. createFieldType()Returns a new object of class 'Field Type'.FieldTypeWcs11Factory. createFieldType()Returns a new object of class 'Field Type'.
- 
Uses of FieldType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement FieldType Modifier and Type Class Description classFieldTypeImplAn implementation of the model object 'Field Type'.Methods in net.opengis.wcs11.impl that return FieldType Modifier and Type Method Description FieldTypeWcs111FactoryImpl. createFieldType()FieldTypeWcs11FactoryImpl. createFieldType()
- 
Uses of FieldType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type FieldType Modifier and Type Method Description ObjectWcs111Switch. caseFieldType(FieldType object)Returns the result of interpreting the object as an instance of 'Field Type'.ObjectWcs11Switch. caseFieldType(FieldType object)Returns the result of interpreting the object as an instance of 'Field Type'.booleanWcs111Validator. validateFieldType(FieldType fieldType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateFieldType(FieldType fieldType, DiagnosticChain diagnostics, Map context)
 
-