Uses of Class
com.github.filosganga.geogson.model.MultiPolygon
-
Packages that use MultiPolygon Package Description com.github.filosganga.geogson.model -
-
Uses of MultiPolygon in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return MultiPolygon Modifier and Type Method Description static MultiPolygonMultiPolygon. of(Polygon... polygons)Creates a MultiPolygon from the givenPolygonsequence.static MultiPolygonMultiPolygon. of(Iterable<Polygon> polygons)Creates a MultiPolygon from the givenPolygonsequence.static MultiPolygonMultiPolygon. of(Stream<Polygon> polygons)Creates a MultiPolygon from the givenPolygonstream.
-