Uses of Class
com.vividsolutions.jump.coordsys.CoordinateSystemRegistry
-
Packages that use CoordinateSystemRegistry Package Description com.vividsolutions.jump.coordsys com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data.com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.openjump.core.ui.plugin.datastore org.openjump.core.ui.plugin.file org.openjump.core.ui.plugin.file.open -
-
Uses of CoordinateSystemRegistry in com.vividsolutions.jump.coordsys
Methods in com.vividsolutions.jump.coordsys that return CoordinateSystemRegistry Modifier and Type Method Description static CoordinateSystemRegistry
CoordinateSystemRegistry. instance(Blackboard blackboard)
-
Uses of CoordinateSystemRegistry in com.vividsolutions.jump.io.datasource
Methods in com.vividsolutions.jump.io.datasource with parameters of type CoordinateSystemRegistry Modifier and Type Method Description FeatureCollection
DataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)
-
Uses of CoordinateSystemRegistry in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type CoordinateSystemRegistry Modifier and Type Method Description static void
OpenProjectPlugIn. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
Deprecated. -
Uses of CoordinateSystemRegistry in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type CoordinateSystemRegistry Modifier and Type Method Description static void
AddDataStoreLayerWizard. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
static void
AddWritableDataStoreLayerWizard. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
-
Uses of CoordinateSystemRegistry in org.openjump.core.ui.plugin.file
Methods in org.openjump.core.ui.plugin.file with parameters of type CoordinateSystemRegistry Modifier and Type Method Description FeatureCollection
InstallDummyReaderPlugIn.DummyDataSource. installCoordinateSystem(FeatureCollection queryResult, CoordinateSystemRegistry registry)
-
Uses of CoordinateSystemRegistry in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type CoordinateSystemRegistry Modifier and Type Method Description static void
OpenProjectWizard. load(Layer layer, CoordinateSystemRegistry registry, TaskMonitor monitor)
-