Uses of Interface
net.opengis.wfs.BaseRequestType
-
Packages that use BaseRequestType Package Description net.opengis.wfs net.opengis.wfs.impl -
-
Uses of BaseRequestType in net.opengis.wfs
Subinterfaces of BaseRequestType in net.opengis.wfs Modifier and Type Interface Description interface
DescribeFeatureTypeType
A representation of the model object 'Describe Feature Type 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
GetGmlObjectType
A representation of the model object 'Get Gml Object 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.wfs.impl
Classes in net.opengis.wfs.impl that implement BaseRequestType Modifier and Type Class Description class
BaseRequestTypeImpl
An implementation of the model object 'Base Request Type'.class
DescribeFeatureTypeTypeImpl
An implementation of the model object 'Describe Feature Type 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
GetGmlObjectTypeImpl
An implementation of the model object 'Get Gml Object Type'.class
LockFeatureTypeImpl
An implementation of the model object 'Lock Feature Type'.class
TransactionTypeImpl
An implementation of the model object 'Transaction Type'.
-