Uses of Class
org.locationtech.jts.geom.MultiLineString
-
Packages that use MultiLineString Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.operation Provides classes for implementing operations on geometries -
-
Uses of MultiLineString in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiLineString Modifier and Type Method Description MultiLineString
GeometryFactory. createMultiLineString()
Constructs an emptyMultiLineString
geometry.MultiLineString
GeometryFactory. createMultiLineString(LineString[] lineStrings)
Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.MultiLineString
MultiLineString. reverse()
Creates aMultiLineString
in the reverse order to this object.static MultiLineString[]
GeometryFactory. toMultiLineStringArray(java.util.Collection multiLineStrings)
Converts theList
to an array. -
Uses of MultiLineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiLineString Modifier and Type Method Description boolean
IsSimpleOp. isSimple(MultiLineString geom)
Deprecated.use isSimple()
-