Uses of Interface
org.deegree.services.gazetteer.protocol.WFSGGetFeatureRequest

Packages that use WFSGGetFeatureRequest
org.deegree_impl.services.gazetteer   
org.deegree_impl.services.gazetteer.protocol   
 

Uses of WFSGGetFeatureRequest in org.deegree_impl.services.gazetteer
 

Methods in org.deegree_impl.services.gazetteer with parameters of type WFSGGetFeatureRequest
private  void GazetteerService_Impl.handleGetFeatureRequest(WFSGGetFeatureRequest request)
          creates and performs the initial GetFeature request
 

Uses of WFSGGetFeatureRequest in org.deegree_impl.services.gazetteer.protocol
 

Classes in org.deegree_impl.services.gazetteer.protocol that implement WFSGGetFeatureRequest
 class WFSGGetFeatureRequest_Impl
           
 

Methods in org.deegree_impl.services.gazetteer.protocol that return WFSGGetFeatureRequest
static WFSGGetFeatureRequest WFSGProtocolFactory.createWFSGGetFeatureRequest(java.lang.String id, org.w3c.dom.Document doc)