Package | Description |
---|---|
org.openstreetmap.josm.data.projection | |
org.openstreetmap.josm.gui.preferences.projection |
Modifier and Type | Field and Description |
---|---|
private static Map<String,ProjectionChoice> |
Projections.allProjectionChoicesByCode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectionChoice |
class |
CodeProjectionChoice
Projection choice that lists all known projects by code.
|
class |
CustomProjectionChoice |
class |
GaussKruegerProjectionChoice |
class |
LambertCC9ZonesProjectionChoice |
class |
LambertProjectionChoice |
class |
ListProjectionChoice
A projection choice, that offers a list of projections in a combo-box.
|
class |
PuwgProjectionChoice |
class |
SingleProjectionChoice
ProjectionChoice, that offers just one projection as choice.
|
class |
SwissGridProjectionChoice |
class |
UTMFranceDOMProjectionChoice |
class |
UTMProjectionChoice |
Modifier and Type | Field and Description |
---|---|
static ProjectionChoice |
ProjectionPreference.lambert |
static ProjectionChoice |
ProjectionPreference.lambert_cc9 |
static ProjectionChoice |
ProjectionPreference.mercator |
static ProjectionChoice |
ProjectionPreference.utm_france_dom |
static ProjectionChoice |
ProjectionPreference.wgs84 |
Modifier and Type | Field and Description |
---|---|
private static List<ProjectionChoice> |
ProjectionPreference.projectionChoices |
private static Map<String,ProjectionChoice> |
ProjectionPreference.projectionChoicesById |
Modifier and Type | Method and Description |
---|---|
private static ProjectionChoice |
ProjectionPreference.registerProjectionChoice(String name,
String id,
Integer epsg) |
static ProjectionChoice |
ProjectionPreference.registerProjectionChoice(String name,
String id,
Integer epsg,
String cacheDir) |
private ProjectionChoice |
ProjectionPreference.setupProjectionCombo()
Sets up projection combobox with default values and action listener
|
Modifier and Type | Method and Description |
---|---|
static List<ProjectionChoice> |
ProjectionPreference.getProjectionChoices() |
Modifier and Type | Method and Description |
---|---|
private Collection<String> |
ProjectionPreference.getSubprojectionPreference(ProjectionChoice pc) |
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) |