Class NodeBuilder



  • public class NodeBuilder
    extends Object
    • Constructor Detail

      • NodeBuilder

        public NodeBuilder()
    • Method Detail

      • buildCoordinate

        public Coordinate buildCoordinate(OsmNode node)
        Build a Coordinate from the given node.
        Parameters:
        node - the node to use for building.
        Returns:
        the constructed Coordinate.
      • build

        public Point build(OsmNode node)
        Build a Point from the given node.
        Parameters:
        node - the node to use for building.
        Returns:
        the constructed Point.