| Interface | Description |
|---|---|
| PrimitiveVisitor |
OSM primitives interfaces visitor, following conventional visitor design pattern.
|
| Visitor |
Implementation of the visitor scheme.
|
| Class | Description |
|---|---|
| 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.
|
| AllNodesVisitor |
Collect all nodes a specific osm primitive has.
|
| BoundingXYVisitor |
Calculates the total bounding rectangle of a series of
OsmPrimitive objects, using the
EastNorth values as reference. |
| MergeSourceBuildingVisitor |
MergeSourceBuildingVisitor helps to build the "hull" of a collection of
OsmPrimitives
which shall be merged into another layer. |