Uses of Class
com.github.filosganga.geogson.model.GeometryCollection
-
Packages that use GeometryCollection Package Description com.github.filosganga.geogson.model -
-
Uses of GeometryCollection in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return GeometryCollection Modifier and Type Method Description static GeometryCollectionGeometryCollection. of(Geometry<?>... geometries)static GeometryCollectionGeometryCollection. of(Iterable<Geometry<?>> geometries)static GeometryCollectionGeometryCollection. of(Stream<Geometry<?>> geometries)
-