| Package | Description |
|---|---|
| com.vividsolutions.jts.geom | |
| com.vividsolutions.jts.geom.util | |
| com.vividsolutions.jts.operation |
| Modifier and Type | Method and Description |
|---|---|
MultiPoint |
GeometryFactory.createMultiPoint(Coordinate[] coordinates)
Creates a
MultiPoint using the given Coordinates. |
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. |
static MultiPoint[] |
GeometryFactory.toMultiPointArray(Collection multiPoints)
Converts the
List to an array. |
| Modifier and Type | Method and Description |
|---|---|
protected Geometry |
GeometryTransformer.transformMultiPoint(MultiPoint geom,
Geometry parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IsSimpleOp.isSimple(MultiPoint mp)
Deprecated.
use isSimple()
|
Copyright © 2015. All rights reserved.