Uses of Class
org.locationtech.jts.jump.io.datasource.DataSourceQuery
-
Packages that use DataSourceQuery Package Description org.locationtech.jts.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.org.locationtech.jts.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. -
-
Uses of DataSourceQuery in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource that return DataSourceQuery Modifier and Type Method Description protected DataSourceQuery
FileDataSourceQueryChooser. toDataSourceQuery(File file)
-
Uses of DataSourceQuery in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return DataSourceQuery Modifier and Type Method Description DataSourceQuery
Layer. getDataSourceQuery()
Methods in org.locationtech.jts.jump.workbench.model with parameters of type DataSourceQuery Modifier and Type Method Description Layer
Layer. setDataSourceQuery(DataSourceQuery dataSourceQuery)
-