public class NodeBuilder extends Object
| Constructor and Description |
|---|
NodeBuilder()
|
NodeBuilder(GeometryFactory
|
| Modifier and Type | Method and Description |
|---|---|
Point |
build(OsmNode
Build a Point from the given node.
|
Coordinate |
buildCoordinate(OsmNode
Build a Coordinate from the given node.
|
public NodeBuilder()
public NodeBuilder(GeometryFactoryfactory)
public CoordinatebuildCoordinate(OsmNode node)
node - the node to use for building.