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