|
Class Summary |
| 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. |