org.deegree_impl.services.gazetteer.protocol
Class WFSGGetFeatureRequest_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceRequest_Impl
      extended byorg.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
          extended byorg.deegree_impl.services.wfs.protocol.WFSGetFeatureRequest_Impl
              extended byorg.deegree_impl.services.gazetteer.protocol.WFSGGetFeatureRequest_Impl
All Implemented Interfaces:
Marshallable, OGCWebServiceRequest, WFSBasicRequest, WFSGetFeatureRequest, WFSGGetFeatureRequest

public class WFSGGetFeatureRequest_Impl
extends WFSGetFeatureRequest_Impl
implements WFSGGetFeatureRequest

Version:
$Revision: 1.3 $
Author:
Andreas Poth

Field Summary
 
Fields inherited from class org.deegree_impl.services.wfs.protocol.WFSGetFeatureRequest_Impl
 
Fields inherited from class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
id, request, service, vendorSpecificParameter, version
 
Constructor Summary
WFSGGetFeatureRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String handle, Filter filter, int maxFeatures, int startPosition, WFSQuery[] query, java.lang.String[] propertyNames, java.lang.String[] featureIds, java.lang.String[] typeNames)
          constructor initializing the class with the
 
Methods inherited from class org.deegree_impl.services.wfs.protocol.WFSGetFeatureRequest_Impl
addFeatureIds, addPropertyNames, addQuery, addTypeNames, exportAsXML, getFeatureIds, getFilter, getHandle, getMaxFeatures, getOutputFormat, getPropertyNames, getQuery, getStartPosition, getTypeNames, setFeatureIds, setFilter, setHandle, setMaxFeatures, setOutputFormat, setPropertyNames, setQuery, setStartPosition, setTypeNames, toString
 
Methods inherited from class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
getNative, setNative
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSGetFeatureRequest
getFeatureIds, getFilter, getHandle, getMaxFeatures, getOutputFormat, getPropertyNames, getQuery, getStartPosition, getTypeNames
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicRequest
getNative
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Constructor Detail

WFSGGetFeatureRequest_Impl

public WFSGGetFeatureRequest_Impl(java.lang.String version,
                                  java.lang.String id,
                                  java.util.HashMap vendorSpecificParameter,
                                  WFSNative native_,
                                  java.lang.String outputFormat,
                                  java.lang.String handle,
                                  Filter filter,
                                  int maxFeatures,
                                  int startPosition,
                                  WFSQuery[] query,
                                  java.lang.String[] propertyNames,
                                  java.lang.String[] featureIds,
                                  java.lang.String[] typeNames)
constructor initializing the class with the