Uses of Class
org.locationtech.jts.jump.coordsys.CoordinateSystem
-
Packages that use CoordinateSystem Package Description org.locationtech.jts.jump.coordsys org.locationtech.jts.jump.coordsys.impl org.locationtech.jts.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.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 CoordinateSystem in org.locationtech.jts.jump.coordsys
Fields in org.locationtech.jts.jump.coordsys declared as CoordinateSystem Modifier and Type Field Description static CoordinateSystemCoordinateSystem. UNSPECIFIEDMethods in org.locationtech.jts.jump.coordsys that return CoordinateSystem Modifier and Type Method Description CoordinateSystemCoordinateSystemRegistry. get(String name)Methods in org.locationtech.jts.jump.coordsys with parameters of type CoordinateSystem Modifier and Type Method Description voidCoordinateSystemRegistry. add(CoordinateSystem coordinateSystem)voidReprojector. reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)voidReprojector. reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)booleanReprojector. wouldChangeValues(CoordinateSystem source, CoordinateSystem destination) -
Uses of CoordinateSystem in org.locationtech.jts.jump.coordsys.impl
Fields in org.locationtech.jts.jump.coordsys.impl declared as CoordinateSystem Modifier and Type Field Description static CoordinateSystemPredefinedCoordinateSystems. BC_ALBERS_NAD_83static CoordinateSystemPredefinedCoordinateSystems. GEOGRAPHICS_WGS_84static CoordinateSystemPredefinedCoordinateSystems. UTM_07N_WGS_84static CoordinateSystemPredefinedCoordinateSystems. UTM_08N_WGS_84static CoordinateSystemPredefinedCoordinateSystems. UTM_09N_WGS_84static CoordinateSystemPredefinedCoordinateSystems. UTM_10N_WGS_84static CoordinateSystemPredefinedCoordinateSystems. UTM_11N_WGS_84Methods in org.locationtech.jts.jump.coordsys.impl that return CoordinateSystem Modifier and Type Method Description static CoordinateSystemPredefinedCoordinateSystems. getCoordinateSystem(int epsgCode) -
Uses of CoordinateSystem in org.locationtech.jts.jump.feature
Methods in org.locationtech.jts.jump.feature that return CoordinateSystem Modifier and Type Method Description CoordinateSystemFeatureSchema. getCoordinateSystem()Methods in org.locationtech.jts.jump.feature with parameters of type CoordinateSystem Modifier and Type Method Description FeatureSchemaFeatureSchema. setCoordinateSystem(CoordinateSystem coordinateSystem)Sets the CoordinateSystem associated with this FeatureSchema, but does not perform any reprojection. -
Uses of CoordinateSystem in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource that return CoordinateSystem Modifier and Type Method Description CoordinateSystemFileDataSourceQueryChooser.FileChooserPanel. getSelectedCoordinateSystem() -
Uses of CoordinateSystem in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model that return CoordinateSystem Modifier and Type Method Description CoordinateSystemLayerManager. getCoordinateSystem()Methods in org.locationtech.jts.jump.workbench.model with parameters of type CoordinateSystem Modifier and Type Method Description voidLayerManager. setCoordinateSystem(CoordinateSystem coordinateSystem)
-