Uses of Class
com.vividsolutions.jump.coordsys.CoordinateSystem
-
Packages that use CoordinateSystem Package Description com.vividsolutions.jump.coordsys com.vividsolutions.jump.coordsys.impl com.vividsolutions.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.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.cts -
-
Uses of CoordinateSystem in com.vividsolutions.jump.coordsys
Fields in com.vividsolutions.jump.coordsys declared as CoordinateSystem Modifier and Type Field Description static CoordinateSystem
CoordinateSystem. UNSPECIFIED
Methods in com.vividsolutions.jump.coordsys that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
CoordinateSystemRegistry. get(String name)
Methods in com.vividsolutions.jump.coordsys with parameters of type CoordinateSystem Modifier and Type Method Description void
CoordinateSystemRegistry. add(CoordinateSystem coordinateSystem)
void
Reprojector. reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)
Deprecated.void
Reprojector. reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)
Deprecated.boolean
Reprojector. wouldChangeValues(CoordinateSystem source, CoordinateSystem destination)
Deprecated. -
Uses of CoordinateSystem in com.vividsolutions.jump.coordsys.impl
Fields in com.vividsolutions.jump.coordsys.impl declared as CoordinateSystem Modifier and Type Field Description static CoordinateSystem
PredefinedCoordinateSystems. BC_ALBERS_NAD_83
static CoordinateSystem
PredefinedCoordinateSystems. GEOGRAPHICS_WGS_84
static CoordinateSystem
PredefinedCoordinateSystems. UTM_07N_WGS_84
static CoordinateSystem
PredefinedCoordinateSystems. UTM_08N_WGS_84
static CoordinateSystem
PredefinedCoordinateSystems. UTM_09N_WGS_84
static CoordinateSystem
PredefinedCoordinateSystems. UTM_10N_WGS_84
static CoordinateSystem
PredefinedCoordinateSystems. UTM_11N_WGS_84
Methods in com.vividsolutions.jump.coordsys.impl that return CoordinateSystem Modifier and Type Method Description static CoordinateSystem
PredefinedCoordinateSystems. getCoordinateSystem(int epsgCode)
-
Uses of CoordinateSystem in com.vividsolutions.jump.feature
Fields in com.vividsolutions.jump.feature declared as CoordinateSystem Modifier and Type Field Description protected CoordinateSystem
FeatureSchema. coordinateSystem
Methods in com.vividsolutions.jump.feature that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
FeatureSchema. getCoordinateSystem()
Methods in com.vividsolutions.jump.feature with parameters of type CoordinateSystem Modifier and Type Method Description FeatureSchema
FeatureSchema. setCoordinateSystem(CoordinateSystem coordinateSystem)
Sets the CoordinateSystem associated with this FeatureSchema, but does not perform any reprojection. -
Uses of CoordinateSystem in com.vividsolutions.jump.workbench.datasource
Methods in com.vividsolutions.jump.workbench.datasource that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
FileDataSourceQueryChooser.FileChooserPanel. getSelectedCoordinateSystem()
-
Uses of CoordinateSystem in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
LayerManager. getCoordinateSystem()
Methods in com.vividsolutions.jump.workbench.model with parameters of type CoordinateSystem Modifier and Type Method Description void
LayerManager. setCoordinateSystem(CoordinateSystem coordinateSystem)
-
Uses of CoordinateSystem in org.openjump.core.ui.plugin.cts
Subclasses of CoordinateSystem in org.openjump.core.ui.plugin.cts Modifier and Type Class Description class
CoordinateSystemWrapper
A wrapper to wrap aCoordinateReferenceSystem
into aCoordinateSystem
.
-