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 theListto 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 GeometryGeometryTransformer.transformMultiLineString(MultiLineString geom, Geometry parent) -
Uses of MultiLineString in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineStringWKBReader.readMultiLineString()private MultiLineStringWKTReader.readMultiLineStringText()Creates aMultiLineStringusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate voidWKTWriter.appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, Writer writer) Converts aMultiLineStringto <MultiLineString Tagged Text> format, then appends it to the writer.private voidWKTWriter.appendMultiLineStringText(MultiLineString multiLineString, int level, boolean indentFirst, Writer writer) Converts aMultiLineStringto <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 voidGMLWriter.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 GeometryBoundaryOp.boundaryMultiLineString(MultiLineString mLine) private Coordinate[]BoundaryOp.computeBoundaryCoordinates(MultiLineString mLine) booleanIsSimpleOp.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 MultiLineStringFuzzyPointLocator.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 MultiLineStringCleanDuplicatePoints.clean(MultiLineString g) Methods in org.locationtech.jtstest.clean with parameters of type MultiLineStringModifier and TypeMethodDescriptionprivate MultiLineStringCleanDuplicatePoints.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 voidSVGWriter.appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, Writer writer) Converts aMultiLineStringto <MultiLineString Tagged Text> format, then appends it to the writer.private voidSVGWriter.appendMultiLineStringText(MultiLineString multiLineString, int level, boolean indentFirst, Writer writer) Converts aMultiLineStringto <MultiLineString Text> format, then appends it to the writer.