| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static CoordinateSystem |
CoordinateSystem.UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
CoordinateSystemRegistry.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateSystemRegistry.add(CoordinateSystem coordinateSystem) |
void |
Reprojector.reproject(com.vividsolutions.jts.geom.Coordinate coordinate,
CoordinateSystem source,
CoordinateSystem destination) |
void |
Reprojector.reproject(com.vividsolutions.jts.geom.Geometry geometry,
CoordinateSystem source,
CoordinateSystem destination) |
boolean |
Reprojector.wouldChangeValues(CoordinateSystem source,
CoordinateSystem destination) |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateSystem |
PredefinedCoordinateSystems.getCoordinateSystem(int epsgCode) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
FeatureSchema.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
FeatureSchema |
FeatureSchema.setCoordinateSystem(CoordinateSystem coordinateSystem)
Sets the CoordinateSystem associated with this FeatureSchema, but does
not perform any reprojection.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
FileDataSourceQueryChooser.FileChooserPanel.getSelectedCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
LayerManager.getCoordinateSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerManager.setCoordinateSystem(CoordinateSystem coordinateSystem) |
Copyright © 2015. All rights reserved.