See: Description
| Interface | Description |
|---|---|
| OsmPrimitiveVisitor | |
| PrimitiveVisitor |
OSM primitives interfaces visitor, following conventional visitor design pattern.
|
| Class | Description |
|---|---|
| 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. |