Uses of Class
org.locationtech.jts.geom.MultiLineString
Packages that use MultiLineString
Package
Description
Classes to perform conversions from Java2D shape objects.
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains the interfaces for converting JTS objects to and from other formats.
Classes to read and write the GML2 geometry format.
Provides classes for implementing operations on geometries
Classes to validate the results of overlay operations.
-
Uses of MultiLineString in org.locationtech.jts.awt
Methods in org.locationtech.jts.awt with parameters of type MultiLineString -
Uses of MultiLineString in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiLineStringModifier and TypeMethodDescriptionMultiLineString.copy()
GeometryFactory.createMultiLineString()
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 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.io
Methods in org.locationtech.jts.io that return MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineString
WKBReader.readMultiLineString()
private MultiLineString
WKTReader.readMultiLineStringText()
Creates aMultiLineString
using the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate void
WKTWriter.appendMultiLineStringTaggedText
(MultiLineString multiLineString, int level, Writer writer) Converts aMultiLineString
to <MultiLineString Tagged Text> format, then appends it to the writer.private void
WKTWriter.appendMultiLineStringText
(MultiLineString multiLineString, int level, boolean indentFirst, Writer writer) Converts aMultiLineString
to <MultiLineString Text> format, then appends it to the writer. -
Uses of MultiLineString in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate void
GMLWriter.writeMultiLineString
(MultiLineString mls, Writer writer, int level) -
Uses of MultiLineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate Geometry
BoundaryOp.boundaryMultiLineString
(MultiLineString mLine) private Coordinate[]
BoundaryOp.computeBoundaryCoordinates
(MultiLineString mLine) boolean
IsSimpleOp.isSimple
(MultiLineString geom) Deprecated.use isSimple() -
Uses of MultiLineString in org.locationtech.jts.operation.overlay.validate
Fields in org.locationtech.jts.operation.overlay.validate declared as MultiLineStringMethods in org.locationtech.jts.operation.overlay.validate that return MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineString
FuzzyPointLocator.extractLinework
(Geometry g) Extracts linework for polygonal components. -
Uses of MultiLineString in org.locationtech.jtstest.clean
Methods in org.locationtech.jtstest.clean that return MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineString
CleanDuplicatePoints.clean
(MultiLineString g) Methods in org.locationtech.jtstest.clean with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineString
CleanDuplicatePoints.clean
(MultiLineString g) -
Uses of MultiLineString in org.locationtech.jtstest.util.io
Methods in org.locationtech.jtstest.util.io with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate void
SVGWriter.appendMultiLineStringTaggedText
(MultiLineString multiLineString, int level, Writer writer) Converts aMultiLineString
to <MultiLineString Tagged Text> format, then appends it to the writer.private void
SVGWriter.appendMultiLineStringText
(MultiLineString multiLineString, int level, boolean indentFirst, Writer writer) Converts aMultiLineString
to <MultiLineString Text> format, then appends it to the writer.