Uses of Class
com.vividsolutions.jump.io.datasource.DataSourceQuery
Packages that use DataSourceQuery
Package
Description
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
-
Uses of DataSourceQuery in com.vividsolutions.jump.workbench.datasource
Methods in com.vividsolutions.jump.workbench.datasource that return DataSourceQueryModifier and TypeMethodDescriptionprotected DataSourceQueryFileDataSourceQueryChooser.toDataSourceQuery(File file) Methods in com.vividsolutions.jump.workbench.datasource that return types with arguments of type DataSourceQueryModifier and TypeMethodDescriptionprotected Collection<DataSourceQuery> AbstractLoadSaveDatasetPlugIn.getDataSourceQueries()DataSourceQueryChooser.getDataSourceQueries()FileDataSourceQueryChooser.getDataSourceQueries()LoadFileDataSourceQueryChooser.getDataSourceQueries()SaveFileDataSourceQueryChooser.getDataSourceQueries()protected Collection<DataSourceQuery> SaveDatasetAsPlugIn.showDialog(WorkbenchContext context) protected Collection<DataSourceQuery> FileDataSourceQueryChooser.toDataSourceQueries(File file) -
Uses of DataSourceQuery in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return DataSourceQueryMethods in com.vividsolutions.jump.workbench.model with parameters of type DataSourceQuery -
Uses of DataSourceQuery in org.openjump.core.ui.plugin.datastore
Subclasses of DataSourceQuery in org.openjump.core.ui.plugin.datastoreModifier and TypeClassDescriptionclassA query performed against a WritableDataStoreDataSource. -
Uses of DataSourceQuery in org.openjump.core.ui.plugin.datastore.postgis
Subclasses of DataSourceQuery in org.openjump.core.ui.plugin.datastore.postgisModifier and TypeClassDescriptionclassA query performed against a PostGIS data source. -
Uses of DataSourceQuery in org.openjump.core.ui.plugin.datastore.postgis2
Methods in org.openjump.core.ui.plugin.datastore.postgis2 that return types with arguments of type DataSourceQueryModifier and TypeMethodDescriptionPostGISSaveDataSourceQueryChooser.getDataSourceQueries()Since the user interface does not allow for loading of multiple tables, the returned collection only contains a single element. -
Uses of DataSourceQuery in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type DataSourceQueryModifier and TypeMethodDescriptionstatic voidExceptionUtil.reportExceptions(List<Throwable> exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)