Uses of Class
com.vividsolutions.jump.coordsys.CoordinateSystem
Packages that use CoordinateSystem
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
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 CoordinateSystem in com.vividsolutions.jump.coordsys
Fields in com.vividsolutions.jump.coordsys declared as CoordinateSystemMethods in com.vividsolutions.jump.coordsys that return CoordinateSystemMethods in com.vividsolutions.jump.coordsys with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidCoordinateSystemRegistry.add(CoordinateSystem coordinateSystem) voidReprojector.reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination) Deprecated.voidReprojector.reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination) Deprecated.booleanReprojector.wouldChangeValues(CoordinateSystem source, CoordinateSystem destination) Deprecated. -
Uses of CoordinateSystem in com.vividsolutions.jump.coordsys.impl
Fields in com.vividsolutions.jump.coordsys.impl declared as CoordinateSystemModifier and TypeFieldDescriptionstatic final CoordinateSystemPredefinedCoordinateSystems.BC_ALBERS_NAD_83static final CoordinateSystemPredefinedCoordinateSystems.GEOGRAPHICS_WGS_84static final CoordinateSystemPredefinedCoordinateSystems.UTM_07N_WGS_84static final CoordinateSystemPredefinedCoordinateSystems.UTM_08N_WGS_84static final CoordinateSystemPredefinedCoordinateSystems.UTM_09N_WGS_84static final CoordinateSystemPredefinedCoordinateSystems.UTM_10N_WGS_84static final CoordinateSystemPredefinedCoordinateSystems.UTM_11N_WGS_84Methods in com.vividsolutions.jump.coordsys.impl that return CoordinateSystemModifier and TypeMethodDescriptionstatic CoordinateSystemPredefinedCoordinateSystems.getCoordinateSystem(int epsgCode) -
Uses of CoordinateSystem in com.vividsolutions.jump.feature
Fields in com.vividsolutions.jump.feature declared as CoordinateSystemMethods in com.vividsolutions.jump.feature that return CoordinateSystemMethods in com.vividsolutions.jump.feature with parameters of type CoordinateSystemModifier and TypeMethodDescriptionFeatureSchema.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 CoordinateSystemModifier and TypeMethodDescriptionFileDataSourceQueryChooser.FileChooserPanel.getSelectedCoordinateSystem() -
Uses of CoordinateSystem in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return CoordinateSystemMethods in com.vividsolutions.jump.workbench.model with parameters of type CoordinateSystemModifier and TypeMethodDescriptionvoidLayerManager.setCoordinateSystem(CoordinateSystem coordinateSystem) -
Uses of CoordinateSystem in org.openjump.core.ui.plugin.cts
Subclasses of CoordinateSystem in org.openjump.core.ui.plugin.ctsModifier and TypeClassDescriptionclassA wrapper to wrap aCoordinateReferenceSysteminto aCoordinateSystem.