Uses of Class
org.locationtech.jts.geom.MultiPoint
-
Packages that use MultiPoint Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.operation Provides classes for implementing operations on geometries -
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPoint Modifier and Type Method Description MultiPoint
GeometryFactory. createMultiPoint()
Constructs an emptyMultiPoint
geometry.MultiPoint
GeometryFactory. createMultiPoint(Coordinate[] coordinates)
Deprecated.MultiPoint
GeometryFactory. createMultiPoint(CoordinateSequence coordinates)
Creates aMultiPoint
using the points in the givenCoordinateSequence
.MultiPoint
GeometryFactory. createMultiPoint(Point[] point)
Creates aMultiPoint
using the givenPoint
s.MultiPoint
GeometryFactory. createMultiPointFromCoords(Coordinate[] coordinates)
Creates aMultiPoint
using the givenCoordinate
s.static MultiPoint[]
GeometryFactory. toMultiPointArray(java.util.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 MultiPoint Modifier and Type Method Description boolean
IsSimpleOp. isSimple(MultiPoint mp)
Deprecated.use isSimple()
-