Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectionChoice
Super class for ProjectionChoice implementations.
|
class |
CodeProjectionChoice
Projection choice that lists all known projects by code.
|
class |
CustomProjectionChoice
ProjectionChoice where a CRS can be defined using various parameters.
|
class |
GaussKruegerProjectionChoice
ProjectionChoice for Gauß-Krüger coordinate system (zones 2-5, EPSG:31466-31469).
|
class |
LambertCC9ZonesProjectionChoice
ProjectionChoice for Lambert CC (9 zones, EPSG:3942-3950).
|
class |
LambertProjectionChoice
ProjectionChoice for 4 zone Lambert (1920, EPSG:27561-27564).
|
class |
ListProjectionChoice
A projection choice, that offers a list of projections in a combo-box.
|
class |
PuwgProjectionChoice
ProjectionChoice for PUWG 1992 (EPSG:2180) and PUWG 2000 for Poland (Zone 5-8, EPSG:2176-2179).
|
class |
SingleProjectionChoice
ProjectionChoice, that offers just one projection as choice.
|
class |
SwissGridProjectionChoice
ProjectionChoice for Swiss grid, CH1903 / LV03 military coordinates (EPSG:21781).
|
class |
UTMFranceDOMProjectionChoice
ProjectionChoice for various French overseas territories (EPSG:2969,2970,2972,2973,2975).
|
class |
UTMProjectionChoice
ProjectionChoice for UTM.
|
Modifier and Type | Field and Description |
---|---|
static ProjectionChoice |
ProjectionPreference.lambert
Lambert conic conform 4 zones using the French geodetic system NTF.
|
static ProjectionChoice |
ProjectionPreference.lambert_cc9
Lambert Conic Conform 9 Zones projection.
|
static ProjectionChoice |
ProjectionPreference.mercator
Mercator Projection.
|
static ProjectionChoice |
ProjectionPreference.utm_france_dom
French departements in the Caribbean Sea and Indian Ocean.
|
static ProjectionChoice |
ProjectionPreference.wgs84
WGS84: Directly use latitude / longitude values as x/y.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<ProjectionChoice> |
ProjectionPreference.projectionChoices |
private static java.util.Map<java.lang.String,ProjectionChoice> |
ProjectionPreference.projectionChoicesById |
private JosmComboBox<ProjectionChoice> |
ProjectionPreference.projectionCombo
Combobox with all projections available
|
Modifier and Type | Method and Description |
---|---|
private static ProjectionChoice |
ProjectionPreference.registerProjectionChoice(java.lang.String name,
java.lang.String id,
java.lang.Integer epsg)
Registers a new projection choice.
|
private ProjectionChoice |
ProjectionPreference.setupProjectionCombo()
Sets up projection combobox with default values and action listener
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ProjectionChoice> |
ProjectionPreference.getProjectionChoices() |
Modifier and Type | Method and Description |
---|---|
static void |
ProjectionPreference.registerProjectionChoice(ProjectionChoice c) |
private void |
ProjectionPreference.selectedProjectionChanged(ProjectionChoice pc)
Handles all the work related to update the projection-specific
preferences
|
void |
ProjectionPreference.selectProjection(ProjectionChoice projection)
Selects the given projection.
|
private void |
ProjectionPreference.updateMeta(ProjectionChoice pc) |