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.wcs11
Methods in net.opengis.wcs11 that return FieldType Modifier and Type Method Description FieldType
Wcs111Factory. createFieldType()
Returns a new object of class 'Field Type'.FieldType
Wcs11Factory. createFieldType()
Returns a new object of class 'Field Type'. -
Uses of FieldType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement FieldType Modifier and Type Class Description class
FieldTypeImpl
An implementation of the model object 'Field Type'.Methods in net.opengis.wcs11.impl that return FieldType Modifier and Type Method Description FieldType
Wcs111FactoryImpl. createFieldType()
FieldType
Wcs11FactoryImpl. createFieldType()
-
Uses of FieldType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type FieldType Modifier and Type Method Description Object
Wcs111Switch. caseFieldType(FieldType object)
Returns the result of interpreting the object as an instance of 'Field Type'.Object
Wcs11Switch. caseFieldType(FieldType object)
Returns the result of interpreting the object as an instance of 'Field Type'.boolean
Wcs111Validator. validateFieldType(FieldType fieldType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateFieldType(FieldType fieldType, DiagnosticChain diagnostics, Map context)
-