Uses of Class
org.locationtech.jts.geom.MultiPoint
Packages that use MultiPoint
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes for implementing operations on geometries
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPointModifier and TypeMethodDescriptionGeometryFactory.createMultiPoint()
Constructs an emptyMultiPoint
geometry.GeometryFactory.createMultiPoint
(Coordinate[] coordinates) Deprecated.GeometryFactory.createMultiPoint
(CoordinateSequence coordinates) Creates aMultiPoint
using the points in the givenCoordinateSequence
.GeometryFactory.createMultiPoint
(Point[] point) Creates aMultiPoint
using the givenPoint
s.GeometryFactory.createMultiPointFromCoords
(Coordinate[] coordinates) Creates aMultiPoint
using the givenCoordinate
s.MultiPoint.reverse()
static MultiPoint[]
GeometryFactory.toMultiPointArray
(Collection multiPoints) Converts theList
to an array. -
Uses of MultiPoint in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiPointModifier and TypeMethodDescriptionboolean
IsSimpleOp.isSimple
(MultiPoint mp) Deprecated.use isSimple()
GeometryFactory.createMultiPointFromCoords(org.locationtech.jts.geom.Coordinate[])
instead