| Package | Description |
|---|---|
| com.vividsolutions.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes.
|
| com.vividsolutions.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
GeometryFactory.createPoint(Coordinate
Creates a Point using the given Coordinate.
|
Point |
GeometryFactory.createPoint(CoordinateSequence
Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point.
|
static Point |
GeometryFactory.createPointFromInternalCoord(Coordinate
|
Point |
Geometry.getCentroid()
Computes the centroid of this
Geometry.
|
Point |
LineString.getEndPoint()
|
Point |
Geometry.getInteriorPoint()
Computes an interior point of this
Geometry.
|
Point |
LineString.getPointN(int n)
|
Point |
LineString.getStartPoint()
|
static Point |
GeometryFactory.toPointArray(Collection
Converts the
List to an array.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPoint |
GeometryFactory.createMultiPoint(Point
Creates a
MultiPoint using the given
Points.
|
| Constructor and Description | |
|---|---|
MultiPoint(Point
|
|
MultiPoint(Point
Deprecated.
Use GeometryFactory instead
|
| Modifier and Type | Method and Description |
|---|---|
protected Geometry |
GeometryTransformer.transformPoint(Point
|