Uses of Class
org.locationtech.jts.geom.LineString
-
-
Uses of LineString in org.locationtech.jts.geom
Subclasses of LineString in org.locationtech.jts.geom Modifier and Type Class Description classLinearRingModels an OGC SFSLinearRing.Methods in org.locationtech.jts.geom that return LineString Modifier and Type Method Description protected LineStringLineString. copyInternal()LineStringGeometryFactory. createLineString()LineStringGeometryFactory. createLineString(Coordinate[] coordinates)Creates a LineString using the given Coordinates.LineStringGeometryFactory. createLineString(CoordinateSequence coordinates)Creates a LineString using the given CoordinateSequence.LineStringPolygon. getExteriorRing()LineStringPolygon. getInteriorRingN(int n)LineStringLineSegment. toGeometry(GeometryFactory geomFactory)Creates a LineString with the same coordinates as this segmentstatic LineString[]GeometryFactory. toLineStringArray(Collection lineStrings)Converts theListto an array.Methods in org.locationtech.jts.geom with parameters of type LineString Modifier and Type Method Description MultiLineStringGeometryFactory. createMultiLineString(LineString[] lineStrings)Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.Constructors in org.locationtech.jts.geom with parameters of type LineString Constructor Description MultiLineString(LineString[] lineStrings, GeometryFactory factory)MultiLineString(LineString[] lineStrings, PrecisionModel precisionModel, int SRID)Deprecated.Use GeometryFactory instead -
Uses of LineString in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type LineString Modifier and Type Method Description protected GeometryGeometryTransformer. transformLineString(LineString geom, Geometry parent)Transforms aLineStringgeometry. -
Uses of LineString in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type LineString Modifier and Type Method Description EdgeGeometryGraph. findEdge(LineString line) -
Uses of LineString in org.locationtech.jts.operation
Methods in org.locationtech.jts.operation with parameters of type LineString Modifier and Type Method Description booleanIsSimpleOp. isSimple(LineString geom)Deprecated.use isSimple() -
Uses of LineString in org.locationtech.jts.operation.linemerge
Methods in org.locationtech.jts.operation.linemerge that return LineString Modifier and Type Method Description LineStringLineMergeEdge. getLine()Returns the LineString specifying the vertices of this edge.LineStringEdgeString. toLineString()Converts this EdgeString into a LineString.Methods in org.locationtech.jts.operation.linemerge with parameters of type LineString Modifier and Type Method Description voidLineMergeGraph. addEdge(LineString lineString)Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.Constructors in org.locationtech.jts.operation.linemerge with parameters of type LineString Constructor Description LineMergeEdge(LineString line)Constructs a LineMergeEdge with vertices given by the specified LineString. -
Uses of LineString in org.locationtech.jts.operation.overlay.snap
Constructors in org.locationtech.jts.operation.overlay.snap with parameters of type LineString Constructor Description LineStringSnapper(LineString srcLine, double snapTolerance)Creates a new snapper using the points in the givenLineStringas source snap points. -
Uses of LineString in org.locationtech.jts.util
Methods in org.locationtech.jts.util that return LineString Modifier and Type Method Description LineStringGeometricShapeFactory. createArc(double startAng, double angExtent)Creates an elliptical arc, as aLineString.
-