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 MultiPointMultiPoint.copyInternal()GeometryFactory.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()protected MultiPointMultiPoint.reverseInternal()static MultiPoint[]GeometryFactory.toMultiPointArray(Collection multiPoints) Converts theListto 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 GeometryGeometryTransformer.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 TypeMethodDescriptionbooleanIsSimpleOp.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 MultiPointDiffFunctions.diffVertices(Geometry a, Geometry b) Diff the vertices in A against B to find vertices in A which are not in B.
GeometryFactory.createMultiPointFromCoords(Coordinate[])instead