| 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[] lineStrings)
Creates a MultiLineString using the given LineStrings; a null or empty
array will create an empty MultiLineString.
|
static MultiLineString[] |
GeometryFactory.toMultiLineStringArray(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 |
|---|---|
boolean |
IsSimpleOp.isSimple(MultiLineString geom)
Deprecated.
use isSimple()
|
Copyright © 2025. All rights reserved.