|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QueryRequest | |
| org.geotools.catalog | |
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
| org.geotools.data.dir | Directory DataStore Overview This package represents the functionality required to chain datastores, ie. to represents a directory of mixed file types as a single datastore. |
| org.geotools.data.store | |
| org.geotools.data.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. |
| Uses of QueryRequest in org.geotools.catalog |
| Fields in org.geotools.catalog declared as QueryRequest | |
static QueryRequest |
QueryRequest.ALL
|
| Methods in org.geotools.catalog with parameters of type QueryRequest | |
java.util.List |
Discovery.search(QueryRequest query)
Searches through the catalog and finds the entries that that match the query. |
| Constructors in org.geotools.catalog with parameters of type QueryRequest | |
DefaultQueryDefinition(QueryRequest queryRequest)
Creates a new DefaultQueryDefinition object. |
|
| Uses of QueryRequest in org.geotools.data |
| Methods in org.geotools.data with parameters of type QueryRequest | |
java.util.List |
AbstractDataStore.search(QueryRequest queryRequest)
Metadata search through entries. |
| Uses of QueryRequest in org.geotools.data.dir |
| Methods in org.geotools.data.dir with parameters of type QueryRequest | |
java.util.List |
DirectoryDataStore.search(QueryRequest queryRequest)
Metadata search through entries. |
| Uses of QueryRequest in org.geotools.data.store |
| Methods in org.geotools.data.store with parameters of type QueryRequest | |
java.util.List |
AbstractDataStore2.search(QueryRequest queryRequest)
|
| Uses of QueryRequest in org.geotools.data.wms |
| Methods in org.geotools.data.wms with parameters of type QueryRequest | |
java.util.List |
WebMapServer.search(QueryRequest queryRequest)
Metadata search through entries. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||