|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Query in org.deegree.io.datastore |
---|
Methods in org.deegree.io.datastore that return Query | |
---|---|
protected Query |
Datastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial
arguments (BBOX, etc.) in the Filter match the SRS of the targeted
MappingGeometryField s. |
Methods in org.deegree.io.datastore with parameters of type Query | |
---|---|
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts)
Performs a query against the datastore. |
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
Performs a query against the datastore (in the given transaction context). |
protected Query |
Datastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial
arguments (BBOX, etc.) in the Filter match the SRS of the targeted
MappingGeometryField s. |
Uses of Query in org.deegree.io.datastore.cached |
---|
Methods in org.deegree.io.datastore.cached with parameters of type Query | |
---|---|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of Query in org.deegree.io.datastore.schema |
---|
Methods in org.deegree.io.datastore.schema with parameters of type Query | |
---|---|
FeatureCollection |
MappedFeatureType.performQuery(Query query)
Performs the given Query . |
FeatureCollection |
MappedFeatureType.performQuery(Query query,
DatastoreTransaction context)
Performs the given Query inside the given transaction context. |
Uses of Query in org.deegree.io.datastore.sde |
---|
Methods in org.deegree.io.datastore.sde with parameters of type Query | |
---|---|
FeatureCollection |
SDEDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
SDEDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Constructors in org.deegree.io.datastore.sde with parameters of type Query | |
---|---|
SDEQueryHandler(SDEDatastore datastore,
TableAliasGenerator aliasGenerator,
SDEConnection conn,
MappedFeatureType[] rootFts,
Query query)
Creates a new instance of SDEQueryHandler from the given parameters. |
Uses of Query in org.deegree.io.datastore.shape |
---|
Methods in org.deegree.io.datastore.shape with parameters of type Query | |
---|---|
FeatureCollection |
ShapeDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
ShapeDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of Query in org.deegree.io.datastore.sql |
---|
Fields in org.deegree.io.datastore.sql declared as Query | |
---|---|
protected Query |
FeatureFetcher.query
|
Methods in org.deegree.io.datastore.sql with parameters of type Query | |
---|---|
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
protected FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
java.sql.Connection conn)
Performs a Query against the datastore. |
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Constructors in org.deegree.io.datastore.sql with parameters of type Query | |
---|---|
FeatureFetcher(AbstractSQLDatastore datastore,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
Query query)
|
|
QueryHandler(AbstractSQLDatastore ds,
TableAliasGenerator aliasGenerator,
java.sql.Connection conn,
MappedFeatureType[] rootFts,
Query query)
Creates a new instance of QueryHandler from the given parameters. |
|
SelectManager(Query query,
MappedFeatureType[] rootFts,
FeatureFetcher fetcher)
|
Uses of Query in org.deegree.io.datastore.sql.generic |
---|
Methods in org.deegree.io.datastore.sql.generic with parameters of type Query | |
---|---|
protected FeatureCollection |
GenericSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
java.sql.Connection conn)
|
Uses of Query in org.deegree.io.datastore.sql.oracle |
---|
Methods in org.deegree.io.datastore.sql.oracle that return Query | |
---|---|
protected Query |
OracleDatastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial arguments (BBOX, etc.) |
Methods in org.deegree.io.datastore.sql.oracle with parameters of type Query | |
---|---|
protected Query |
OracleDatastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial arguments (BBOX, etc.) |
Uses of Query in org.deegree.io.datastore.sql.postgis |
---|
Methods in org.deegree.io.datastore.sql.postgis that return Query | |
---|---|
protected Query |
PostGISDatastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial arguments (BBOX, etc.) |
Methods in org.deegree.io.datastore.sql.postgis with parameters of type Query | |
---|---|
protected Query |
PostGISDatastore.transformQuery(Query query)
Transforms the incoming Query so that the CoordinateSystem of all spatial arguments (BBOX, etc.) |
Uses of Query in org.deegree.io.datastore.wfs |
---|
Methods in org.deegree.io.datastore.wfs with parameters of type Query | |
---|---|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of Query in org.deegree.io.mapinfoapi |
---|
Methods in org.deegree.io.mapinfoapi with parameters of type Query | |
---|---|
void |
MapInfoDataSource.getFeatures(FeatureCollection collection,
Query query)
Loads features from the datasource into the passed collection, based on the passed filter. |
Uses of Query in org.deegree.ogcwebservices.wfs.operation |
---|
Fields in org.deegree.ogcwebservices.wfs.operation with type parameters of type Query | |
---|---|
protected java.util.List<Query> |
GetFeature.queries
|
Methods in org.deegree.ogcwebservices.wfs.operation that return Query | |
---|---|
static Query |
Query.create(org.w3c.dom.Element element)
Creates a Query instance from a document that contains the DOM representation of the request, using
the 1.1.0 filter encoding. |
static Query |
Query.create(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
Creates a Query instance from a document that contains the DOM representation of the request. |
static Query |
Query.create(PropertyPath[] propertyNames,
Function[] functions,
SortProperty[] sortProperties,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.String srsName,
Filter filter,
int maxFeatures,
int startPosition,
GetFeature.RESULT_TYPE resultType)
Creates a new Query instance. |
static Query |
Query.create(PropertyPath[] propertyNames,
Function[] functions,
SortProperty[] sortProperties,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String srsName,
Filter filter,
int maxFeatures,
int startPosition,
GetFeature.RESULT_TYPE resultType)
Deprecated. use create(PropertyPath[], Function[], SortProperty[], String, String, QualifiedName[], String[], String, Filter, int, int, RESULT_TYPE) instead |
static Query |
Query.create(QualifiedName typeName)
Creates a new simple Query instance that selects the whole feature type. |
static Query |
Query.create(QualifiedName typeName,
Filter filter)
Creates a new simple Query instance that selects the whole feature type. |
Query[] |
GetFeature.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. |
(package private) Query |
GetFeatureDocument.parseQuery(org.w3c.dom.Element element)
Parses the given query element into a Query object with filter encoding 1.1.0. |
(package private) Query |
GetFeatureDocument.parseQuery(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
Parses the given query element into a Query object. |
Methods in org.deegree.ogcwebservices.wfs.operation with parameters of type Query | |
---|---|
static GetFeature |
GetFeature.create(java.lang.String version,
java.lang.String id,
GetFeature.RESULT_TYPE resultType,
java.lang.String outputFormat,
java.lang.String handle,
int maxFeatures,
int startPosition,
int traverseXLinkDepth,
int traverseXLinkExpiry,
Query[] queries)
Creates a new GetFeature instance from the given parameters. |
static GetFeatureWithLock |
GetFeatureWithLock.create(java.lang.String version,
java.lang.String id,
java.lang.String handle,
GetFeature.RESULT_TYPE resultType,
java.lang.String outputFormat,
int maxFeatures,
int startPosition,
int traverseXLinkDepth,
int traverseXLinkExpiry,
Query[] queries,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParam,
long expiry,
LockFeature.ALL_SOME_TYPE lockAction)
Creates a new GetFeatureWithLock instance from the given parameters. |
void |
GetFeature.setQueries(Query[] query)
sets the |
Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type Query | |
---|---|
AugmentableGetFeature(java.lang.String version,
java.lang.String id,
java.lang.String handle,
GetFeature.RESULT_TYPE resultType,
java.lang.String outputFormat,
int maxFeatures,
int startPosition,
int traverseXLinkDepth,
int traverseXLinkExpiry,
Query[] queries,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParam)
Creates a new AugmentableGetFeature instance. |
|
GetFeature(java.lang.String version,
java.lang.String id,
java.lang.String handle,
GetFeature.RESULT_TYPE resultType,
java.lang.String outputFormat,
int maxFeatures,
int startPosition,
int traverseXLinkDepth,
int traverseXLinkExpiry,
Query[] queries,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParam)
Creates a new GetFeature instance. |
|
GetFeatureWithLock(java.lang.String version,
java.lang.String id,
java.lang.String handle,
GetFeature.RESULT_TYPE resultType,
java.lang.String outputFormat,
int maxFeatures,
int startPosition,
int traverseXLinkDepth,
int traverseXLinkExpiry,
Query[] queries,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParam,
long expiry,
LockFeature.ALL_SOME_TYPE lockAction)
Creates a new GetFeatureWithLock instance. |
Uses of Query in org.deegree.ogcwebservices.wms.configuration |
---|
Methods in org.deegree.ogcwebservices.wms.configuration that return Query | |
---|---|
Query |
LocalWFSDataSource.getQuery()
|
Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type Query | |
---|---|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.Map<java.lang.String,java.lang.String> dimProps)
|
|
RemoteWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org