Uses of Class
org.locationtech.jts.geom.MultiLineString
-
Packages that use MultiLineString Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 -
-
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()Constructs an emptyMultiLineStringgeometry.MultiLineStringGeometryFactory. createMultiLineString(LineString[] lineStrings)Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.MultiLineStringMultiLineString. reverse()Creates aMultiLineStringin the reverse order to this object.protected MultiLineStringMultiLineString. reverseInternal()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()
-