Uses of Class
org.deegree.protocol.wfs.AbstractWFSRequest

Packages that use AbstractWFSRequest
org.deegree.protocol.wfs.describefeaturetype   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.getfeaturewithlock   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.protocol.wfs.getpropertyvalue   
org.deegree.protocol.wfs.lockfeature   
org.deegree.protocol.wfs.storedquery   
org.deegree.protocol.wfs.transaction   
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.describefeaturetype
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.describefeaturetype
 class DescribeFeatureType
          Represents a DescribeFeatureType request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.getfeature
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.getfeature
 class GetFeature
          Represents a GetFeature request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.getfeaturewithlock
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.getfeaturewithlock
 class GetFeatureWithLock
          Represents a GetFeatureWithLock request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.getgmlobject
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.getgmlobject
 class GetGmlObject
          Represents a GetGmlObject request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.getpropertyvalue
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.getpropertyvalue
 class GetPropertyValue
          Represents a GetPropertyValue request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.lockfeature
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.lockfeature
 class LockFeature
          Represents a LockFeature request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.storedquery
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.storedquery
 class CreateStoredQuery
          Represents a CreateStoredQuery request to a WFS.
 class DescribeStoredQueries
          Represents a DescribeStoredQueries request to a WFS.
 class DropStoredQuery
          Represents a DropStoredQuery request to a WFS.
 class ListStoredQueries
          Represents a ListStoredQuery request to a WFS.
 

Uses of AbstractWFSRequest in org.deegree.protocol.wfs.transaction
 

Subclasses of AbstractWFSRequest in org.deegree.protocol.wfs.transaction
 class Transaction
          Represents a Transaction request to a WFS.
 



Copyright © 2011. All Rights Reserved.