Package | Description |
---|---|
org.locationtech.jts.awt |
Classes to perform conversions from Java2D shape objects.
|
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.overlay.validate |
Classes to validate the results of overlay operations.
|
org.locationtech.jtstest.clean | |
org.locationtech.jtstest.util.io |
Modifier and Type | Method and Description |
---|---|
private java.awt.geom.GeneralPath |
ShapeWriter.toShape(MultiLineString mls) |
Modifier and Type | Method and Description |
---|---|
MultiLineString |
MultiLineString.copy() |
MultiLineString |
GeometryFactory.createMultiLineString() |
MultiLineString |
GeometryFactory.createMultiLineString(LineString[] lineStrings)
Creates a MultiLineString using the given LineStrings; a null or empty
array will create an empty MultiLineString.
|
static MultiLineString[] |
GeometryFactory.toMultiLineStringArray(java.util.Collection multiLineStrings)
Converts the
List to an array. |
Modifier and Type | Method and Description |
---|---|
protected Geometry |
GeometryTransformer.transformMultiLineString(MultiLineString geom,
Geometry parent) |
Modifier and Type | Method and Description |
---|---|
private MultiLineString |
WKBReader.readMultiLineString() |
private MultiLineString |
WKTReader.readMultiLineStringText()
Creates a
MultiLineString using the next token in the stream. |
Modifier and Type | Method and Description |
---|---|
private void |
WKTWriter.appendMultiLineStringTaggedText(MultiLineString multiLineString,
int level,
java.io.Writer writer)
Converts a
MultiLineString to <MultiLineString Tagged
Text> format, then appends it to the writer. |
private void |
WKTWriter.appendMultiLineStringText(MultiLineString multiLineString,
int level,
boolean indentFirst,
java.io.Writer writer)
Converts a
MultiLineString to <MultiLineString Text>
format, then appends it to the writer. |
Modifier and Type | Method and Description |
---|---|
private void |
GMLWriter.writeMultiLineString(MultiLineString mls,
java.io.Writer writer,
int level) |
Modifier and Type | Method and Description |
---|---|
private Geometry |
BoundaryOp.boundaryMultiLineString(MultiLineString mLine) |
private Coordinate[] |
BoundaryOp.computeBoundaryCoordinates(MultiLineString mLine) |
boolean |
IsSimpleOp.isSimple(MultiLineString geom)
Deprecated.
use isSimple()
|
Modifier and Type | Field and Description |
---|---|
private MultiLineString |
FuzzyPointLocator.linework |
Modifier and Type | Method and Description |
---|---|
private MultiLineString |
FuzzyPointLocator.extractLinework(Geometry g)
Extracts linework for polygonal components.
|
Modifier and Type | Method and Description |
---|---|
private MultiLineString |
CleanDuplicatePoints.clean(MultiLineString g) |
Modifier and Type | Method and Description |
---|---|
private MultiLineString |
CleanDuplicatePoints.clean(MultiLineString g) |
Modifier and Type | Method and Description |
---|---|
private void |
SVGWriter.appendMultiLineStringTaggedText(MultiLineString multiLineString,
int level,
java.io.Writer writer)
Converts a
MultiLineString to <MultiLineString Tagged
Text> format, then appends it to the writer. |
private void |
SVGWriter.appendMultiLineStringText(MultiLineString multiLineString,
int level,
boolean indentFirst,
java.io.Writer writer)
Converts a
MultiLineString to <MultiLineString Text>
format, then appends it to the writer. |