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.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jtstest.function -
-
Uses of MultiPoint in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPoint Modifier and Type Method Description protected MultiPoint
MultiPoint. copyInternal()
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.MultiPoint
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 MultiPoint Modifier and Type Method Description protected 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 MultiPoint Modifier and Type Method Description boolean
IsSimpleOp. isSimple(MultiPoint mp)
Deprecated.use isSimple() -
Uses of MultiPoint in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return MultiPoint Modifier and Type Method Description static MultiPoint
DiffFunctions. diffVertices(Geometry a, Geometry b)
Diff the vertices in A against B to find vertices in A which are not in B.
-