Uses of Class
org.locationtech.jts.geom.MultiPoint
Packages that use MultiPoint
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
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 TypeMethodDescriptionprotected MultiPoint
MultiPoint.copyInternal()
GeometryFactory.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()
protected MultiPoint
MultiPoint.reverseInternal()
static MultiPoint[]
GeometryFactory.toMultiPointArray
(Collection multiPoints) Converts theList
to an array. -
Uses of MultiPoint in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPointModifier and TypeMethodDescriptionprotected Geometry
GeometryTransformer.transformMultiPoint
(MultiPoint geom, Geometry parent) -
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() -
Uses of MultiPoint in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return MultiPointModifier and TypeMethodDescriptionstatic MultiPoint
DiffFunctions.diffVertices
(Geometry a, Geometry b) Diff the vertices in A against B to find vertices in A which are not in B.
GeometryFactory.createMultiPointFromCoords(org.locationtech.jts.geom.Coordinate[])
instead