Uses of Class
org.openstreetmap.josm.data.StructUtils.StructEntry
-
Packages that use StructUtils.StructEntry Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.sources 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. -
-
Uses of StructUtils.StructEntry in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery with annotations of type StructUtils.StructEntry Modifier and Type Field Description (package private) boolean
ImageryInfo.ImageryPreferenceEntry. bestMarked
private double
OffsetBookmark. center_lat
private double
OffsetBookmark. center_lon
(package private) java.lang.String
ImageryInfo.ImageryPreferenceEntry. d
private double
OffsetBookmark. dx
private double
OffsetBookmark. dy
private java.lang.String
OffsetBookmark. imagery_id
private java.lang.String
OffsetBookmark. imagery_name
Imagery localized name.(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
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) double
ImageryInfo.ImageryPreferenceEntry. pixel_per_eastnorth
private java.lang.String
OffsetBookmark. projection_code
(package private) java.lang.String
ImageryInfo.ImageryPreferenceEntry. projections
(package private) int
ImageryInfo.ImageryPreferenceEntry. tileSize
(package private) boolean
ImageryInfo.ImageryPreferenceEntry. transparent
(package private) boolean
ImageryInfo.ImageryPreferenceEntry. valid_georeference
-
Uses of StructUtils.StructEntry in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with annotations of type StructUtils.StructEntry Modifier and Type Field 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 selectionboolean
Filter.FilterPreferenceEntry. regex_search
java.lang.String
Filter.FilterPreferenceEntry. text
java.lang.String
Filter.FilterPreferenceEntry. version
SeeFilter.version
-
Uses of StructUtils.StructEntry in org.openstreetmap.josm.data.sources
Fields in org.openstreetmap.josm.data.sources with annotations of type StructUtils.StructEntry Modifier and Type Field Description java.lang.String
SourcePreferenceEntry. attribution_text
The attribution text for the sourcejava.lang.String
SourcePreferenceEntry. attribution_url
The attribution URL for the sourcejava.lang.String
SourcePreferenceEntry. bounds
The bounds of the sourcejava.lang.String
SourcePreferenceEntry. category
The category string for the sourcejava.lang.String
SourcePreferenceEntry. cookies
The cookies required to get the sourcejava.lang.String
SourcePreferenceEntry. country_code
The country code for the source (usually ISO 3166-1 alpha-2)java.util.Map<java.lang.String,java.lang.String>
SourcePreferenceEntry. customHttpHeaders
Any custom HTTP headersjava.lang.String
SourcePreferenceEntry. date
The date for the sourcejava.lang.String
SourcePreferenceEntry. default_layers
The default layers for the source, if any (mostly useful for imagery)java.lang.String
SourcePreferenceEntry. description
The description of the sourcejava.lang.String
SourcePreferenceEntry. eula
The EULA for the sourcejava.lang.String
SourcePreferenceEntry. icon
The icon for the source (not necessarily the same as the logo)java.lang.String
SourcePreferenceEntry. id
A *unique* id for the sourcejava.lang.String
SourcePreferenceEntry. logo_image
The logo to be used for the sourcejava.lang.String
SourcePreferenceEntry. logo_url
The logo urljava.lang.String
SourcePreferenceEntry. name
The name of the sourcejava.lang.String
SourcePreferenceEntry. permission_reference_url
The permission reference url (i.e., how do we know we have permission?)java.lang.String
SourcePreferenceEntry. shapes
The shape of the source (mostly used for visual aid purposes)java.lang.String
SourcePreferenceEntry. terms_of_use_text
The TOU textjava.lang.String
SourcePreferenceEntry. terms_of_use_url
The URL for the TOUjava.lang.String
SourcePreferenceEntry. type
The type of the source (e.g., WMS, WMTS, etc.)java.lang.String
SourcePreferenceEntry. url
The URL for the source (base url) -
Uses of StructUtils.StructEntry in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags with annotations of type StructUtils.StructEntry Modifier and Type Field Description java.lang.String
TagConflictResolutionUtil.AutomaticChoice. description
A free description.java.lang.String
TagConflictResolutionUtil.AutomaticCombine. description
A free descriptionjava.lang.String
TagConflictResolutionUtil.AutomaticChoice. group
The name of the {link AutomaticChoice group} this choice belongs to.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.boolean
TagConflictResolutionUtil.AutomaticCombine. isRegex
If regular expression must be used to match the Tag key or the value.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.AutomaticCombine. key
The Tag key to matchjava.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. -
Uses of StructUtils.StructEntry in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history with annotations of type StructUtils.StructEntry Modifier and Type Field Description java.lang.String
OpenChangesetPopupMenu.ChangesetViewerEntry. name
Name to be displayed in popup menujava.lang.String
OpenChangesetPopupMenu.ChangesetViewerEntry. url
Templated service url. -
Uses of StructUtils.StructEntry in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools with annotations of type StructUtils.StructEntry Modifier and Type Field 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.
-