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