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.wfs20
Subinterfaces of BaseRequestType in net.opengis.wfs20 Modifier and Type Interface Description interface
CreateStoredQueryType
A representation of the model object 'Create Stored Query Type'.interface
DescribeFeatureTypeType
A representation of the model object 'Describe Feature Type Type'.interface
DescribeStoredQueriesType
A representation of the model object 'Describe Stored Queries Type'.interface
DropStoredQueryType
A representation of the model object 'Drop Stored Query Type'.interface
GetFeatureType
A representation of the model object 'Get Feature Type'.interface
GetFeatureWithLockType
A representation of the model object 'Get Feature With Lock Type'.interface
GetPropertyValueType
A representation of the model object 'Get Property Value Type'.interface
ListStoredQueriesType
A representation of the model object 'List Stored Queries Type'.interface
LockFeatureType
A representation of the model object 'Lock Feature Type'.interface
TransactionType
A representation of the model object 'Transaction Type'. -
Uses of BaseRequestType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement BaseRequestType Modifier and Type Class Description class
BaseRequestTypeImpl
An implementation of the model object 'Base Request Type'.class
CreateStoredQueryTypeImpl
An implementation of the model object 'Create Stored Query Type'.class
DescribeFeatureTypeTypeImpl
An implementation of the model object 'Describe Feature Type Type'.class
DescribeStoredQueriesTypeImpl
An implementation of the model object 'Describe Stored Queries Type'.class
DropStoredQueryTypeImpl
An implementation of the model object 'Drop Stored Query Type'.class
GetFeatureTypeImpl
An implementation of the model object 'Get Feature Type'.class
GetFeatureWithLockTypeImpl
An implementation of the model object 'Get Feature With Lock Type'.class
GetPropertyValueTypeImpl
An implementation of the model object 'Get Property Value Type'.class
ListStoredQueriesTypeImpl
An implementation of the model object 'List Stored Queries Type'.class
LockFeatureTypeImpl
An implementation of the model object 'Lock Feature Type'.class
TransactionTypeImpl
An implementation of the model object 'Transaction Type'. -
Uses of BaseRequestType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type BaseRequestType Modifier and Type Method Description T
Wfs20Switch. caseBaseRequestType(BaseRequestType object)
Returns the result of interpreting the object as an instance of 'Base Request Type'.boolean
Wfs20Validator. validateBaseRequestType(BaseRequestType baseRequestType, DiagnosticChain diagnostics, Map<Object,Object> context)
-