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