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 | Description |
---|---|---|
MultiPoint |
GeometryFactory.createMultiPoint() |
|
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 Point s. |
MultiPoint |
GeometryFactory.createMultiPointFromCoords(Coordinate[] coordinates) |
Creates a
MultiPoint using the given Coordinate s. |
static MultiPoint[] |
GeometryFactory.toMultiPointArray(java.util.Collection multiPoints) |
Converts the
List to an array. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
IsSimpleOp.isSimple(MultiPoint mp) |
Deprecated.
use isSimple()
|
Copyright © 2018. All rights reserved.