Package | Description |
---|---|
com.vividsolutions.jts.geom | |
com.vividsolutions.jts.geom.util | |
com.vividsolutions.jts.operation |
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 © 2016. All rights reserved.