Uses of Class
org.locationtech.jts.geom.MultiLineString
-
Packages that use MultiLineString Package Description org.locationtech.jts.awt Classes to perform conversions from Java2D shape objects.org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jts.io.gml2 Classes to read and write the GML2 geometry format.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jts.operation.overlay.validate Classes to validate the results of overlay operations.org.locationtech.jtstest.clean org.locationtech.jtstest.util.io -
-
Uses of MultiLineString in org.locationtech.jts.awt
Methods in org.locationtech.jts.awt with parameters of type MultiLineString Modifier and Type Method Description private java.awt.geom.GeneralPath
ShapeWriter. toShape(MultiLineString mls)
-
Uses of MultiLineString in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiLineString Modifier and Type Method Description MultiLineString
MultiLineString. copy()
MultiLineString
GeometryFactory. createMultiLineString()
MultiLineString
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(java.util.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 MultiLineString Modifier and Type Method Description protected Geometry
GeometryTransformer. transformMultiLineString(MultiLineString geom, Geometry parent)
-
Uses of MultiLineString in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiLineString Modifier and Type Method Description private 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 MultiLineString Modifier and Type Method Description private void
WKTWriter. appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, java.io.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, java.io.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 MultiLineString Modifier and Type Method Description private void
GMLWriter. writeMultiLineString(MultiLineString mls, java.io.Writer writer, int level)
-
Uses of MultiLineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type MultiLineString Modifier and Type Method Description private 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 MultiLineString Modifier and Type Field Description private MultiLineString
FuzzyPointLocator. linework
Methods in org.locationtech.jts.operation.overlay.validate that return MultiLineString Modifier and Type Method Description private 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 MultiLineString Modifier and Type Method Description private MultiLineString
CleanDuplicatePoints. clean(MultiLineString g)
Methods in org.locationtech.jtstest.clean with parameters of type MultiLineString Modifier and Type Method Description private 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 MultiLineString Modifier and Type Method Description private void
SVGWriter. appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, java.io.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, java.io.Writer writer)
Converts aMultiLineString
to <MultiLineString Text> format, then appends it to the writer.
-