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 theGeometryinterface 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.GeneralPathShapeWriter. 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 MultiLineStringMultiLineString. copy()MultiLineStringGeometryFactory. createMultiLineString()MultiLineStringGeometryFactory. 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 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.io
Methods in org.locationtech.jts.io that return MultiLineString Modifier and Type Method Description private MultiLineStringWKBReader. readMultiLineString()private MultiLineStringWKTReader. readMultiLineStringText()Creates aMultiLineStringusing the next token in the stream.Methods in org.locationtech.jts.io with parameters of type MultiLineString Modifier and Type Method Description private voidWKTWriter. appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, java.io.Writer writer)Converts aMultiLineStringto <MultiLineString Tagged Text> format, then appends it to the writer.private voidWKTWriter. appendMultiLineStringText(MultiLineString multiLineString, int level, boolean indentFirst, java.io.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 MultiLineString Modifier and Type Method Description private voidGMLWriter. 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 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 MultiLineString Modifier and Type Field Description private MultiLineStringFuzzyPointLocator. lineworkMethods in org.locationtech.jts.operation.overlay.validate that return MultiLineString Modifier and Type Method Description private 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 MultiLineString Modifier and Type Method Description private MultiLineStringCleanDuplicatePoints. clean(MultiLineString g)Methods in org.locationtech.jtstest.clean with parameters of type MultiLineString Modifier and Type Method Description private MultiLineStringCleanDuplicatePoints. 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 voidSVGWriter. appendMultiLineStringTaggedText(MultiLineString multiLineString, int level, java.io.Writer writer)Converts aMultiLineStringto <MultiLineString Tagged Text> format, then appends it to the writer.private voidSVGWriter. appendMultiLineStringText(MultiLineString multiLineString, int level, boolean indentFirst, java.io.Writer writer)Converts aMultiLineStringto <MultiLineString Text> format, then appends it to the writer.
-