Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action . |
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
org.openstreetmap.josm.gui.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
org.openstreetmap.josm.tools.template_engine |
Provides classes for a generic template engine used in presets, name rendering and search function.
|
Class and Description |
---|
SearchCompiler.InArea
Matches objects within the given bounds.
|
SearchCompiler.Match
Base class for all search criteria.
|
SearchMode
Search mode.
|
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
SearchParseError
Search compiler parsing error.
|
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
PushbackTokenizer
This class is used to parse a search string and split it into tokens.
|
PushbackTokenizer.Range
A range of long numbers.
|
PushbackTokenizer.Token
The token types that may be read
|
SearchCompiler.AbstractBinaryMatch
A binary search operator which may take data parameters.
|
SearchCompiler.Always
Matches every OsmPrimitive.
|
SearchCompiler.BinaryMatchFactory |
SearchCompiler.ExactKeyValue.Mode |
SearchCompiler.InArea
Matches objects within the given bounds.
|
SearchCompiler.InDataSourceArea
Matches objects within source area ("downloaded area").
|
SearchCompiler.Match
Base class for all search criteria.
|
SearchCompiler.MatchFactory
Classes implementing this interface can provide Match operators.
|
SearchCompiler.Never
Never matches any OsmPrimitive.
|
SearchCompiler.RangeMatch
Matches objects with properties in a certain range.
|
SearchCompiler.SimpleMatchFactory |
SearchCompiler.TaggedMatch |
SearchCompiler.UnaryMatch
A unary search operator which may take data parameters.
|
SearchCompiler.UnaryMatchFactory |
SearchMode
Search mode.
|
SearchParseError
Search compiler parsing error.
|
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
SearchCompiler.MatchSupplier
Classes implementing this interface can provide Match instances themselves and do not rely on
SearchCompiler.compile(String) . |
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
SearchParseError
Search compiler parsing error.
|
SearchSetting
This class defines a set of parameters that is used to
perform search within the search dialog.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
Class and Description |
---|
SearchCompiler.Match
Base class for all search criteria.
|
SearchParseError
Search compiler parsing error.
|