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 emptyMultiPointgeometry.GeometryFactory.createMultiPoint(Coordinate[] coordinates) Deprecated.GeometryFactory.createMultiPoint(CoordinateSequence coordinates) Creates aMultiPointusing the points in the givenCoordinateSequence.GeometryFactory.createMultiPoint(Point[] point) Creates aMultiPointusing the givenPoints.GeometryFactory.createMultiPointFromCoords(Coordinate[] coordinates) Creates aMultiPointusing the givenCoordinates.MultiPoint.reverse()static MultiPoint[]GeometryFactory.toMultiPointArray(Collection multiPoints) Converts theListto an array. -
Uses of MultiPoint in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiPointModifier and TypeMethodDescriptionbooleanIsSimpleOp.isSimple(MultiPoint mp) Deprecated.use isSimple()
GeometryFactory.createMultiPointFromCoords(org.locationtech.jts.geom.Coordinate[])instead