Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
org.locationtech.jts.io.gml2 |
Classes to read and write the GML2 geometry format.
|
org.locationtech.jts.operation |
Provides classes for implementing operations on geometries
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
org.locationtech.jtstest.util.io |
Modifier and Type | Method and Description |
---|---|
MultiPoint |
MultiPoint.copy() |
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 and Description |
---|---|
protected Geometry |
GeometryTransformer.transformMultiPoint(MultiPoint geom,
Geometry parent) |
Modifier and Type | Method and Description |
---|---|
private MultiPoint |
WKBReader.readMultiPoint() |
private MultiPoint |
WKTReader.readMultiPointText()
Creates a
MultiPoint using the next tokens in the stream. |
Modifier and Type | Method and Description |
---|---|
private void |
WKTWriter.appendMultiPointTaggedText(MultiPoint multipoint,
int level,
java.io.Writer writer)
Converts a
MultiPoint to <MultiPoint Tagged Text>
format, then appends it to the writer. |
private void |
WKTWriter.appendMultiPointText(MultiPoint multiPoint,
int level,
java.io.Writer writer)
Converts a
MultiPoint to <MultiPoint Text> format, then
appends it to the writer. |
Modifier and Type | Method and Description |
---|---|
private void |
GMLWriter.writeMultiPoint(MultiPoint mp,
java.io.Writer writer,
int level) |
Modifier and Type | Method and Description |
---|---|
private MultiPoint |
BoundaryOp.getEmptyMultiPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
IsSimpleOp.isSimple(MultiPoint mp)
Deprecated.
use isSimple()
|
private boolean |
IsSimpleOp.isSimpleMultiPoint(MultiPoint mp) |
Modifier and Type | Method and Description |
---|---|
private void |
IsValidOp.checkValid(MultiPoint g)
Checks validity of a MultiPoint.
|
Modifier and Type | Method and Description |
---|---|
private void |
SVGWriter.appendMultiPointTaggedText(MultiPoint multipoint,
int level,
java.io.Writer writer)
Converts a
MultiPoint to <MultiPoint Tagged Text>
format, then appends it to the writer. |
private void |
SVGWriter.appendMultiPointText(MultiPoint multiPoint,
int level,
java.io.Writer writer)
Converts a
MultiPoint to <MultiPoint Text> format, then
appends it to the writer. |