Uses of Interface
org.deegree.services.wfs.protocol.WFSGetFeatureWithLockRequest

Packages that use WFSGetFeatureWithLockRequest
org.deegree_impl.services.wfs.bna   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mapinfo   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wfs.sde   
org.deegree_impl.services.wfs.shape   
org.deegree.services.wfs   
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.bna
 

Methods in org.deegree_impl.services.wfs.bna with parameters of type WFSGetFeatureWithLockRequest
 void BNADataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as getFeature(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type WFSGetFeatureWithLockRequest
 void PointDBDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSGetFeatureWithLockRequest
 void GMLDBDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.mapinfo
 

Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type WFSGetFeatureWithLockRequest
 void MapInfoDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as getFeature(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSGetFeatureWithLockRequest
 void MySQLDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSGetFeatureWithLockRequest
 void OracleDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSGetFeatureWithLockRequest
 void PostgisDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement WFSGetFeatureWithLockRequest
(package private)  class WFSGetFeatureWithLockRequest_Impl
          The class defines the WFSGetFeatureWithLockRequest_Impl --------------------------------------------------------
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.sde
 

Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSGetFeatureWithLockRequest
 void SDEDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as getFeature(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree_impl.services.wfs.shape
 

Methods in org.deegree_impl.services.wfs.shape with parameters of type WFSGetFeatureWithLockRequest
 void ShapeDataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as getFeature(..)
 

Uses of WFSGetFeatureWithLockRequest in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs with parameters of type WFSGetFeatureWithLockRequest
 void DataStore.getFeatureWithLock(WFSGetFeatureWithLockRequest request)
          same as describeFeatureType(..)