Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
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
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
FilterWorker.doExecuteFilters(java.util.Collection<OsmPrimitive> all,
FilterMatcher filterMatcher) |
static boolean |
FilterWorker.executeFilters(java.util.Collection<OsmPrimitive> all,
FilterMatcher filterMatcher)
Apply the filters to the primitives of the data set.
|
static boolean |
FilterWorker.executeFilters(OsmPrimitive primitive,
FilterMatcher filterMatcher)
Apply the filters to a single primitive.
|
Modifier and Type | Field and Description |
---|---|
private FilterMatcher |
FilterTableModel.filterMatcher |