| Modifier and Type | Method and Description |
|---|---|
protected Query |
JoiningJDBCFeatureSource.joinQuery(Query query) |
protected Query |
JoiningJDBCFeatureSource.resolvePropertyNames(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
JoiningJDBCFeatureSource.getReaderInternal(Query query) |
protected Query |
JoiningJDBCFeatureSource.joinQuery(Query query) |
protected Query |
JoiningJDBCFeatureSource.resolvePropertyNames(Query query) |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
SampleDataAccessFeatureSource.getBounds(Query query)
Not yet implemented.
|
int |
SampleDataAccessFeatureSource.getCount(Query query)
Not yet implemented.
|
FeatureCollection<FeatureType,Feature> |
SampleDataAccessFeatureSource.getFeatures(Query query)
Not yet implemented.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
IndexQueryUtils.getAttributesOnSort(Query query)
Extracts List of Sort attributes names from Query
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query query) |
protected ReferencedEnvelope |
ArcSdeFeatureSource.getBounds(Query namedQuery,
ISession session) |
int |
ArcSdeFeatureSource.getCount(Query query) |
protected int |
ArcSdeFeatureSource.getCount(Query namedQuery,
ISession session) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction)
Returns an
ArcSDEFeatureReader
Preconditions:
query ! |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSDEDataStore.getFeatureReader(Query query,
Transaction transaction,
SimpleFeatureType featureType) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
ArcSdeFeatureSource.getfeatureReader(SimpleFeatureType targetSchema,
Query query) |
SimpleFeatureCollection |
ArcSdeFeatureSource.getFeatures(Query query) |
SimpleFeatureType |
ArcSDEDataStore.getQueryType(Query query) |
| Constructor and Description |
|---|
ArcSdeFeatureCollection(ArcSdeFeatureSource featureSource,
SimpleFeatureType queryType,
Query namedQuery) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
RenamingGranuleSource.renameQuery(Query q) |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
GranuleSource.getBounds(Query q)
Get the spatial bounds of the granules that would be returned by the given
Query. |
ReferencedEnvelope |
RenamingGranuleSource.getBounds(Query q) |
int |
GranuleSource.getCount(Query q)
Gets the number of the granules that would be returned by the given
Query, taking
into account any settings for max features and start index set on the Query. |
int |
RenamingGranuleSource.getCount(Query q) |
SimpleFeatureCollection |
GranuleSource.getGranules(Query q)
Retrieves granules, in the form of a
SimpleFeatureCollection, based on a Query. |
SimpleFeatureCollection |
RenamingGranuleSource.getGranules(Query q) |
protected Query |
RenamingGranuleSource.renameQuery(Query q) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageSlicesCatalog.computeAggregateFunction(Query query,
FeatureCalc function) |
void |
CoverageSlicesCatalog.WrappedCoverageSlicesCatalog.computeAggregateFunction(Query query,
FeatureCalc function) |
ReferencedEnvelope |
CoverageSlicesCatalogSource.getBounds(Query q) |
int |
CoverageSlicesCatalogSource.getCount(Query q) |
List<CoverageSlice> |
CoverageSlicesCatalog.getGranules(Query q) |
List<CoverageSlice> |
CoverageSlicesCatalog.WrappedCoverageSlicesCatalog.getGranules(Query q) |
SimpleFeatureCollection |
CoverageSlicesCatalogSource.getGranules(Query q) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultQuery
Deprecated.
This class is now synonymous with the Query class.
|
| Modifier and Type | Field and Description |
|---|---|
static Query |
Query.ALL
Implements a query that will fetch all features from a datasource.
|
static Query |
Query.FIDS
Implements a query that will fetch all the FeatureIDs from a datasource.
|
protected Query |
DefaultFeatureResults.query
Query used to define this subset of features from the feature source
|
| Modifier and Type | Method and Description |
|---|---|
static Query |
DataUtilities.mixQueries(Query firstQuery,
Query secondQuery,
String handle)
Takes two
Queryobjects and produce a new one by mixing the restrictions of both of
them. |
static Query |
DataUtilities.resolvePropertyNames(Query query,
SimpleFeatureType schema)
This method changes the query object so that all propertyName references are resolved to
simple attribute names against the schema of the feature source.
|
static Query |
DataUtilities.simplifyFilter(Query query)
This method changes the query object by simplifying the filter using SimplifyingFilterVisitor
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleFeatureSource |
DataUtilities.createView(DataStore store,
Query query)
Return a 'view' of the given
DataStore constrained by a Query. |
static SimpleFeatureSource |
DataUtilities.createView(SimpleFeatureSource source,
Query query)
Return a 'view' of the given
FeatureSource constrained by a Query. |
ReferencedEnvelope |
FeatureSource.getBounds(Query query)
Get the spatial bounds of the features that would be returned by the given
Query. |
ReferencedEnvelope |
CachingFeatureSource.getBounds(Query query)
Deprecated.
|
int |
FeatureSource.getCount(Query query)
Gets the number of the features that would be returned by the given
Query, taking into account any settings for max features and
start index set on the Query. |
int |
CachingFeatureSource.getCount(Query query)
Deprecated.
|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DataStore.getFeatureReader(Query query,
Transaction transaction)
Gets a
FeatureReader for features selected by the given Query. |
FeatureCollection<T,F> |
FeatureSource.getFeatures(Query query)
Retrieves features, in the form of a
FeatureCollection, based on a Query. |
SimpleFeatureCollection |
CachingFeatureSource.getFeatures(Query query)
Deprecated.
|
CloseableIterator<FileGroupProvider.FileGroup> |
FileServiceInfo.getFiles(Query query)
FileGroupProvider providing info content. |
CloseableIterator<FileGroupProvider.FileGroup> |
FileGroupProvider.getFiles(Query query)
Return
FileGroupProvider.FileGroups matching the specified query (if any). |
CloseableIterator<FileGroupProvider.FileGroup> |
DefaultFileResourceInfo.getFiles(Query query)
Default implementation will ignore the specified query.
|
CloseableIterator<FileGroupProvider.FileGroup> |
DefaultFileServiceInfo.getFiles(Query query)
Default implementation will ignore the specified query.
|
CloseableIterator<FileGroupProvider.FileGroup> |
FileResourceInfo.getFiles(Query query)
FileGroupProvider providing resource content. |
int |
FeatureLocking.lockFeatures(Query query)
FeatureLock features described by Query.
|
static Query |
DataUtilities.mixQueries(Query firstQuery,
Query secondQuery,
String handle)
Takes two
Queryobjects and produce a new one by mixing the restrictions of both of
them. |
static Query |
DataUtilities.resolvePropertyNames(Query query,
SimpleFeatureType schema)
This method changes the query object so that all propertyName references are resolved to
simple attribute names against the schema of the feature source.
|
static Query |
DataUtilities.simplifyFilter(Query query)
This method changes the query object by simplifying the filter using SimplifyingFilterVisitor
|
void |
FeatureLocking.unLockFeatures(Query query)
Unlock Features denoted by provided query.
|
| Constructor and Description |
|---|
DefaultFeatureResults(SimpleFeatureSource source,
Query query)
FeatureResults query against featureSource.
|
DefaultQuery(Query query)
Deprecated.
Copy contructor, clones the state of a generic Query into a DefaultQuery
|
Query(Query query)
Copy contructor.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
CollectionFeatureSource.getBounds(Query query) |
ReferencedEnvelope |
SpatialIndexFeatureSource.getBounds(Query query) |
int |
CollectionFeatureSource.getCount(Query query) |
int |
SpatialIndexFeatureSource.getCount(Query query) |
SimpleFeatureCollection |
CollectionFeatureSource.getFeatures(Query query) |
SimpleFeatureCollection |
SpatialIndexFeatureSource.getFeatures(Query query) |
| Constructor and Description |
|---|
SubCollection(Query query,
SimpleFeatureCollection features) |
| Modifier and Type | Field and Description |
|---|---|
protected Query |
IndexedMappingFeatureIterator.query |
protected Query |
IndexQueryManager.query |
protected Query |
AbstractMappingFeatureIterator.query |
protected Query |
IndexedMappingFeatureIteratorFactory.query |
| Modifier and Type | Method and Description |
|---|---|
Query |
IndexQueryManager.PartialIndexQueryManager.buildCombinedQuery(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection) |
Query |
IndexQueryManager.PartialIndexQueryManager.buildCombinedQuery(List<String> ids) |
Query |
IndexQueryManager.PartialIndexQueryManager.getIndexQuery() |
Query |
MappingFeatureCollection.getQuery() |
protected Query |
AbstractMappingFeatureIterator.getUnrolledQuery(Query query)
Return a query appropriate to its underlying feature source.
|
protected Query |
IndexedMappingFeatureIterator.transformQueryToIdsOnly()
Convert query to retrieve only id field, no other fields
|
protected Query |
PartialIndexedMappingFeatureIterator.transformQueryToIdsOnly()
Build the query for execute on index source partial Implementation manages pagination by
itself, so remove bounds from query
|
protected Query |
IndexedMappingFeatureIterator.unrollIndexes(Query query) |
Query |
AppSchemaDataAccess.unrollQuery(Query query,
FeatureTypeMapping mapping)
Creates a
org.geotools.data.Query that operates over the surrogate DataStore, by
unrolling the org.geotools.filter.Filter contained in the passed query
, and replacing the list of required attributes by the ones of the mapped FeatureType. |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
MappingFeatureSource.getBounds(Query query) |
protected ReferencedEnvelope |
AppSchemaDataAccess.getBounds(Query query)
Computes the bounds of the features for the specified feature type that satisfy the query
provided that there is a fast way to get that result.
|
int |
MappingFeatureSource.getCount(Query query) |
protected int |
AppSchemaDataAccess.getCount(Query targetQuery)
Gets the number of the features that would be returned by this query for the specified
feature type.
|
FeatureCollection<FeatureType,Feature> |
MappingFeatureSource.getFeatures(Query query) |
static IMappingFeatureIterator |
MappingFeatureIteratorFactory.getInstance(AppSchemaDataAccess store,
FeatureTypeMapping mapping,
Query query,
Filter unrolledFilter) |
static IMappingFeatureIterator |
MappingFeatureIteratorFactory.getInstance(AppSchemaDataAccess store,
FeatureTypeMapping mapping,
Query query,
Filter unrolledFilter,
Transaction transaction) |
static IMappingFeatureIterator |
MappingFeatureIteratorFactory.getInstance(AppSchemaDataAccess store,
FeatureTypeMapping mapping,
Query query,
Filter unrolledFilter,
Transaction transaction,
boolean indexEnable) |
protected Query |
AbstractMappingFeatureIterator.getUnrolledQuery(Query query)
Return a query appropriate to its underlying feature source.
|
protected void |
DataAccessMappingFeatureIterator.initialiseSourceFeatures(FeatureTypeMapping mapping,
Query query,
CoordinateReferenceSystem targetCRS) |
protected abstract void |
AbstractMappingFeatureIterator.initialiseSourceFeatures(FeatureTypeMapping mapping,
Query query,
CoordinateReferenceSystem crs) |
protected Query |
IndexedMappingFeatureIterator.unrollIndexes(Query query) |
Query |
AppSchemaDataAccess.unrollQuery(Query query,
FeatureTypeMapping mapping)
Creates a
org.geotools.data.Query that operates over the surrogate DataStore, by
unrolling the org.geotools.filter.Filter contained in the passed query
, and replacing the list of required attributes by the ones of the mapped FeatureType. |
| Modifier and Type | Method and Description |
|---|---|
DataAccessMappingFeatureIterator |
CustomSourceDataStore.buildIterator(AppSchemaDataAccess store,
FeatureTypeMapping featureTypeMapping,
Query query,
Transaction transaction)
Allows a data store to build its own iterator that will be used by App-Schema core to
retrieve the necessary attributes from the data store to build the mapped feature types.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
DirectoryFeatureSource.getBounds(Query query) |
int |
DirectoryFeatureSource.getCount(Query query) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
DirectoryDataStore.getFeatureReader(Query query,
Transaction transaction) |
SimpleFeatureCollection |
DirectoryFeatureSource.getFeatures(Query query) |
int |
DirectoryFeatureLocking.lockFeatures(Query query) |
void |
DirectoryFeatureLocking.unLockFeatures(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
PreGeneralizedFeatureSource.getProxyObject(Query query,
SimpleFeatureSource fs) |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
PreGeneralizedFeatureSource.getBounds(Query query) |
int |
PreGeneralizedFeatureSource.getCount(Query query) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
PreGeneralizedDataStore.getFeatureReader(Query query,
Transaction transaction) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
PreGeneralizedFeatureSource.getFeatureReader(Query query,
Transaction transaction) |
SimpleFeatureCollection |
PreGeneralizedFeatureSource.getFeatures(Query query) |
protected Query |
PreGeneralizedFeatureSource.getProxyObject(Query query,
SimpleFeatureSource fs) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoiningQuery
Special Query that includes joining information
|
static class |
JoiningQuery.QueryJoin |
| Modifier and Type | Field and Description |
|---|---|
Query |
JoiningNestedAttributeMapping.Instance.baseTableQuery |
| Modifier and Type | Method and Description |
|---|---|
void |
JoiningNestedAttributeMapping.open(Object caller,
Query baseTableQuery,
FeatureTypeMapping mapping)
Open an instance (cursor) for a specific caller.
|
| Constructor and Description |
|---|
JoiningQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentFeatureSource |
MemoryDataStore.createFeatureSource(ContentEntry entry,
Query query) |
protected ReferencedEnvelope |
MemoryFeatureStore.getBoundsInternal(Query query) |
protected ReferencedEnvelope |
MemoryFeatureSource.getBoundsInternal(Query query) |
protected int |
MemoryFeatureStore.getCountInternal(Query query) |
protected int |
MemoryFeatureSource.getCountInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MemoryFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MemoryFeatureSource.getReaderInternal(Query query) |
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
MemoryFeatureStore.getWriterInternal(Query query,
int flags) |
protected boolean |
MemoryFeatureStore.handleVisitor(Query query,
FeatureVisitor visitor) |
protected boolean |
MemoryFeatureSource.handleVisitor(Query query,
FeatureVisitor visitor) |
| Constructor and Description |
|---|
MemoryFeatureReader(ContentState state,
Query query) |
MemoryFeatureSource(ContentEntry entry,
Query query) |
MemoryFeatureStore(ContentEntry entry,
Query query) |
MemoryFeatureWriter(MemoryState state,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected ReferencedEnvelope |
MongoFeatureStore.getBoundsInternal(Query query) |
protected ReferencedEnvelope |
MongoFeatureSource.getBoundsInternal(Query query) |
protected int |
MongoFeatureStore.getCountInternal(Query query) |
protected int |
MongoFeatureSource.getCountInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MongoFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
MongoFeatureSource.getReaderInternal(Query query) |
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
MongoFeatureStore.getWriterInternal(Query query,
int flags) |
protected boolean |
MongoFeatureStore.handleVisitor(Query query,
FeatureVisitor visitor) |
protected boolean |
MongoFeatureSource.handleVisitor(Query query,
FeatureVisitor visitor) |
| Constructor and Description |
|---|
MongoFeatureSource(ContentEntry entry,
Query query,
DBCollection collection) |
MongoFeatureStore(ContentEntry entry,
Query query,
DBCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
DataAccessMappingFeatureIterator |
MongoComplexDataSource.buildIterator(AppSchemaDataAccess store,
FeatureTypeMapping featureTypeMapping,
Query query,
Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
protected ReferencedEnvelope |
PropertyFeatureSource.getBoundsInternal(Query query) |
protected ReferencedEnvelope |
PropertyFeatureStore.getBoundsInternal(Query query) |
protected int |
PropertyFeatureSource.getCountInternal(Query query) |
protected int |
PropertyFeatureStore.getCountInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
PropertyFeatureSource.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
PropertyFeatureStore.getReaderInternal(Query query) |
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
PropertyFeatureStore.getWriterInternal(Query query,
int flags) |
protected boolean |
PropertyFeatureSource.handleVisitor(Query query,
FeatureVisitor visitor)
Make handleVisitor package visible allowing PropertyFeatureStore to delegate to this
implementation.
|
protected boolean |
PropertyFeatureStore.handleVisitor(Query query,
FeatureVisitor visitor) |
| Constructor and Description |
|---|
PropertyFeatureSource(ContentEntry entry,
Query query) |
PropertyFeatureWriter(ContentFeatureSource source,
ContentState contentState,
Query query,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
long |
ShapefileDataStore.getCount(Query query) |
| Modifier and Type | Method and Description |
|---|---|
SimpleFeatureCollection |
SimpleFeatureStore.getFeatures(Query query) |
SimpleFeatureCollection |
SimpleFeatureSource.getFeatures(Query query) |
| Modifier and Type | Method and Description |
|---|---|
static int |
SortedFeatureReader.getMaxFeaturesInMemory(Query q)
Gets the max amount amount of features to keep in memory from the query and system hints
|
| Constructor and Description |
|---|
SortedFeatureReader(SimpleFeatureReader reader,
Query query)
Builds a new sorting feature reader
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerDialect.handleSelectHints(StringBuffer sql,
SimpleFeatureType featureType,
Query query) |
| Modifier and Type | Field and Description |
|---|---|
protected Query |
ContentFeatureCollection.query |
protected Query |
ContentFeatureSource.query
The query defining the feature source
|
| Modifier and Type | Method and Description |
|---|---|
protected Query |
ContentFeatureSource.joinQuery(Query query)
Convenience method for joining a query with the definining query of the feature source.
|
protected Query |
ContentFeatureSource.resolvePropertyNames(Query query)
This method changes the query object so that all propertyName references are resolved to
simple attribute names against the schema of the feature source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentFeatureSource.accepts(Query query,
FeatureVisitor visitor,
ProgressListener progress)
Visit the features matching the provided query.
|
ReferencedEnvelope |
ContentFeatureSource.getBounds(Query query)
Returns the bounds of the results of the specified query against the feature source.
|
protected abstract ReferencedEnvelope |
ContentFeatureSource.getBoundsInternal(Query query)
Calculates the bounds of a specified query.
|
int |
ContentFeatureSource.getCount(Query query)
Returns the count of the number of features of the feature source.
|
protected abstract int |
ContentFeatureSource.getCountInternal(Query query)
Calculates the number of features of a specified query.
|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ContentDataStore.getFeatureReader(Query query,
Transaction tx)
Returns a feature reader for the specified query and transaction.
|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DecoratingDataStore.getFeatureReader(Query query,
Transaction transaction) |
ContentFeatureCollection |
ContentFeatureSource.getFeatures(Query query)
Returns the feature collection if the features of the feature source which meet the specified
query criteria.
|
FeatureReader<SimpleFeatureType,SimpleFeature> |
ContentFeatureSource.getReader(Query query)
Returns a reader for the features specified by a query.
|
protected abstract FeatureReader<SimpleFeatureType,SimpleFeature> |
ContentFeatureSource.getReaderInternal(Query query)
Subclass method for returning a native reader from the datastore.
|
ContentFeatureSource |
ContentFeatureSource.getView(Query query)
Creates a new feature source for the specified query.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Query query)
Returns a writer over features specified by a query.
|
FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriter(Query query,
int flags)
Returns a writer over features specified by a query.
|
protected abstract FeatureWriter<SimpleFeatureType,SimpleFeature> |
ContentFeatureStore.getWriterInternal(Query query,
int flags)
Subclass method for returning a native writer from the datastore.
|
protected boolean |
ContentFeatureSource.handleVisitor(Query query,
FeatureVisitor visitor)
Subclass method which allows subclasses to natively handle a visitor.
|
protected Query |
ContentFeatureSource.joinQuery(Query query)
Convenience method for joining a query with the definining query of the feature source.
|
int |
ContentFeatureSource.lockFeatures(Query query)
Locks features specified by a query.
|
protected Query |
ContentFeatureSource.resolvePropertyNames(Query query)
This method changes the query object so that all propertyName references are resolved to
simple attribute names against the schema of the feature source.
|
void |
ContentFeatureSource.unLockFeatures(Query query)
Unlocks features specified by a query.
|
| Constructor and Description |
|---|
ContentFeatureCollection(ContentFeatureSource featureSource,
Query query) |
ContentFeatureSource(ContentEntry entry,
Query query)
Creates the new feature source from a query.
|
ContentFeatureStore(ContentEntry entry,
Query query)
Creates the content feature store.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
TransformFeatureSource.getBounds(Query query) |
int |
TransformFeatureSource.getCount(Query query) |
FeatureReader<SimpleFeatureType,SimpleFeature> |
SingleFeatureSourceDataStore.getFeatureReader(Query query,
Transaction transaction) |
SimpleFeatureCollection |
TransformFeatureSource.getFeatures(Query query) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFeatureSource |
DefaultView.create(SimpleFeatureSource source,
Query query)
Factory that make the correct decorator for the provided featureSource.
|
ReferencedEnvelope |
DefaultView.getBounds(Query query)
Retrive the extent of the Query.
|
int |
DefaultView.getCount(Query query)
Adjust query and forward to source.
|
SimpleFeatureCollection |
DefaultView.getFeatures(Query query)
Implement getFeatures.
|
protected DefaultQuery |
DefaultView.makeDefinitionQuery(Query query)
Takes a query and adapts it to match re definitionQuery filter configured for a feature type.
|
| Constructor and Description |
|---|
DefaultView(SimpleFeatureSource source,
Query query)
Creates a new GeoServerFeatureSource object.
|
| Modifier and Type | Method and Description |
|---|---|
protected GetFeatureRequest |
WFSStoredQueryFeatureSource.createGetFeature(Query query,
GetFeatureRequest.ResultType resultType) |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
WFSContentComplexFeatureSource.getBounds(Query query) |
int |
WFSContentComplexFeatureSource.getCount(Query query) |
FeatureCollection<FeatureType,Feature> |
WFSContentComplexFeatureSource.getFeatures(Query query)
Get features based on the query specified.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleFeatureType |
SimpleFeatureTypeBuilder.retype(SimpleFeatureType origional,
Query query)
Configure expected
|
| Modifier and Type | Method and Description |
|---|---|
Query |
RenderingTransformation.invertQuery(Query targetQuery,
GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the function This method will be called only if the input data is a feature
collection.
|
| Modifier and Type | Method and Description |
|---|---|
GridGeometry |
RenderingTransformation.invertGridGeometry(Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read
the input data of the function involved in rendering.
|
Query |
RenderingTransformation.invertQuery(Query targetQuery,
GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the function This method will be called only if the input data is a feature
collection.
|
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<FileGroupProvider.FileGroup> |
ImageMosaicFileResourceInfo.getFiles(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
GranuleCatalog.mergeHints(Query q)
Merges the wrapper hints with the query ones, making sure not to overwrite the query ones
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GranuleCatalog.computeAggregateFunction(Query q,
FeatureCalc function) |
ReferencedEnvelope |
GranuleCatalogSource.getBounds(Query q) |
int |
GranuleCatalogSource.getCount(Query q) |
abstract void |
GranuleCatalog.getGranuleDescriptors(Query q,
GranuleCatalogVisitor visitor) |
abstract SimpleFeatureCollection |
GranuleCatalog.getGranules(Query q) |
SimpleFeatureCollection |
GranuleCatalogSource.getGranules(Query q) |
abstract int |
GranuleCatalog.getGranulesCount(Query q) |
protected Query |
GranuleCatalog.mergeHints(Query q)
Merges the wrapper hints with the query ones, making sure not to overwrite the query ones
|
abstract int |
GranuleCatalog.removeGranules(Query query) |
| Modifier and Type | Method and Description |
|---|---|
FeatureReader<SimpleFeatureType,SimpleFeature> |
DataStoreWrapper.getFeatureReader(Query query,
Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
GeoSpatialImageReader.getImageIndex(Query filterQuery)
Return the list of imageIndex related to the feature in the slicesCatalog which result from
the specified query.
|
| Modifier and Type | Field and Description |
|---|---|
protected Query |
JDBCFeatureReader.query
the query
|
| Modifier and Type | Method and Description |
|---|---|
Query |
JDBCFeatureReader.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCDataStore.applyLimitOffset(StringBuffer sql,
Query query)
Applies the limit/offset elements to the query if they are specified and if the dialect
supports them
|
static JoinInfo |
JoinInfo.create(Query query,
JDBCFeatureSource featureSource) |
static JoinInfo |
JoinInfo.create(Query query,
SimpleFeatureType featureType,
JDBCDataStore dataStore) |
protected void |
JDBCDataStore.encodeTableJoin(SimpleFeatureType featureType,
JoinInfo join,
Query query,
StringBuffer sql)
Helper method to encode the join clause(s) of a query.
|
protected Object |
JDBCDataStore.getAggregateValue(FeatureVisitor visitor,
SimpleFeatureType featureType,
Query query,
Connection cx)
Results the value of an aggregate function over a query.
|
protected ReferencedEnvelope |
JDBCDataStore.getBounds(SimpleFeatureType featureType,
Query query,
Connection cx)
Returns the bounds of the features for a particular feature type / table.
|
protected ReferencedEnvelope |
JDBCFeatureStore.getBoundsInternal(Query query) |
protected ReferencedEnvelope |
JDBCFeatureSource.getBoundsInternal(Query query) |
protected int |
JDBCDataStore.getCount(SimpleFeatureType featureType,
Query query,
Connection cx)
Returns the count of the features for a particular feature type / table.
|
protected int |
JDBCFeatureStore.getCountInternal(Query query) |
protected int |
JDBCFeatureSource.getCountInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCFeatureStore.getReaderInternal(Query query) |
protected FeatureReader<SimpleFeatureType,SimpleFeature> |
JDBCFeatureSource.getReaderInternal(Query query) |
protected FeatureWriter<SimpleFeatureType,SimpleFeature> |
JDBCFeatureStore.getWriterInternal(Query query,
int flags) |
void |
SQLDialect.handleSelectHints(StringBuffer sql,
SimpleFeatureType featureType,
Query query)
Used to apply search hints on the fully generated SQL (complete of select, from, where, sort,
limit/offset)
|
protected boolean |
JDBCFeatureStore.handleVisitor(Query query,
FeatureVisitor visitor) |
protected boolean |
JDBCFeatureSource.handleVisitor(Query query,
FeatureVisitor visitor) |
protected void |
JDBCFeatureReader.init(JDBCFeatureSource featureSource,
SimpleFeatureType featureType,
Query query) |
protected String |
JDBCDataStore.selectAggregateSQL(String function,
Expression att,
List<Expression> groupByExpressions,
SimpleFeatureType featureType,
Query query,
LimitingVisitor visitor) |
protected PreparedStatement |
JDBCDataStore.selectAggregateSQLPS(String function,
Expression att,
List<Expression> groupByExpressions,
SimpleFeatureType featureType,
Query query,
LimitingVisitor visitor,
Connection cx) |
protected String |
JDBCDataStore.selectBoundsSQL(SimpleFeatureType featureType,
Query query)
Generates a 'SELECT' sql statement which selects bounds.
|
protected PreparedStatement |
JDBCDataStore.selectBoundsSQLPS(SimpleFeatureType featureType,
Query query,
Connection cx)
Generates a 'SELECT' prepared statement which selects bounds.
|
protected String |
JDBCDataStore.selectJoinSQL(SimpleFeatureType featureType,
JoinInfo join,
Query query) |
protected PreparedStatement |
JDBCDataStore.selectJoinSQLPS(SimpleFeatureType featureType,
JoinInfo join,
Query query,
Connection cx) |
protected String |
JDBCDataStore.selectSQL(SimpleFeatureType featureType,
Query query)
Generates a 'SELECT p1, p2, ...
|
protected PreparedStatement |
JDBCDataStore.selectSQLPS(SimpleFeatureType featureType,
Query query,
Connection cx)
Generates a 'SELECT p1, p2, ...
|
static Hints |
VirtualTable.setKeepWhereClausePlaceHolderHint(Query query)
If the provided query has a filter of a where clause place holder exists it will be
preserved.
|
| Modifier and Type | Field and Description |
|---|---|
protected Query |
FeatureLayer.query
Query use to limit content of featureSource
|
| Modifier and Type | Method and Description |
|---|---|
Query |
FeatureLayer.getQuery()
Returns the definition query (filter) for this layer.
|
Query |
Layer.getQuery()
The definition query (including filter) for this layer, or
Query.ALL if no definition
query has been provided by the user. |
Query |
MapLayer.getQuery()
Deprecated.
Returns the definition query (filter) for this layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureLayer.setQuery(Query query)
Sets a definition query for the layer which acts as a filter for the features that the layer
will draw.
|
void |
MapLayer.setQuery(Query query)
Deprecated.
Sets a definition query for the layer which acts as a filter for the features that the layer
will draw.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
RenderingProcess.invertQuery(Map<String,Object> input,
Query targetQuery,
GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
| Modifier and Type | Method and Description |
|---|---|
GridGeometry |
RenderingProcess.invertGridGeometry(Map<String,Object> input,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read
the input data of the process involved in rendering.
|
Query |
RenderingProcess.invertQuery(Map<String,Object> input,
Query targetQuery,
GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
BarnesSurfaceProcess.invertQuery(Double argQueryBuffer,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
Query |
HeatmapProcess.invertQuery(Integer argRadiusPixels,
ReferencedEnvelope argOutputEnv,
Integer argOutputWidth,
Integer argOutputHeight,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
BarnesSurfaceProcess.invertQuery(Double argQueryBuffer,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
Query |
HeatmapProcess.invertQuery(Integer argRadiusPixels,
ReferencedEnvelope argOutputEnv,
Integer argOutputWidth,
Integer argOutputHeight,
Query targetQuery,
GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the
input data of the process involved in rendering.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RenderingTransformationHelper.applyRenderingTransformation(Expression transformation,
FeatureSource featureSource,
Query layerQuery,
Query renderingQuery,
GridGeometry2D gridGeometry,
CoordinateReferenceSystem sourceCrs,
RenderingHints hints) |
Copyright © 1996–2019 Geotools. All rights reserved.