| Package | Description |
|---|---|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| org.locationtech.jts.operation |
Provides classes for implementing operations on geometries
|
| Modifier and Type | Method and Description |
|---|---|
MultiPoint |
GeometryFactory.createMultiPoint()
Constructs an empty
MultiPoint geometry. |
MultiPoint |
GeometryFactory.createMultiPoint(Coordinate[] coordinates)
Deprecated.
|
MultiPoint |
GeometryFactory.createMultiPoint(CoordinateSequence coordinates)
Creates a
MultiPoint using the
points in the given CoordinateSequence. |
MultiPoint |
GeometryFactory.createMultiPoint(Point[] point)
Creates a
MultiPoint using the given Points. |
MultiPoint |
GeometryFactory.createMultiPointFromCoords(Coordinate[] coordinates)
Creates a
MultiPoint using the given Coordinates. |
MultiPoint |
MultiPoint.reverse() |
static MultiPoint[] |
GeometryFactory.toMultiPointArray(Collection multiPoints)
Converts the
List to an array. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IsSimpleOp.isSimple(MultiPoint mp)
Deprecated.
use isSimple()
|
Copyright © 2024. All rights reserved.