Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.operation |
Provides classes for implementing operations on geometries
|
Modifier and Type | Method | Description |
---|---|---|
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 | Description |
---|---|---|
boolean |
IsSimpleOp.isSimple(MultiLineString geom) |
Deprecated.
use isSimple()
|
Copyright © 2018. All rights reserved.