public class PolylineBuilder extends Object
| Constructor and Description |
|---|
PolylineBuilder()
|
| Modifier and Type | Method and Description |
|---|---|
static LineString |
build(OsmWay
Build a LinesString from the given way.
|
public static LineStringbuild(OsmWay way, OsmEntityProvider resolver) throws EntityNotFoundException
way - the way to use for building.
EntityNotFoundException - if a node cannot be resolved.