Uses of Class
org.geotools.api.data.Query
-
-
Uses of Query in org.geotools.api.data
Fields in org.geotools.api.data declared as Query Modifier and Type Field Description static QueryQuery. ALLImplements a query that will fetch all features from a datasource.static QueryQuery. FIDSImplements a query that will fetch all the FeatureIDs from a datasource.Methods in org.geotools.api.data with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeFeatureSource. getBounds(Query query)Get the spatial bounds of the features that would be returned by the givenQuery.intFeatureSource. getCount(Query query)Gets the number of the features that would be returned by the givenQuery, taking into account any settings for max features and start index set on theQuery.FeatureReader<SimpleFeatureType,SimpleFeature>DataStore. getFeatureReader(Query query, Transaction transaction)Gets aFeatureReaderfor features selected by the givenQuery.FeatureCollection<T,F>FeatureSource. getFeatures(Query query)Retrieves features, in the form of aFeatureCollection, based on aQuery.SimpleFeatureCollectionSimpleFeatureSource. getFeatures(Query query)SimpleFeatureCollectionSimpleFeatureStore. getFeatures(Query query)CloseableIterator<FileGroupProvider.FileGroup>FileGroupProvider. getFiles(Query query)ReturnFileGroupProvider.FileGroups matching the specified query (if any).CloseableIterator<FileGroupProvider.FileGroup>FileResourceInfo. getFiles(Query query)FileGroupProviderproviding resource content.CloseableIterator<FileGroupProvider.FileGroup>FileServiceInfo. getFiles(Query query)FileGroupProviderproviding info content.intFeatureLocking. lockFeatures(Query query)FeatureLock features described by Query.voidFeatureLocking. unLockFeatures(Query query)Unlock Features denoted by provided query.Constructors in org.geotools.api.data with parameters of type Query Constructor Description Query(Query query)Copy contructor. -
Uses of Query in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc that return Query Modifier and Type Method Description protected QueryJoiningJDBCFeatureSource. joinQuery(Query query)protected QueryJoiningJDBCFeatureSource. resolvePropertyNames(Query query)Methods in org.geotools.appschema.jdbc with parameters of type Query Modifier and Type Method Description protected intJoiningJDBCFeatureSource. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>JoiningJDBCFeatureSource. getReaderInternal(Query query)protected QueryJoiningJDBCFeatureSource. joinQuery(Query query)protected QueryJoiningJDBCFeatureSource. resolvePropertyNames(Query query) -
Uses of Query in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeSampleDataAccessFeatureSource. getBounds(Query query)Not yet implemented.intSampleDataAccessFeatureSource. getCount(Query query)Not yet implemented.FeatureCollection<FeatureType,Feature>SampleDataAccessFeatureSource. getFeatures(Query query)Not yet implemented. -
Uses of Query in org.geotools.appschema.util
Methods in org.geotools.appschema.util with parameters of type Query Modifier and Type Method Description static List<String>IndexQueryUtils. getAttributesOnSort(Query query)Extracts List of Sort attributes names from Query -
Uses of Query in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return Query Modifier and Type Method Description protected QueryRenamingGranuleSource. renameQuery(Query q)Methods in org.geotools.coverage.grid.io with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeGranuleSource. getBounds(Query q)Get the spatial bounds of the granules that would be returned by the givenQuery.ReferencedEnvelopeRenamingGranuleSource. getBounds(Query q)intGranuleSource. getCount(Query q)Gets the number of the granules that would be returned by the givenQuery, taking into account any settings for max features and start index set on theQuery.intRenamingGranuleSource. getCount(Query q)SimpleFeatureCollectionGranuleSource. getGranules(Query q)Retrieves granules, in the form of aSimpleFeatureCollection, based on aQuery.SimpleFeatureCollectionRenamingGranuleSource. getGranules(Query q)protected QueryRenamingGranuleSource. renameQuery(Query q) -
Uses of Query in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog with parameters of type Query Modifier and Type Method Description voidCoverageSlicesCatalog. computeAggregateFunction(Query query, FeatureCalc function)voidCoverageSlicesCatalog.WrappedCoverageSlicesCatalog. computeAggregateFunction(Query query, FeatureCalc function)ReferencedEnvelopeCoverageSlicesCatalogSource. getBounds(Query q)intCoverageSlicesCatalogSource. getCount(Query q)List<CoverageSlice>CoverageSlicesCatalog. getGranules(Query q)List<CoverageSlice>CoverageSlicesCatalog.WrappedCoverageSlicesCatalog. getGranules(Query q)SimpleFeatureCollectionCoverageSlicesCatalogSource. getGranules(Query q) -
Uses of Query in org.geotools.data
Fields in org.geotools.data declared as Query Modifier and Type Field Description protected QueryDefaultFeatureResults. queryQuery used to define this subset of features from the feature sourceMethods in org.geotools.data that return Query Modifier and Type Method Description static QueryDataUtilities. mixQueries(Query firstQuery, Query secondQuery, String handle)Takes twoQueryobjects and produce a new one by mixing the restrictions of both of them.static QueryDataUtilities. 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 QueryDataUtilities. simplifyFilter(Query query)This method changes the query object by simplifying the filter using SimplifyingFilterVisitorMethods in org.geotools.data with parameters of type Query Modifier and Type Method Description static SimpleFeatureSourceDataUtilities. createView(DataStore store, Query query)Return a 'view' of the givenDataStoreconstrained by aQuery.static SimpleFeatureSourceDataUtilities. createView(SimpleFeatureSource source, Query query)Return a 'view' of the givenFeatureSourceconstrained by aQuery.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.static QueryDataUtilities. mixQueries(Query firstQuery, Query secondQuery, String handle)Takes twoQueryobjects and produce a new one by mixing the restrictions of both of them.static QueryDataUtilities. 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 QueryDataUtilities. simplifyFilter(Query query)This method changes the query object by simplifying the filter using SimplifyingFilterVisitorConstructors in org.geotools.data with parameters of type Query Constructor Description DefaultFeatureResults(SimpleFeatureSource source, Query query)FeatureResults query against featureSource. -
Uses of Query in org.geotools.data.collection
Methods in org.geotools.data.collection with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeCollectionFeatureSource. getBounds(Query query)ReferencedEnvelopeSpatialIndexFeatureSource. getBounds(Query query)intCollectionFeatureSource. getCount(Query query)intSpatialIndexFeatureSource. getCount(Query query)SimpleFeatureCollectionCollectionFeatureSource. getFeatures(Query query)SimpleFeatureCollectionSpatialIndexFeatureSource. getFeatures(Query query)Constructors in org.geotools.data.collection with parameters of type Query Constructor Description SubCollection(Query query, SimpleFeatureCollection features) -
Uses of Query in org.geotools.data.complex
Fields in org.geotools.data.complex declared as Query Modifier and Type Field Description protected QueryAbstractMappingFeatureIterator. queryprotected QueryIndexedMappingFeatureIterator. queryprotected QueryIndexedMappingFeatureIteratorFactory. queryprotected QueryIndexQueryManager. queryMethods in org.geotools.data.complex that return Query Modifier and Type Method Description QueryIndexQueryManager.PartialIndexQueryManager. buildCombinedQuery(List<String> ids)QueryIndexQueryManager.PartialIndexQueryManager. buildCombinedQuery(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection)QueryIndexQueryManager.PartialIndexQueryManager. getIndexQuery()QueryMappingFeatureCollection. getQuery()protected QueryAbstractMappingFeatureIterator. getUnrolledQuery(Query query)Return a query appropriate to its underlying feature source.protected QueryIndexedMappingFeatureIterator. transformQueryToIdsOnly()Convert query to retrieve only id field, no other fieldsprotected QueryPartialIndexedMappingFeatureIterator. transformQueryToIdsOnly()Build the query for execute on index source partial Implementation manages pagination by itself, so remove bounds from queryprotected QueryIndexedMappingFeatureIterator. unrollIndexes(Query query)QueryAppSchemaDataAccess. unrollQuery(Query query, FeatureTypeMapping mapping)Creates aorg.geotools.api.data.Querythat operates over the surrogate DataStore, by unrolling theorg.geotools.filter.Filtercontained in the passedquery, and replacing the list of required attributes by the ones of the mapped FeatureType.Methods in org.geotools.data.complex with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeAppSchemaDataAccess. 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.ReferencedEnvelopeMappingFeatureSource. getBounds(Query query)protected intAppSchemaDataAccess. getCount(Query targetQuery)Gets the number of the features that would be returned by this query for the specified feature type.intMappingFeatureSource. getCount(Query query)FeatureCollection<FeatureType,Feature>MappingFeatureSource. getFeatures(Query query)static IMappingFeatureIteratorMappingFeatureIteratorFactory. getInstance(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter)static IMappingFeatureIteratorMappingFeatureIteratorFactory. getInstance(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction)static IMappingFeatureIteratorMappingFeatureIteratorFactory. getInstance(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction, boolean indexEnable)protected QueryAbstractMappingFeatureIterator. getUnrolledQuery(Query query)Return a query appropriate to its underlying feature source.protected abstract voidAbstractMappingFeatureIterator. initialiseSourceFeatures(FeatureTypeMapping mapping, Query query, CoordinateReferenceSystem crs)protected voidDataAccessMappingFeatureIterator. initialiseSourceFeatures(FeatureTypeMapping mapping, Query query, CoordinateReferenceSystem targetCRS)protected QueryIndexedMappingFeatureIterator. unrollIndexes(Query query)QueryAppSchemaDataAccess. unrollQuery(Query query, FeatureTypeMapping mapping)Creates aorg.geotools.api.data.Querythat operates over the surrogate DataStore, by unrolling theorg.geotools.filter.Filtercontained in the passedquery, and replacing the list of required attributes by the ones of the mapped FeatureType. -
Uses of Query in org.geotools.data.complex.spi
Methods in org.geotools.data.complex.spi with parameters of type Query Modifier and Type Method Description DataAccessMappingFeatureIteratorCustomSourceDataStore. 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. -
Uses of Query in org.geotools.data.csv
Methods in org.geotools.data.csv with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeCSVFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeCSVFeatureStore. getBoundsInternal(Query query)protected intCSVFeatureSource. getCountInternal(Query query)protected intCSVFeatureStore. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>CSVFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>CSVFeatureStore. getReaderInternal(Query query)protected FeatureWriter<SimpleFeatureType,SimpleFeature>CSVFeatureStore. getWriterInternal(Query query, int flags)Constructors in org.geotools.data.csv with parameters of type Query Constructor Description CSVFeatureReader(CSVStrategy csvStrategy, Query query)CSVFeatureSource(CSVDataStore datastore, Query query)CSVFeatureSource(ContentEntry entry, Query query)CSVFeatureStore(CSVStrategy csvStrategy, CSVFileState csvFileState, ContentEntry entry, Query query)CSVFeatureWriter(CSVFileState csvFileState, CSVStrategy csvStrategy, Query query) -
Uses of Query in org.geotools.data.directory
Methods in org.geotools.data.directory with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeDirectoryFeatureSource. getBounds(Query query)intDirectoryFeatureSource. getCount(Query query)FeatureReader<SimpleFeatureType,SimpleFeature>DirectoryDataStore. getFeatureReader(Query query, Transaction transaction)SimpleFeatureCollectionDirectoryFeatureSource. getFeatures(Query query)intDirectoryFeatureLocking. lockFeatures(Query query)voidDirectoryFeatureLocking. unLockFeatures(Query query) -
Uses of Query in org.geotools.data.gen
Methods in org.geotools.data.gen that return Query Modifier and Type Method Description protected QueryPreGeneralizedFeatureSource. getProxyObject(Query query, SimpleFeatureSource fs, Generalization di)Methods in org.geotools.data.gen with parameters of type Query Modifier and Type Method Description ReferencedEnvelopePreGeneralizedFeatureSource. getBounds(Query query)intPreGeneralizedFeatureSource. getCount(Query query)FeatureReader<SimpleFeatureType,SimpleFeature>PreGeneralizedDataStore. getFeatureReader(Query query, Transaction transaction)FeatureReader<SimpleFeatureType,SimpleFeature>PreGeneralizedFeatureSource. getFeatureReader(Query query, Transaction transaction)SimpleFeatureCollectionPreGeneralizedFeatureSource. getFeatures(Query query)protected QueryPreGeneralizedFeatureSource. getProxyObject(Query query, SimpleFeatureSource fs, Generalization di) -
Uses of Query in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeGeoJSONFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeGeoJSONFeatureStore. getBoundsInternal(Query query)protected intGeoJSONFeatureSource. getCountInternal(Query query)protected intGeoJSONFeatureStore. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>GeoJSONFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>GeoJSONFeatureStore. getReaderInternal(Query query)protected FeatureWriter<SimpleFeatureType,SimpleFeature>GeoJSONFeatureStore. getWriterInternal(Query query, int flags)protected booleanGeoJSONFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)Constructors in org.geotools.data.geojson.store with parameters of type Query Constructor Description GeoJSONFeatureReader(ContentState contentState, Query query)GeoJSONFeatureSource(GeoJSONDataStore datastore, Query query)GeoJSONFeatureSource(ContentEntry entry, Query query)GeoJSONFeatureStore(ContentEntry entry, Query query)GeoJSONFeatureWriter(ContentEntry entry, Query query) -
Uses of Query in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet with parameters of type Query Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>ForwardingDataStore. getFeatureReader(Query query, Transaction transaction) -
Uses of Query in org.geotools.data.graticule
Methods in org.geotools.data.graticule with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeGraticuleFeatureSource. getBoundsInternal(Query query)protected intGraticuleFeatureSource. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>GraticuleFeatureSource. getReaderInternal(Query query)Constructors in org.geotools.data.graticule with parameters of type Query Constructor Description GraticuleFeatureReader(GraticuleFeatureSource fs, Query query) -
Uses of Query in org.geotools.data.hana
Methods in org.geotools.data.hana with parameters of type Query Modifier and Type Method Description voidHanaDialect. handleSelectHints(StringBuffer sql, SimpleFeatureType featureType, Query query) -
Uses of Query in org.geotools.data.joining
Subclasses of Query in org.geotools.data.joining Modifier and Type Class Description classJoiningQuerySpecial Query that includes joining informationstatic classJoiningQuery.QueryJoinFields in org.geotools.data.joining declared as Query Modifier and Type Field Description QueryJoiningNestedAttributeMapping.Instance. baseTableQueryMethods in org.geotools.data.joining with parameters of type Query Modifier and Type Method Description voidJoiningNestedAttributeMapping. open(Object caller, Query baseTableQuery, FeatureTypeMapping mapping)Open an instance (cursor) for a specific caller.Constructors in org.geotools.data.joining with parameters of type Query Constructor Description JoiningQuery(Query query) -
Uses of Query in org.geotools.data.memory
Methods in org.geotools.data.memory with parameters of type Query Modifier and Type Method Description protected ContentFeatureSourceMemoryDataStore. createFeatureSource(ContentEntry entry, Query query)protected ReferencedEnvelopeMemoryFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeMemoryFeatureStore. getBoundsInternal(Query query)protected intMemoryFeatureSource. getCountInternal(Query query)protected intMemoryFeatureStore. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>MemoryFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>MemoryFeatureStore. getReaderInternal(Query query)protected FeatureWriter<SimpleFeatureType,SimpleFeature>MemoryFeatureStore. getWriterInternal(Query query, int flags)protected booleanMemoryFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)protected booleanMemoryFeatureStore. handleVisitor(Query query, FeatureVisitor visitor)Constructors in org.geotools.data.memory with parameters of type Query Constructor Description MemoryFeatureReader(ContentState state, Query query)MemoryFeatureSource(ContentEntry entry, Query query)MemoryFeatureStore(ContentEntry entry, Query query)MemoryFeatureWriter(MemoryState state, Query query) -
Uses of Query in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Query Modifier and Type Method Description protected booleanMongoFeatureSource. canFilter(Query query)protected booleanMongoFeatureStore. canFilter(Query query)protected booleanMongoFeatureSource. canLimit(Query query)protected booleanMongoFeatureStore. canLimit(Query query)protected booleanMongoFeatureSource. canOffset(Query query)protected booleanMongoFeatureStore. canOffset(Query query)protected booleanMongoFeatureSource. canRetype(Query query)protected booleanMongoFeatureStore. canRetype(Query query)protected booleanMongoFeatureSource. canSort(Query query)protected booleanMongoFeatureStore. canSort(Query query)protected ReferencedEnvelopeMongoFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeMongoFeatureStore. getBoundsInternal(Query query)protected intMongoFeatureSource. getCountInternal(Query query)protected intMongoFeatureStore. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>MongoFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>MongoFeatureStore. getReaderInternal(Query query)protected FeatureWriter<SimpleFeatureType,SimpleFeature>MongoFeatureStore. getWriterInternal(Query query, int flags)protected booleanMongoFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)protected booleanMongoFeatureStore. handleVisitor(Query query, FeatureVisitor visitor)Constructors in org.geotools.data.mongodb with parameters of type Query Constructor Description MongoFeatureSource(ContentEntry entry, Query query, DBCollection collection)MongoFeatureStore(ContentEntry entry, Query query, DBCollection collection) -
Uses of Query in org.geotools.data.mongodb.complex
Methods in org.geotools.data.mongodb.complex with parameters of type Query Modifier and Type Method Description DataAccessMappingFeatureIteratorMongoComplexDataSource. buildIterator(AppSchemaDataAccess store, FeatureTypeMapping featureTypeMapping, Query query, Transaction transaction) -
Uses of Query in org.geotools.data.property
Methods in org.geotools.data.property with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopePropertyFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopePropertyFeatureStore. getBoundsInternal(Query query)protected intPropertyFeatureSource. getCountInternal(Query query)protected intPropertyFeatureStore. 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 booleanPropertyFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)Make handleVisitor package visible allowing PropertyFeatureStore to delegate to this implementation.protected booleanPropertyFeatureStore. handleVisitor(Query query, FeatureVisitor visitor)Constructors in org.geotools.data.property with parameters of type Query Constructor Description PropertyFeatureSource(ContentEntry entry, Query query)PropertyFeatureWriter(ContentFeatureSource source, ContentState contentState, Query query, boolean append) -
Uses of Query in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type Query Modifier and Type Method Description longShapefileDataStore. getCount(Query query) -
Uses of Query in org.geotools.data.sort
Methods in org.geotools.data.sort with parameters of type Query Modifier and Type Method Description static intSortedFeatureReader. getMaxFeaturesInMemory(Query q)Gets the max amount amount of features to keep in memory from the query and system hintsConstructors in org.geotools.data.sort with parameters of type Query Constructor Description SortedFeatureReader(SimpleFeatureReader reader, Query query)Builds a new sorting feature reader -
Uses of Query in org.geotools.data.sqlserver
Methods in org.geotools.data.sqlserver with parameters of type Query Modifier and Type Method Description voidSQLServerDialect. handleSelectHints(StringBuffer sql, SimpleFeatureType featureType, Query query) -
Uses of Query in org.geotools.data.store
Fields in org.geotools.data.store declared as Query Modifier and Type Field Description protected QueryContentFeatureCollection. queryprotected QueryContentFeatureSource. queryThe query defining the feature sourceMethods in org.geotools.data.store that return Query Modifier and Type Method Description protected QueryContentFeatureSource. joinQuery(Query query)Convenience method for joining a query with the definining query of the feature source.protected QueryContentFeatureSource. 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.Methods in org.geotools.data.store with parameters of type Query Modifier and Type Method Description voidContentFeatureSource. accepts(Query query, FeatureVisitor visitor, ProgressListener progress)Visit the features matching the provided query.protected booleanContentFeatureSource. canFilter(Query query)Determines if the datastore can natively perform a filtering.protected booleanContentFeatureSource. canLimit(Query query)Determines if the datastore can natively limit the number of features returned in a query.protected booleanContentFeatureSource. canOffset(Query query)Determines if the datastore can natively skip the firstoffsetnumber of features returned in a query.protected booleanContentFeatureSource. canRetype(Query query)Determines if the datastore can natively perform "retyping" which includes limiting the number of attributes returned and reordering of those attributesprotected booleanContentFeatureSource. canSort(Query query)Determines if the datastore can natively perform sorting.ReferencedEnvelopeContentFeatureSource. getBounds(Query query)Returns the bounds of the results of the specified query against the feature source.protected abstract ReferencedEnvelopeContentFeatureSource. getBoundsInternal(Query query)Calculates the bounds of a specified query.intContentFeatureSource. getCount(Query query)Returns the count of the number of features of the feature source.protected abstract intContentFeatureSource. 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)ContentFeatureCollectionContentFeatureSource. 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.ContentFeatureSourceContentFeatureSource. 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 booleanContentFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)Subclass method which allows subclasses to natively handle a visitor.protected QueryContentFeatureSource. joinQuery(Query query)Convenience method for joining a query with the definining query of the feature source.intContentFeatureSource. lockFeatures(Query query)Locks features specified by a query.protected QueryContentFeatureSource. 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.voidContentFeatureSource. unLockFeatures(Query query)Unlocks features specified by a query.Constructors in org.geotools.data.store with parameters of type Query Constructor 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. -
Uses of Query in org.geotools.data.transform
Methods in org.geotools.data.transform with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeTransformFeatureSource. getBounds(Query query)intTransformFeatureSource. getCount(Query query)FeatureReader<SimpleFeatureType,SimpleFeature>SingleFeatureSourceDataStore. getFeatureReader(Query query, Transaction transaction)SimpleFeatureCollectionTransformFeatureSource. getFeatures(Query query)intTransformFeatureLocking. lockFeatures(Query query)voidTransformFeatureLocking. unLockFeatures(Query query) -
Uses of Query in org.geotools.data.view
Methods in org.geotools.data.view that return Query Modifier and Type Method Description protected QueryDefaultView. makeDefinitionQuery(Query query)Takes a query and adapts it to match re definitionQuery filter configured for a feature type.Methods in org.geotools.data.view with parameters of type Query Modifier and Type Method Description static SimpleFeatureSourceDefaultView. create(SimpleFeatureSource source, Query query)Factory that make the correct decorator for the provided featureSource.ReferencedEnvelopeDefaultView. getBounds(Query query)Retrive the extent of the Query.intDefaultView. getCount(Query query)Adjust query and forward to source.SimpleFeatureCollectionDefaultView. getFeatures(Query query)Implement getFeatures.protected QueryDefaultView. makeDefinitionQuery(Query query)Takes a query and adapts it to match re definitionQuery filter configured for a feature type.Constructors in org.geotools.data.view with parameters of type Query Constructor Description DefaultView(SimpleFeatureSource source, Query query)Creates a new GeoServerFeatureSource object. -
Uses of Query in org.geotools.data.vpf
Methods in org.geotools.data.vpf with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeVPFCovFeatureSource. getBoundsInternal(Query query)Implementation that generates the total bounds (many file formats record this information in the header)protected ReferencedEnvelopeVPFLibFeatureSource. getBoundsInternal(Query query)Implementation that generates the total bounds (many file formats record this information in the header)protected intVPFCovFeatureSource. getCountInternal(Query query)protected intVPFLibFeatureSource. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFCovFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFLibFeatureSource. getReaderInternal(Query query)Constructors in org.geotools.data.vpf with parameters of type Query Constructor Description VPFCovFeatureSource(VPFFeatureType featureType, ContentEntry entry, Query query)VPFFeatureSource(ContentEntry entry, Query query)VPFLibFeatureSource(ContentEntry entry, Query query) -
Uses of Query in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file with parameters of type Query Modifier and Type Method Description protected ReferencedEnvelopeVPFFileFeatureSource. getBoundsInternal(Query query)Implementation that generates the total bounds (many file formats record this information in the header)protected intVPFFileFeatureSource. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>VPFFileFeatureSource. getReaderInternal(Query query)Constructors in org.geotools.data.vpf.file with parameters of type Query Constructor Description VPFFileFeatureSource(ContentEntry entry, Query query) -
Uses of Query in org.geotools.data.wfs
Methods in org.geotools.data.wfs with parameters of type Query Modifier and Type Method Description protected GetFeatureRequestWFSStoredQueryFeatureSource. createGetFeature(Query query, GetFeatureRequest.ResultType resultType) -
Uses of Query in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl with parameters of type Query Modifier and Type Method Description ReferencedEnvelopeWFSContentComplexFeatureSource. getBounds(Query query)intWFSContentComplexFeatureSource. getCount(Query query)FeatureCollection<FeatureType,Feature>WFSContentComplexFeatureSource. getFeatures(Query query)Get features based on the query specified. -
Uses of Query in org.geotools.feature.simple
Methods in org.geotools.feature.simple with parameters of type Query Modifier and Type Method Description static SimpleFeatureTypeSimpleFeatureTypeBuilder. retype(SimpleFeatureType original, Query query)Create a SimpleFeatureType with the parameters and coordinate reference system of the query. -
Uses of Query in org.geotools.filter.function
Methods in org.geotools.filter.function that return Query Modifier and Type Method Description QueryRenderingTransformation. 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.Methods in org.geotools.filter.function with parameters of type Query Modifier and Type Method Description GridGeometryRenderingTransformation. 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.QueryRenderingTransformation. 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. -
Uses of Query in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return Query Modifier and Type Method Description QueryFootprintsTransformation. invertQuery(Query targetQuery, GridGeometry gridGeometry)Methods in org.geotools.gce.imagemosaic with parameters of type Query Modifier and Type Method Description CloseableIterator<FileGroupProvider.FileGroup>ImageMosaicFileResourceInfo. getFiles(Query query)GridGeometryFootprintsTransformation. invertGridGeometry(Query targetQuery, GridGeometry targetGridGeometry)QueryFootprintsTransformation. invertQuery(Query targetQuery, GridGeometry gridGeometry) -
Uses of Query in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return Query Modifier and Type Method Description protected QueryGranuleCatalog. mergeHints(Query q)Merges the wrapper hints with the query ones, making sure not to overwrite the query onesQueryLockingGranuleCatalog. mergeHints(Query q)Methods in org.geotools.gce.imagemosaic.catalog with parameters of type Query Modifier and Type Method Description abstract voidGranuleCatalog. computeAggregateFunction(Query q, FeatureCalc function)voidLockingGranuleCatalog. computeAggregateFunction(Query q, FeatureCalc function)ReferencedEnvelopeGranuleCatalogSource. getBounds(Query q)CatalogConfigurationBeanCatalogConfigurationBeans. getByTypeQuery(Query q)Looks up the configurations considering both the query (looking for the COVERAGE_NAME hint) and falls back on the type name, if the first did not provide a matchintGranuleCatalogSource. getCount(Query q)voidCachingDataStoreGranuleCatalog. getGranuleDescriptors(Query q, GranuleCatalogVisitor visitor)abstract voidGranuleCatalog. getGranuleDescriptors(Query q, GranuleCatalogVisitor visitor)voidLockingGranuleCatalog. getGranuleDescriptors(Query q, GranuleCatalogVisitor visitor)SimpleFeatureCollectionCachingDataStoreGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionCachingDataStoreGranuleCatalog. getGranules(Query q, Transaction t)abstract SimpleFeatureCollectionGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionGranuleCatalog. getGranules(Query q, Transaction t)SimpleFeatureCollectionGranuleCatalogSource. getGranules(Query q)SimpleFeatureCollectionLockingGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionLockingGranuleCatalog. getGranules(Query q, Transaction t)SimpleFeatureCollectionQueryCacheGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionQueryCacheGranuleCatalog. getGranules(Query q, Transaction t)abstract intGranuleCatalog. getGranulesCount(Query q)intLockingGranuleCatalog. getGranulesCount(Query q)protected QueryGranuleCatalog. mergeHints(Query q)Merges the wrapper hints with the query ones, making sure not to overwrite the query onesQueryLockingGranuleCatalog. mergeHints(Query q)intCachingDataStoreGranuleCatalog. removeGranules(Query query)intCachingDataStoreGranuleCatalog. removeGranules(Query query, Transaction transaction)abstract intGranuleCatalog. removeGranules(Query query)Deprecated.intGranuleCatalog. removeGranules(Query query, Transaction transaction)intLockingGranuleCatalog. removeGranules(Query query)intLockingGranuleCatalog. removeGranules(Query query, Transaction transaction)intQueryCacheGranuleCatalog. removeGranules(Query query)intQueryCacheGranuleCatalog. removeGranules(Query query, Transaction transaction) -
Uses of Query in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type Query Modifier and Type Method Description FeatureReader<SimpleFeatureType,SimpleFeature>DataStoreWrapper. getFeatureReader(Query query, Transaction transaction) -
Uses of Query in org.geotools.gce.imagemosaic.granulecollector
Methods in org.geotools.gce.imagemosaic.granulecollector with parameters of type Query Modifier and Type Method Description default voidSubmosaicProducer. init(Query query)Gives the producer an opportunity to pre-visit the granules, if it needs so for any reason -
Uses of Query in org.geotools.imageio
Methods in org.geotools.imageio with parameters of type Query Modifier and Type Method 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. -
Uses of Query in org.geotools.jdbc
Fields in org.geotools.jdbc declared as Query Modifier and Type Field Description protected QueryJDBCFeatureReader. querythe queryMethods in org.geotools.jdbc that return Query Modifier and Type Method Description QueryJDBCFeatureReader. getQuery()Methods in org.geotools.jdbc with parameters of type Query Modifier and Type Method Description voidJDBCDataStore. applyLimitOffset(StringBuffer sql, Query query)Applies the limit/offset elements to the query if they are specified and if the dialect supports themprotected booleanJDBCFeatureSource. canFilter(Query query)protected booleanJDBCFeatureStore. canFilter(Query query)protected booleanJDBCFeatureSource. canLimit(Query query)protected booleanJDBCFeatureStore. canLimit(Query query)protected booleanJDBCFeatureSource. canOffset(Query query)protected booleanJDBCFeatureStore. canOffset(Query query)protected booleanJDBCFeatureSource. canRetype(Query query)protected booleanJDBCFeatureStore. canRetype(Query query)protected booleanJDBCFeatureSource. canSort(Query query)protected booleanJDBCFeatureStore. canSort(Query query)static JoinInfoJoinInfo. create(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore)static JoinInfoJoinInfo. create(Query query, JDBCFeatureSource featureSource)protected voidJDBCDataStore. encodeTableJoin(SimpleFeatureType featureType, JoinInfo join, Query query, StringBuffer sql)Helper method to encode the join clause(s) of a query.protected ObjectJDBCDataStore. getAggregateValue(FeatureVisitor visitor, SimpleFeatureType featureType, Query query, Connection cx)Results the value of an aggregate function over a query.protected ReferencedEnvelopeJDBCDataStore. getBounds(SimpleFeatureType featureType, Query query, Connection cx)Returns the bounds of the features for a particular feature type / table.protected ReferencedEnvelopeJDBCFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeJDBCFeatureStore. getBoundsInternal(Query query)protected intJDBCDataStore. getCount(SimpleFeatureType featureType, Query query, Connection cx)Returns the count of the features for a particular feature type / table.protected intJDBCFeatureSource. getCountInternal(Query query)protected intJDBCFeatureStore. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>JDBCFeatureSource. getReaderInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>JDBCFeatureStore. getReaderInternal(Query query)protected FeatureWriter<SimpleFeatureType,SimpleFeature>JDBCFeatureStore. getWriterInternal(Query query, int flags)voidSQLDialect. 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 booleanJDBCFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)protected booleanJDBCFeatureStore. handleVisitor(Query query, FeatureVisitor visitor)protected voidJDBCFeatureReader. init(JDBCFeatureSource featureSource, SimpleFeatureType featureType, Query query)protected StringJDBCDataStore. selectAggregateSQL(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor)protected PreparedStatementJDBCDataStore. selectAggregateSQLPS(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor, Connection cx)protected StringJDBCDataStore. selectBoundsSQL(SimpleFeatureType featureType, Query query)Generates a 'SELECT' sql statement which selects bounds.protected PreparedStatementJDBCDataStore. selectBoundsSQLPS(SimpleFeatureType featureType, Query query, Connection cx)Generates a 'SELECT' prepared statement which selects bounds.protected StringJDBCDataStore. selectJoinSQL(SimpleFeatureType featureType, JoinInfo join, Query query)protected PreparedStatementJDBCDataStore. selectJoinSQLPS(SimpleFeatureType featureType, JoinInfo join, Query query, Connection cx)protected StringJDBCDataStore. selectSQL(SimpleFeatureType featureType, Query query)Generates a 'SELECT p1, p2, ...protected PreparedStatementJDBCDataStore. selectSQLPS(SimpleFeatureType featureType, Query query, Connection cx)Generates a 'SELECT p1, p2, ...static HintsVirtualTable. setKeepWhereClausePlaceHolderHint(Query query)If the provided query has a filter of a where clause place holder exists it will be preserved. -
Uses of Query in org.geotools.map
Fields in org.geotools.map declared as Query Modifier and Type Field Description protected QueryFeatureLayer. queryQuery use to limit content of featureSourceMethods in org.geotools.map that return Query Modifier and Type Method Description QueryFeatureLayer. getQuery()Returns the definition query (filter) for this layer.QueryLayer. getQuery()The definition query (including filter) for this layer, orQuery.ALLif no definition query has been provided by the user.Methods in org.geotools.map with parameters of type Query Modifier and Type Method Description voidFeatureLayer. setQuery(Query query)Sets a definition query for the layer which acts as a filter for the features that the layer will draw. -
Uses of Query in org.geotools.process
Methods in org.geotools.process that return Query Modifier and Type Method Description QueryRenderingProcess. 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.Methods in org.geotools.process with parameters of type Query Modifier and Type Method Description GridGeometryRenderingProcess. 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.QueryRenderingProcess. 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. -
Uses of Query in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type Query Modifier and Type Method Description GridGeometryContourProcess. invertGridGeometry(Query targetQuery, GridGeometry gg) -
Uses of Query in org.geotools.process.vector
Methods in org.geotools.process.vector that return Query Modifier and Type Method Description QueryBarnesSurfaceProcess. 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.QueryGroupCandidateSelectionProcess. invertQuery(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry)QueryHeatmapProcess. 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.Methods in org.geotools.process.vector with parameters of type Query Modifier and Type Method Description QueryBarnesSurfaceProcess. 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.QueryGroupCandidateSelectionProcess. invertQuery(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry)QueryHeatmapProcess. 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. -
Uses of Query in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Query Modifier and Type Method Description ObjectRenderingTransformationHelper. applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints) -
Uses of Query in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Query Modifier and Type Method Description protected booleanSTACFeatureSource. canFilter(Query query)protected booleanSTACFeatureSource. canLimit(Query query)protected booleanSTACFeatureSource. canRetype(Query query)protected booleanSTACFeatureSource. canSort(Query query)protected ReferencedEnvelopeSTACFeatureSource. getBoundsInternal(Query query)protected intSTACFeatureSource. getCountInternal(Query query)protected FeatureReader<SimpleFeatureType,SimpleFeature>STACFeatureSource. getReaderInternal(Query query)protected booleanSTACFeatureSource. handleVisitor(Query query, FeatureVisitor visitor) -
Uses of Query in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type Query Modifier and Type Method Description protected booleanVectorMosaicFeatureSource. canFilter(Query query)protected booleanVectorMosaicFeatureSource. canRetype(Query query)protected ReferencedEnvelopeVectorMosaicFeatureSource. getBoundsInternal(Query query)protected intVectorMosaicFeatureSource. getCountInternal(Query query)Counts the matching granules by delegating to the underlying granule stores.protected FeatureReader<SimpleFeatureType,SimpleFeature>VectorMosaicFeatureSource. getReaderInternal(Query query)protected FilterVectorMosaicFeatureSource. getSplitFilter(Query query, DataStore dataStore, String typeName, boolean isDelegate)protected booleanVectorMosaicFeatureSource. handleVisitor(Query query, FeatureVisitor visitor)
-