Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.attribution_text |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.attribution_url |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.bestMarked |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.bounds |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.category |
private double |
OffsetBookmark.center_lat |
private double |
OffsetBookmark.center_lon |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.cookies |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.country_code |
(package private) java.util.Map<java.lang.String,java.lang.String> |
ImageryInfo.ImageryPreferenceEntry.customHttpHeaders |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.d |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.date |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.default_layers |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.description |
private double |
OffsetBookmark.dx |
private double |
OffsetBookmark.dy |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.eula |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.icon |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.id |
private java.lang.String |
OffsetBookmark.imagery_id |
private java.lang.String |
OffsetBookmark.imagery_name
Imagery localized name.
|
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.logo_image |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.logo_url |
(package private) int |
ImageryInfo.ImageryPreferenceEntry.max_zoom |
(package private) java.util.Map<java.lang.String,java.lang.String> |
ImageryInfo.ImageryPreferenceEntry.metadataHeaders |
(package private) int |
ImageryInfo.ImageryPreferenceEntry.min_zoom |
(package private) int |
ImageryInfo.ImageryPreferenceEntry.minimumTileExpire |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.modTileFeatures |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.name |
private java.lang.String |
OffsetBookmark.name |
(package private) MultiMap<java.lang.String,java.lang.String> |
ImageryInfo.ImageryPreferenceEntry.noTileChecksums |
(package private) MultiMap<java.lang.String,java.lang.String> |
ImageryInfo.ImageryPreferenceEntry.noTileHeaders |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.overlay |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.permission_reference_url |
(package private) double |
ImageryInfo.ImageryPreferenceEntry.pixel_per_eastnorth |
private java.lang.String |
OffsetBookmark.projection_code |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.projections |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.shapes |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.terms_of_use_text |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.terms_of_use_url |
(package private) int |
ImageryInfo.ImageryPreferenceEntry.tileSize |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.transparent |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.type |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.url |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.valid_georeference |
Modifier and Type | Field and Description |
---|---|
boolean |
Filter.FilterPreferenceEntry.case_sensitive |
boolean |
Filter.FilterPreferenceEntry.enable
Enabled status.
|
boolean |
Filter.FilterPreferenceEntry.hiding
If this option is activated, the chosen objects are completely hidden.
|
boolean |
Filter.FilterPreferenceEntry.inverted
Normally, the specified objects are hidden and the rest is shown.
|
boolean |
Filter.FilterPreferenceEntry.mapCSS_search |
java.lang.String |
Filter.FilterPreferenceEntry.mode
Mode selector which defines how a filter is combined with the previous one:
replace: replace selection
add: add to selection
remove: remove from selection
in_selection: find in selection
|
boolean |
Filter.FilterPreferenceEntry.regex_search |
java.lang.String |
Filter.FilterPreferenceEntry.text |
java.lang.String |
Filter.FilterPreferenceEntry.version |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
TagConflictResolutionUtil.AutomaticCombine.description
A free description
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoice.description
A free description.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoice.group
The name of the {link AutomaticChoice group} this choice belongs to.
|
boolean |
TagConflictResolutionUtil.AutomaticCombine.isRegex
If regular expression must be used to match the Tag key or the value.
|
boolean |
TagConflictResolutionUtil.AutomaticChoice.isRegex
If regular expression must be used to match the Tag key or the value.
|
boolean |
TagConflictResolutionUtil.AutomaticChoiceGroup.isRegex
If regular expression must be used to match the Tag key.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticCombine.key
The Tag key to match
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoice.key
The Tag key to match.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoiceGroup.key
The Tag key to match.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoice.score
The score to give to this choice in order to choose the best value
Natural String ordering is used to identify the best score.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticCombine.separator
The separator to use to combine the values.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticCombine.sort
If the combined values must be sorted.
|
java.lang.String |
TagConflictResolutionUtil.AutomaticChoice.value
The Tag value to match.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
OpenChangesetPopupMenu.ChangesetViewerEntry.name
Name to be displayed in popup menu
|
java.lang.String |
OpenChangesetPopupMenu.ChangesetViewerEntry.url
Templated service url.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
PlatformHookWindows.FontEntry.charset
The character subset.
|
java.lang.String |
PlatformHookWindows.FontEntry.file
File name.
|
java.lang.String |
PlatformHookWindows.FontEntry.name
Platform font name.
|