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.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) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.bounds |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.cookies |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.country_code |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.description |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.eula |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.icon |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.id |
(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) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.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) double |
ImageryInfo.ImageryPreferenceEntry.pixel_per_eastnorth |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.projections |
(package private) java.lang.String |
ImageryInfo.ImageryPreferenceEntry.shapes |
(package private) boolean |
ImageryInfo.ImageryPreferenceEntry.supports_epsg_4326_to_3857_conversion |
(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) 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 |
PlatformHookWindows.FontEntry.charset
The character subset.
|
java.lang.String |
PlatformHookWindows.FontEntry.file
File name.
|
java.lang.String |
PlatformHookWindows.FontEntry.name
Platform font name.
|