Modifier and Type | Class and Description |
---|---|
(package private) static class |
UploadSelectionAction.UploadHullBuilder
Computes the collection of primitives to upload, given a collection of candidate
primitives.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Command.CloneVisitor |
Modifier and Type | Method and Description |
---|---|
void |
Relation.accept(Visitor visitor) |
void |
Node.accept(Visitor visitor) |
void |
Way.accept(Visitor visitor) |
abstract void |
OsmPrimitive.accept(Visitor visitor)
Implementation of the visitor scheme.
|
void |
Changeset.visit(Visitor v) |
void |
OsmPrimitive.visitReferrers(Visitor visitor)
Visits
visitor for all referrers. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVisitor
This class serves as a base class for most simple visitors,
blocking out the "changeset" visit so as to avoid cluttering
the visitors which are not interested.
|
class |
AllNodesVisitor
Collect all nodes a specific osm primitive has.
|
class |
BoundingXYVisitor
Calculates the total bounding rectangle of a series of
OsmPrimitive objects, using the
EastNorth values as reference. |
class |
MergeSourceBuildingVisitor
MergeSourceBuildingVisitor helps to build the "hull" of a collection of
OsmPrimitive s
which shall be merged into another layer. |
Modifier and Type | Class and Description |
---|---|
class |
WireframeMapRenderer
A map renderer that paints a simple scheme of every primitive it visits to a
previous set graphic environment.
|
Modifier and Type | Class and Description |
---|---|
class |
PaintVisitor
Visitor that highlights the primitives affected by an error
|
class |
Test
Parent class for all validation tests.
|
Modifier and Type | Class and Description |
---|---|
class |
Addresses
Performs validation tests on addresses (addr:housenumber) and associatedStreet relations.
|
class |
BarriersEntrances
Performs validation tests on barriers and entrances.
|
class |
BuildingInBuilding
Checks for building areas inside of buildings
|
class |
Coastlines
Check coastlines for errors
|
class |
CrossingWays
Tests if there are segments that crosses in the same layer
|
class |
DeprecatedTags
Checks and corrects deprecated and unnecessary tags.
|
class |
DuplicatedWayNodes
Checks for ways with identical consecutive nodes.
|
class |
DuplicateNode
Tests if there are duplicate nodes
|
class |
DuplicateRelation
Tests if there are duplicate relations
|
class |
DuplicateWay
Tests if there are duplicate ways
|
class |
Highways
Test that performs semantic checks on highways.
|
class |
MultipolygonTest
Checks if multipolygons are valid
|
class |
NameMismatch
Check for missing name:* translations.
|
class |
NodesDuplicatingWayTags
Warn when a node has the same tags as its parent way.
|
class |
NodesWithSameName
Finds nodes that have the same name (might be duplicates)
|
class |
OpeningHourTest
Tests the correct usage of the opening hour syntax of the tags
opening_hours , collection_times , service_times according to
opening_hours.js. |
class |
OverlappingAreas
Checks if areas overlap.
|
class |
OverlappingWays
Tests if there are overlapping ways
|
class |
PowerLines
Checks for nodes in power lines/minor_lines that do not have a power=tower/pole tag.
|
class |
RelationChecker
Check for wrong relations
|
class |
SelfIntersectingWay
Checks for self-intersecting ways.
|
class |
SimilarNamedWays
Checks for similar named ways, symptom of a possible typo.
|
class |
TagChecker
Check for misspelled or wrong tags
|
class |
TurnrestrictionTest
Checks if turnrestrictions are valid
|
class |
UnclosedWays
Check area type ways for errors
|
class |
UnconnectedWays
Tests if there are segments that crosses in the same layer
|
class |
UntaggedNode
Checks for nodes with uninteresting tags that are in no way
|
class |
UntaggedWay
Checks for untagged ways
|
class |
WayConnectedToArea
Checks for ways connected to areas.
|
class |
WronglyOrderedWays
Check cyclic ways for errors
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatePrimitivesVisitor
A visitor that aggregates all primitives it visits.
|
class |
MultipleNameVisitor
Able to create a name and an icon for a collection of elements.
|
class |
NameVisitor
Able to create a name and an icon for each data element.
|
Modifier and Type | Class and Description |
---|---|
static class |
ValidatorDialog.ValidatorBoundingXYVisitor |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HistoryBrowserModel.HistoryPrimitiveBuilder
Creates a
HistoryOsmPrimitive from a OsmPrimitive |
Modifier and Type | Class and Description |
---|---|
static class |
OsmDataLayer.DataCountVisitor |
Modifier and Type | Class and Description |
---|---|
private class |
Selector.ChildOrParentSelector.MatchingReferrerFinder
Finds the first referrer matching
Selector.ChildOrParentSelector.left
The visitor works on an environment and it saves the matching
referrer in e.parent and its relative position in the
list referrers "child list" in e.index . |
Modifier and Type | Class and Description |
---|---|
class |
GeoJSONWriter |