Uses of Class
org.locationtech.jts.geom.MultiLineString
-
Packages that use MultiLineString Package Description org.locationtech.jts.geom org.locationtech.jts.geom.util org.locationtech.jts.operation -
-
Uses of MultiLineString in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiLineString Modifier and Type Method Description protected MultiLineStringMultiLineString. copyInternal()MultiLineStringGeometryFactory. createMultiLineString()MultiLineStringGeometryFactory. 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 theListto an array. -
Uses of MultiLineString in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiLineString Modifier and Type Method Description protected GeometryGeometryTransformer. transformMultiLineString(MultiLineString geom, Geometry parent) -
Uses of MultiLineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiLineString Modifier and Type Method Description booleanIsSimpleOp. isSimple(MultiLineString geom)Deprecated.use isSimple()
-