Package org.openstreetmap.josm.data.osm.visitor
Provides the classes for performing actions on OSM primitives using Visitor design pattern.
-
Interface Summary Interface Description OsmPrimitiveVisitor PrimitiveVisitor OSM primitives interfaces visitor, following conventional visitor design pattern. -
Class Summary Class Description AllNodesVisitor Collect all nodes a specific osm primitive has.BoundingXYVisitor Calculates the total bounding rectangle of a series ofOsmPrimitive
objects, using the EastNorth values as reference.MergeSourceBuildingVisitor MergeSourceBuildingVisitor helps to build the "hull" of a collection ofOsmPrimitive
s which shall be merged into another layer.