Uses of Interface
org.openstreetmap.josm.gui.preferences.projection.ProjectionChoice
-
Packages that use ProjectionChoice Package Description org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences. -
-
Uses of ProjectionChoice in org.openstreetmap.josm.gui.preferences.projection
Classes in org.openstreetmap.josm.gui.preferences.projection that implement ProjectionChoice Modifier and Type Class 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.Fields in org.openstreetmap.josm.gui.preferences.projection declared as ProjectionChoice Modifier and Type Field 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.Fields in org.openstreetmap.josm.gui.preferences.projection with type parameters of type ProjectionChoice Modifier and Type Field Description private static List<ProjectionChoice>
ProjectionPreference. projectionChoices
private static Map<String,ProjectionChoice>
ProjectionPreference. projectionChoicesById
private JosmComboBox<ProjectionChoice>
ProjectionPreference. projectionCombo
Combobox with all projections availableMethods in org.openstreetmap.josm.gui.preferences.projection that return ProjectionChoice Modifier and Type Method Description private static ProjectionChoice
ProjectionPreference. registerProjectionChoice(String name, String id, Integer epsg)
Registers a new projection choice.private ProjectionChoice
ProjectionPreference. setupProjectionCombo()
Sets up projection combobox with default values and action listenerMethods in org.openstreetmap.josm.gui.preferences.projection that return types with arguments of type ProjectionChoice Modifier and Type Method Description static List<ProjectionChoice>
ProjectionPreference. getProjectionChoices()
Returns the list of projection choices.Methods in org.openstreetmap.josm.gui.preferences.projection with parameters of type ProjectionChoice Modifier and Type Method Description static void
ProjectionPreference. registerProjectionChoice(ProjectionChoice c)
Registers a new projection choice.private void
ProjectionPreference. selectedProjectionChanged(ProjectionChoice pc)
Handles all the work related to update the projection-specific preferencesvoid
ProjectionPreference. selectProjection(ProjectionChoice projection)
Selects the given projection.private void
ProjectionPreference. updateMeta(ProjectionChoice pc)
-