Package | Description |
---|---|
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.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.tools.template_engine |
Provides classes for a generic template engine used in presets, name rendering and search function.
|
Class and Description |
---|
TemplateEngineDataProvider
Interface for objects that can be used with a template to generate a string.
|
Class and Description |
---|
TemplateEngineDataProvider
Interface for objects that can be used with a template to generate a string.
|
Class and Description |
---|
TemplateEngineDataProvider
Interface for objects that can be used with a template to generate a string.
|
TemplateEntry
Interface for one node in the abstract syntax tree that is the result of parsing a template
string with
TemplateParser . |
Class and Description |
---|
TemplateEntry
Interface for one node in the abstract syntax tree that is the result of parsing a template
string with
TemplateParser . |
Class and Description |
---|
ContextSwitchTemplate.ContextProvider |
ParseError
Exception thrown in case of an error during template parsing.
|
TemplateEngineDataProvider
Interface for objects that can be used with a template to generate a string.
|
TemplateEntry
Interface for one node in the abstract syntax tree that is the result of parsing a template
string with
TemplateParser . |
Tokenizer
This class converts a template string (stream of characters) into a stream of tokens.
|
Tokenizer.Token |
Tokenizer.TokenType |