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 classAbstractProjectionChoiceSuper class for ProjectionChoice implementations.classCodeProjectionChoiceProjection choice that lists all known projects by code.classCustomProjectionChoiceProjectionChoice where a CRS can be defined using various parameters.classGaussKruegerProjectionChoiceProjectionChoice for Gauß-Krüger coordinate system (zones 2-5, EPSG:31466-31469).classLambertCC9ZonesProjectionChoiceProjectionChoice for Lambert CC (9 zones, EPSG:3942-3950).classLambertProjectionChoiceProjectionChoice for 4 zone Lambert (1920, EPSG:27561-27564).classListProjectionChoiceA projection choice, that offers a list of projections in a combo-box.classPuwgProjectionChoiceProjectionChoice for PUWG 1992 (EPSG:2180) and PUWG 2000 for Poland (Zone 5-8, EPSG:2176-2179).classSingleProjectionChoiceProjectionChoice, that offers just one projection as choice.classSwissGridProjectionChoiceProjectionChoice for Swiss grid, CH1903 / LV03 military coordinates (EPSG:21781).classUTMFranceDOMProjectionChoiceProjectionChoice for various French overseas territories (EPSG:2969,2970,2972,2973,2975).classUTMProjectionChoiceProjectionChoice for UTM.Fields in org.openstreetmap.josm.gui.preferences.projection declared as ProjectionChoice Modifier and Type Field Description static ProjectionChoiceProjectionPreference. lambertLambert conic conform 4 zones using the French geodetic system NTF.static ProjectionChoiceProjectionPreference. lambert_cc9Lambert Conic Conform 9 Zones projection.static ProjectionChoiceProjectionPreference. mercatorMercator Projection.static ProjectionChoiceProjectionPreference. utm_france_domFrench regions in the Caribbean Sea and Indian Ocean.static ProjectionChoiceProjectionPreference. wgs84WGS84: 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 java.util.List<ProjectionChoice>ProjectionPreference. projectionChoicesprivate static java.util.Map<java.lang.String,ProjectionChoice>ProjectionPreference. projectionChoicesByIdprivate JosmComboBox<ProjectionChoice>ProjectionPreference. projectionComboCombobox with all projections availableMethods in org.openstreetmap.josm.gui.preferences.projection that return ProjectionChoice Modifier and Type Method Description private static ProjectionChoiceProjectionPreference. registerProjectionChoice(java.lang.String name, java.lang.String id, java.lang.Integer epsg)Registers a new projection choice.private ProjectionChoiceProjectionPreference. 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 java.util.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 voidProjectionPreference. registerProjectionChoice(ProjectionChoice c)Registers a new projection choice.private voidProjectionPreference. selectedProjectionChanged(ProjectionChoice pc)Handles all the work related to update the projection-specific preferencesvoidProjectionPreference. selectProjection(ProjectionChoice projection)Selects the given projection.private voidProjectionPreference. updateMeta(ProjectionChoice pc)
-