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

Packages that use WFSNative
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wfs.protocol   
org.deegree.services.wfs.protocol   
 

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

Fields in org.deegree_impl.services.gazetteer.protocol declared as WFSNative
private static WFSNative WFSGProtocolFactory.NATIVE_
           
 

Methods in org.deegree_impl.services.gazetteer.protocol that return WFSNative
static WFSNative WFSGProtocolFactory.getNative(org.w3c.dom.Element element)
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.
 

Methods in org.deegree_impl.services.gazetteer.protocol with parameters of type WFSNative
static WFSGDescribeFeatureTypeRequest WFSGProtocolFactory.createWFSGDescribeFeatureTypeRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String[] typeNames)
          creates a WFSDescribeFeatureTypeRequest object.
 

Constructors in org.deegree_impl.services.gazetteer.protocol with parameters of type WFSNative
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
WFSGGetCapabilitiesRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          Creates a new WFSGetCapabilitiesRequest_Impl object.
WFSGDescribeFeatureTypeRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String[] typeNames)
          constructor initializing the class with the
 

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

Classes in org.deegree_impl.services.wfs.protocol that implement WFSNative
 class WFSNative_Impl
          The class defines the WFSNative_Impl.
 

Fields in org.deegree_impl.services.wfs.protocol declared as WFSNative
private  WFSNative WFSBasicRequest_Impl.native_
           
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSNative
static WFSNative WFSProtocolFactory.getNative(org.w3c.dom.Element element)
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.
private static WFSNative WFSProtocolFactory.createNative(org.w3c.dom.Element element)
          creates nativ operations object from a XML-element defined by the OGC WFS specifications
 WFSNative WFSBasicRequest_Impl.getNative()
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.
 

Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSNative
static WFSDescribeFeatureTypeRequest WFSProtocolFactory.createWFSDescribeFeatureTypeRequest(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String[] typeNames)
          creates a WFSDescribeFeatureTypeRequest object.
static WFSGetFeatureRequest WFSProtocolFactory.createWFSGetFeatureRequest(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)
          creates a WFSGetFeatureRequest object.
static WFSGetCapabilitiesRequest WFSProtocolFactory.createWFSGetCapabilitiesRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          creates a WFSGetCapabilitiesRequest object.
 void WFSBasicRequest_Impl.setNative(WFSNative native_)
          sets the
 

Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSNative
WFSLockFeatureRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, int expiry, WFSLock[] locks)
          constructor initializing the class with the
WFSGetFeatureWithLockRequest_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)
          Creates a new WFSGetFeatureWithLockRequest_Impl object.
WFSGetFeatureRequest_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
WFSGetCapabilitiesRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          Creates a new WFSGetCapabilitiesRequest_Impl object.
WFSDescribeFeatureTypeRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String[] typeNames)
          constructor initializing the class with the
WFSDescribeFeatureTypeRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_, java.lang.String outputFormat, java.lang.String[] typeNames, java.util.HashMap properties)
          constructor initializing the class with the
WFSBasicRequest_Impl(java.lang.String version, java.lang.String request, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          constructor initializing the class with the requests
 

Uses of WFSNative in org.deegree.services.wfs.protocol
 

Methods in org.deegree.services.wfs.protocol that return WFSNative
 WFSNative WFSBasicRequest.getNative()
          The element is intended to allow access to vendor specific capabilities of any particular web feature server or datastore.