Uses of Class
net.sf.eBusx.geo.LineString.Builder
-
Packages that use LineString.Builder Package Description net.sf.eBusx.geo This package defineseBus message fields
implementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of LineString.Builder in net.sf.eBusx.geo
Methods in net.sf.eBusx.geo that return LineString.Builder Modifier and Type Method Description LineString.Builder
LineString.Builder. add(Position pos)
Appends position to positions list.LineString.Builder
LineString.Builder. addAll(java.util.Collection<Position> positions)
Appends position collection to positions list.LineString.Builder
LineString.Builder. addAll(Position[] positions)
Appends position array to positions list.static LineString.Builder
LineString. builder()
Returns a new line string builder instance.LineString.Builder
LineString.Builder. positions(Position[] positions)
Sets positions list to the given position values.
-