Uses of Class
com.vividsolutions.jump.io.datasource.DataSourceQuery
-
Packages that use DataSourceQuery Package Description com.vividsolutions.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.org.openjump.core.ui.plugin.datastore org.openjump.core.ui.plugin.datastore.postgis org.openjump.core.ui.plugin.datastore.postgis2 org.openjump.core.ui.util -
-
Uses of DataSourceQuery in com.vividsolutions.jump.workbench.datasource
Methods in com.vividsolutions.jump.workbench.datasource that return DataSourceQuery Modifier and Type Method Description protected DataSourceQuery
FileDataSourceQueryChooser. toDataSourceQuery(File file)
Methods in com.vividsolutions.jump.workbench.datasource that return types with arguments of type DataSourceQuery Modifier and Type Method Description protected Collection<DataSourceQuery>
AbstractLoadSaveDatasetPlugIn. getDataSourceQueries()
Collection<DataSourceQuery>
DataSourceQueryChooser. getDataSourceQueries()
Collection<DataSourceQuery>
FileDataSourceQueryChooser. getDataSourceQueries()
Collection<DataSourceQuery>
LoadFileDataSourceQueryChooser. getDataSourceQueries()
Collection<DataSourceQuery>
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 DataSourceQuery Modifier and Type Method Description DataSourceQuery
Layer. getDataSourceQuery()
Methods in com.vividsolutions.jump.workbench.model with parameters of type DataSourceQuery Modifier and Type Method Description Layer
Layer. setDataSourceQuery(DataSourceQuery dataSourceQuery)
-
Uses of DataSourceQuery in org.openjump.core.ui.plugin.datastore
Subclasses of DataSourceQuery in org.openjump.core.ui.plugin.datastore Modifier and Type Class Description class
SaveToDataStoreDataSourceQuery
A 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.postgis Modifier and Type Class Description class
SaveToPostGISDataSourceQuery
A 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 DataSourceQuery Modifier and Type Method Description Collection<DataSourceQuery>
PostGISSaveDataSourceQueryChooser. 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 DataSourceQuery Modifier and Type Method Description static void
ExceptionUtil. reportExceptions(List<Throwable> exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)
-