Uses of Class
com.github.filosganga.geogson.model.MultiPoint
-
Packages that use MultiPoint Package Description com.github.filosganga.geogson.model -
-
Uses of MultiPoint in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return MultiPoint Modifier and Type Method Description static MultiPointMultiPoint. of(Point... points)Creates a MultiPoint from the given points.static MultiPointMultiPoint. of(Iterable<Point> points)Creates a MultiPoint from the given points.static MultiPointMultiPoint. of(Stream<Point> points)Creates a MultiPoint from the given points.MultiPointLinearGeometry. toMultiPoint()Converts to a MultiPoint.
-