Class GeometryBuilder



  • public class GeometryBuilder
    extends Object
    • Constructor Detail

      • GeometryBuilder

        public GeometryBuilder()
    • Method Detail

      • buildCoordinate

        public static 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 static Point build(OsmNode node)
        Build a Point from the given node.
        Parameters:
        node - the node to use for building.
        Returns:
        the constructed Point.