Uses of Interface
org.deegree.services.wfs.capabilities.GetFeatureWithLock

Packages that use GetFeatureWithLock
org.deegree_impl.services.wfs.capabilities   
org.deegree.services.wfs.capabilities   
 

Uses of GetFeatureWithLock in org.deegree_impl.services.wfs.capabilities
 

Classes in org.deegree_impl.services.wfs.capabilities that implement GetFeatureWithLock
(package private)  class GetFeatureWithLock_Impl
          The <GetFeature> tag isused todefine the formats available for expressing the results of a query.
 

Fields in org.deegree_impl.services.wfs.capabilities declared as GetFeatureWithLock
private  GetFeatureWithLock Request_Impl.getFeatureWithLock
           
 

Methods in org.deegree_impl.services.wfs.capabilities that return GetFeatureWithLock
private static GetFeatureWithLock WFSCapabilitiesFactory.getGetFeatureWithLock(org.w3c.dom.Element element)
          returns an instance of an GetFeatureWithLock object generated from the submitted dom element
 GetFeatureWithLock Request_Impl.getGetFeatureWithLock()
          Get The Feature with Lock.
 

Methods in org.deegree_impl.services.wfs.capabilities with parameters of type GetFeatureWithLock
 void Request_Impl.setGetFeatureWithLock(GetFeatureWithLock getFeatureWithLock)
          sets the Feature with Lock.
 

Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type GetFeatureWithLock
Request_Impl(GetCapabilities getCapabilities, DescribeFeatureType describeFeatureType, Transaction transaction, GetFeature getFeature, GetFeatureWithLock getFeatureWithLock, LockFeature lockFeature)
          constructor initializing the class with the
 

Uses of GetFeatureWithLock in org.deegree.services.wfs.capabilities
 

Methods in org.deegree.services.wfs.capabilities that return GetFeatureWithLock
 GetFeatureWithLock Request.getGetFeatureWithLock()
          Get The Feature with Lock.