| 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.
|
| com.vividsolutions.jts.operation |
Provides classes for implementing operations on geometries
|
| Modifier and Type | Method and Description |
|---|---|
MultiLineString |
GeometryFactory.createMultiLineString(LineString
Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.
|
static MultiLineString |
GeometryFactory.toMultiLineStringArray(Collection
Converts the
List to an array.
|
| Modifier and Type | Method and Description |
|---|---|
protected Geometry |
GeometryTransformer.transformMultiLineString(MultiLineString
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IsSimpleOp.isSimple(MultiLineString
Deprecated.
use isSimple()
|