Uses of Interface
net.opengis.wfs20.BaseRequestType
- 
Packages that use BaseRequestType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util 
- 
- 
Uses of BaseRequestType in net.opengis.wfs20Subinterfaces of BaseRequestType in net.opengis.wfs20 Modifier and Type Interface Description interfaceCreateStoredQueryTypeA representation of the model object 'Create Stored Query Type'.interfaceDescribeFeatureTypeTypeA representation of the model object 'Describe Feature Type Type'.interfaceDescribeStoredQueriesTypeA representation of the model object 'Describe Stored Queries Type'.interfaceDropStoredQueryTypeA representation of the model object 'Drop Stored Query Type'.interfaceGetFeatureTypeA representation of the model object 'Get Feature Type'.interfaceGetFeatureWithLockTypeA representation of the model object 'Get Feature With Lock Type'.interfaceGetPropertyValueTypeA representation of the model object 'Get Property Value Type'.interfaceListStoredQueriesTypeA representation of the model object 'List Stored Queries Type'.interfaceLockFeatureTypeA representation of the model object 'Lock Feature Type'.interfaceTransactionTypeA representation of the model object 'Transaction Type'.
- 
Uses of BaseRequestType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement BaseRequestType Modifier and Type Class Description classBaseRequestTypeImplAn implementation of the model object 'Base Request Type'.classCreateStoredQueryTypeImplAn implementation of the model object 'Create Stored Query Type'.classDescribeFeatureTypeTypeImplAn implementation of the model object 'Describe Feature Type Type'.classDescribeStoredQueriesTypeImplAn implementation of the model object 'Describe Stored Queries Type'.classDropStoredQueryTypeImplAn implementation of the model object 'Drop Stored Query Type'.classGetFeatureTypeImplAn implementation of the model object 'Get Feature Type'.classGetFeatureWithLockTypeImplAn implementation of the model object 'Get Feature With Lock Type'.classGetPropertyValueTypeImplAn implementation of the model object 'Get Property Value Type'.classListStoredQueriesTypeImplAn implementation of the model object 'List Stored Queries Type'.classLockFeatureTypeImplAn implementation of the model object 'Lock Feature Type'.classTransactionTypeImplAn implementation of the model object 'Transaction Type'.
- 
Uses of BaseRequestType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type BaseRequestType Modifier and Type Method Description TWfs20Switch. caseBaseRequestType(BaseRequestType object)Returns the result of interpreting the object as an instance of 'Base Request Type'.booleanWfs20Validator. validateBaseRequestType(BaseRequestType baseRequestType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-