|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WFSGetFeatureRequest in org.deegree_impl.clients.wcasclient.control |
Methods in org.deegree_impl.clients.wcasclient.control that return WFSGetFeatureRequest | |
static WFSGetFeatureRequest |
ThesaurusRequestFactory.createRequest(java.lang.String pattern)
creates a GetFeature request against a thesaurus. the passed term will be compared with the TH_TERM field |
WFSGetFeatureRequest |
ThesaurusRequestFactory.createBroderTermRequest(java.lang.String[] pattern)
|
WFSGetFeatureRequest |
ThesaurusRequestFactory.createNarrowerTermRequest(java.lang.String[] pattern)
|
protected WFSGetFeatureRequest |
DownloadListener.createGetFeatureRequest(DownloadListener.FeatureTemplate ft,
java.lang.String version)
creates a GetFeature request considering the feature type (ID) and the bounding box encapsulated in the passed FeatureTemplate |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.gazetteer |
Methods in org.deegree_impl.services.gazetteer that return WFSGetFeatureRequest | |
private WFSGetFeatureRequest |
GazetteerService_Impl.createGetFeatureRequest(java.lang.String id,
java.lang.String featureType,
Operation operation,
java.lang.String wfsVersion)
creates a GetFeature request for accessing the locationinstances of the next level. |
Methods in org.deegree_impl.services.gazetteer with parameters of type WFSGetFeatureRequest | |
private void |
GazetteerService_Impl.performGetFeatureRequest(WFSGetFeatureRequest request)
|
Uses of WFSGetFeatureRequest in org.deegree_impl.services.gazetteer.protocol |
Classes in org.deegree_impl.services.gazetteer.protocol that implement WFSGetFeatureRequest | |
class |
WFSGGetFeatureRequest_Impl
|
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs with parameters of type WFSGetFeatureRequest | |
private void |
RemoteWFService.handleGetFeature(WFSGetFeatureRequest request,
OGCWebServiceClient client)
performs a GetFeature request against the remote service. |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.bna |
Methods in org.deegree_impl.services.wfs.bna with parameters of type WFSGetFeatureRequest | |
void |
BNADataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db with parameters of type WFSGetFeatureRequest | |
void |
PointDBDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSGetFeatureRequest | |
void |
GMLDBDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.mapinfo |
Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type WFSGetFeatureRequest | |
void |
MapInfoDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSGetFeatureRequest | |
void |
MySQLDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSGetFeatureRequest | |
void |
OracleDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSGetFeatureRequest | |
void |
PostgisDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement WFSGetFeatureRequest | |
class |
WFSGetFeatureRequest_Impl
The GetFeature interface can be used to package one or more query descriptions into a single request. |
(package private) class |
WFSGetFeatureWithLockRequest_Impl
The class defines the WFSGetFeatureWithLockRequest_Impl -------------------------------------------------------- |
Methods in org.deegree_impl.services.wfs.protocol that return WFSGetFeatureRequest | |
static WFSGetFeatureRequest |
WFSProtocolFactory.createWFSGetFeatureRequest(java.lang.String id,
java.lang.String request)
creates a GetFeature request from a key-value-pair encoding of the parameters contained in the passed varialble 'request' |
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 WFSGetFeatureRequest |
WFSProtocolFactory.createWFSGetFeatureRequest(java.lang.String id,
org.w3c.dom.Document doc)
creates a instance of a WFSGetFeatureRequest object from a reader that contains the request-xml. |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.sde |
Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSGetFeatureRequest | |
void |
SDEDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree_impl.services.wfs.shape |
Methods in org.deegree_impl.services.wfs.shape with parameters of type WFSGetFeatureRequest | |
void |
ShapeDataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree.services.gazetteer.protocol |
Subinterfaces of WFSGetFeatureRequest in org.deegree.services.gazetteer.protocol | |
interface |
WFSGGetFeatureRequest
|
Uses of WFSGetFeatureRequest in org.deegree.services.wfs |
Methods in org.deegree.services.wfs with parameters of type WFSGetFeatureRequest | |
void |
DataStore.getFeature(WFSGetFeatureRequest request)
returns the features that matches the submitted request |
Uses of WFSGetFeatureRequest in org.deegree.services.wfs.protocol |
Subinterfaces of WFSGetFeatureRequest in org.deegree.services.wfs.protocol | |
interface |
WFSGetFeatureWithLockRequest
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |