Uses of Class
net.sf.eBusx.geo.GeoPolygon
-
Packages that use GeoPolygon Package Description net.sf.eBusx.geo This package defineseBus message fieldsimplementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of GeoPolygon in net.sf.eBusx.geo
Fields in net.sf.eBusx.geo declared as GeoPolygon Modifier and Type Field Description GeoPolygon[]GeoMultiPolygon. polygonsGeoJSON polygon array.Methods in net.sf.eBusx.geo that return GeoPolygon Modifier and Type Method Description protected GeoPolygonGeoPolygon.Builder. buildImpl()Returns a newGeoPolygoninstance created from this builder's validated settings.Methods in net.sf.eBusx.geo with parameters of type GeoPolygon Modifier and Type Method Description GeoMultiPolygon.BuilderGeoMultiPolygon.Builder. add(GeoPolygon polygon)Appends polygon to polygons list.GeoMultiPolygon.BuilderGeoMultiPolygon.Builder. addAll(GeoPolygon[] polygons)Appends polygon array to polygons list.GeoMultiPolygon.BuilderGeoMultiPolygon.Builder. polygons(GeoPolygon[] polygons)Sets polygons list to given array.Method parameters in net.sf.eBusx.geo with type arguments of type GeoPolygon Modifier and Type Method Description GeoMultiPolygon.BuilderGeoMultiPolygon.Builder. addAll(java.util.Collection<GeoPolygon> polygons)Appends polygons collection to polygons list.
-