Uses of Class
net.sf.eBusx.geo.LineString.Builder
-
Packages that use LineString.Builder Package Description net.sf.eBusx.geo This package defineseBus message fieldsimplementing 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.BuilderLineString.Builder. add(Position pos)Appends position to positions list.LineString.BuilderLineString.Builder. addAll(java.util.Collection<Position> positions)Appends position collection to positions list.LineString.BuilderLineString.Builder. addAll(Position[] positions)Appends position array to positions list.static LineString.BuilderLineString. builder()Returns a new line string builder instance.LineString.BuilderLineString.Builder. positions(Position[] positions)Sets positions list to the given position values.
-