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.operation |
Provides classes for implementing operations on geometries
|
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(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 © 2021. All rights reserved.