Uses of Class
org.locationtech.jts.geom.MultiLineString
Packages that use MultiLineString
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Provides classes for implementing operations on geometries
-
Uses of MultiLineString in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiLineStringModifier and TypeMethodDescriptionprotected MultiLineString
MultiLineString.copyInternal()
GeometryFactory.createMultiLineString()
Constructs an emptyMultiLineString
geometry.GeometryFactory.createMultiLineString
(LineString[] lineStrings) Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.MultiLineString.reverse()
Creates aMultiLineString
in the reverse order to this object.protected MultiLineString
MultiLineString.reverseInternal()
static MultiLineString[]
GeometryFactory.toMultiLineStringArray
(Collection multiLineStrings) Converts theList
to an array. -
Uses of MultiLineString in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiLineStringModifier and TypeMethodDescriptionprotected Geometry
GeometryTransformer.transformMultiLineString
(MultiLineString geom, Geometry parent) -
Uses of MultiLineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiLineStringModifier and TypeMethodDescriptionboolean
IsSimpleOp.isSimple
(MultiLineString geom) Deprecated.use isSimple()