|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WFSQuery in org.deegree_impl.io.mapinfo |
Methods in org.deegree_impl.io.mapinfo with parameters of type WFSQuery | |
void |
MapInfoDataSource.getFeatures(FeatureCollection collection,
WFSQuery query)
Loads features from the datasource into the passed collection, based on the passed filter. |
Uses of WFSQuery in org.deegree_impl.services.gazetteer.protocol |
Methods in org.deegree_impl.services.gazetteer.protocol that return WFSQuery | |
private static WFSQuery[] |
WFSGProtocolFactory.getQuery(org.w3c.dom.Element element)
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
Constructors in org.deegree_impl.services.gazetteer.protocol with parameters of type WFSQuery | |
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 |
Uses of WFSQuery in org.deegree_impl.services.wcas.protocol |
Classes in org.deegree_impl.services.wcas.protocol that implement WFSQuery | |
class |
CASQuery_Impl
|
Uses of WFSQuery in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs with parameters of type WFSQuery | |
protected Table |
DBGetFeature.getRelations(Table table,
FeatureType featureType,
WFSQuery query)
creates the relations resp. the complext data schema by replacing the foreign key of the master table(s) with the related data. |
protected java.lang.String[] |
AbstractGetFeature.getAffectedFeatureTypes(WFSQuery[] queries)
return the names of the feature types affected by a Query |
protected java.lang.String |
AbstractGetFeature.getAffectedFields(java.lang.String table,
FeatureType ft,
WFSQuery query)
the method returns a comma-seperated list of fields, that are affected by a WFSQuery against the subbmitted table. |
Uses of WFSQuery in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db with parameters of type WFSQuery | |
private java.lang.String |
CGetFeature.getQuery(Filter filter,
WFSQuery query)
|
Uses of WFSQuery in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSQuery | |
private java.lang.String |
CGetFeature.getQuery(Filter filter,
WFSQuery query)
|
Uses of WFSQuery in org.deegree_impl.services.wfs.mapinfo |
Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type WFSQuery | |
private Feature[] |
MapInfoDataStore.CGetFeature.getFeatures(WFSQuery query,
int startPosition,
int maxFeatures)
Collects the Features from the shape file that match the given Filter. |
Uses of WFSQuery in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSQuery | |
private java.lang.String |
CGetFeature.getQuery(Filter filter,
WFSQuery query)
|
Uses of WFSQuery in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSQuery | |
private java.lang.String |
CGetFeature.getQuery(Filter filter,
WFSQuery query,
boolean indexed)
|
Uses of WFSQuery in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSQuery | |
private java.lang.String |
CGetFeature.getQuery(Filter filter,
WFSQuery query)
|
Uses of WFSQuery in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement WFSQuery | |
class |
WFSQuery_Impl
Each individual query packaged in a GetFeature request is defined using the query value. |
Methods in org.deegree_impl.services.wfs.protocol that return WFSQuery | |
private static WFSQuery[] |
WFSProtocolFactory.getQuery(org.w3c.dom.Element element)
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
static WFSQuery |
WFSProtocolFactory.createQuery(java.lang.String[] propertyNames,
java.lang.String handle,
java.lang.String version,
java.lang.String typeName,
Filter filter)
creates a WFSQuery object from its property names, a handle the used version, the feature type (typeName) targeted by the query and a filter. |
static WFSQuery |
WFSProtocolFactory.createQuery(org.w3c.dom.Element element)
creates a WFS Query object from a dom element. |
WFSQuery[] |
WFSGetFeatureRequest_Impl.getQuery()
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSQuery | |
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. |
void |
WFSGetFeatureRequest_Impl.addQuery(WFSQuery query)
adds the |
void |
WFSGetFeatureRequest_Impl.setQuery(WFSQuery[] query)
sets the |
Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSQuery | |
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 |
Uses of WFSQuery in org.deegree_impl.services.wfs.sde |
Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSQuery | |
private java.lang.String[] |
SDEDataStore.CGetFeature.getQueryProperties(WFSQuery query,
FeatureType ft)
returns the name of the datastore fields (SDE table column names) that shall be returned by the query or null if all columns shall be returned |
private java.lang.Object[] |
SDEDataStore.CGetFeature.getDataFromSDE(WFSQuery query,
java.lang.String[] cols)
queries and retrieves data from a ArcSDE |
private Feature[] |
SDEDataStore.CGetFeature.getFeatures(WFSQuery query,
GM_Object[] deegree_gm_obj,
Table table,
int startPosition,
int maxFeatures)
reads features from a shape file |
Uses of WFSQuery in org.deegree_impl.services.wms.capabilities |
Fields in org.deegree_impl.services.wms.capabilities declared as WFSQuery | |
private WFSQuery |
DataSource_Impl.query
|
Methods in org.deegree_impl.services.wms.capabilities that return WFSQuery | |
WFSQuery |
DataSource_Impl.getQuery()
returns the WFS Query that describes the access/filtering to the data source. |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type WFSQuery | |
DataSource_Impl(java.lang.String name,
int type,
java.lang.String geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
WFSQuery query)
Creates a new DataSource_Impl object. |
Uses of WFSQuery in org.deegree.services.wcas.protocol |
Subinterfaces of WFSQuery in org.deegree.services.wcas.protocol | |
interface |
CASQuery
|
Uses of WFSQuery in org.deegree.services.wfs.protocol |
Methods in org.deegree.services.wfs.protocol that return WFSQuery | |
WFSQuery[] |
WFSGetFeatureRequest.getQuery()
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
Uses of WFSQuery in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return WFSQuery | |
WFSQuery |
DataSource.getQuery()
returns the WFS Query describe the access/filtering to the data source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |