Uses of Class
org.meteoinfo.jts.geom.LineString
-
-
Uses of LineString in org.meteoinfo.jts.algorithm
Methods in org.meteoinfo.jts.algorithm that return LineString Modifier and Type Method Description LineStringMinimumDiameter. getDiameter()Gets aLineStringwhich is a minimum diameterLineStringMinimumDiameter. getSupportingSegment()Gets the segment forming the base of the minimum diameterprotected LineStringInteriorPointArea. horizontalBisector(Geometry geometry) -
Uses of LineString in org.meteoinfo.jts.algorithm.distance
Methods in org.meteoinfo.jts.algorithm.distance with parameters of type LineString Modifier and Type Method Description static voidDistanceToPoint. computeDistance(LineString line, Coordinate pt, PointPairDistance ptDist) -
Uses of LineString in org.meteoinfo.jts.geom
Subclasses of LineString in org.meteoinfo.jts.geom Modifier and Type Class Description classLinearRingModels an OGC SFSLinearRing.Methods in org.meteoinfo.jts.geom that return LineString Modifier and Type Method Description 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(java.util.Collection lineStrings)Converts theListto an array.Methods in org.meteoinfo.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.meteoinfo.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.meteoinfo.jts.geom.util
Methods in org.meteoinfo.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.meteoinfo.jts.geomgraph
Methods in org.meteoinfo.jts.geomgraph with parameters of type LineString Modifier and Type Method Description EdgeGeometryGraph. findEdge(LineString line) -
Uses of LineString in org.meteoinfo.jts.linearref
Methods in org.meteoinfo.jts.linearref that return LineString Modifier and Type Method Description LineStringLinearIterator. getLine()Gets theLineStringcomponent the iterator is current at. -
Uses of LineString in org.meteoinfo.jts.operation
Methods in org.meteoinfo.jts.operation with parameters of type LineString Modifier and Type Method Description booleanIsSimpleOp. isSimple(LineString geom)Deprecated.use isSimple() -
Uses of LineString in org.meteoinfo.jts.operation.buffer.validate
Methods in org.meteoinfo.jts.operation.buffer.validate with parameters of type LineString Modifier and Type Method Description static voidDistanceToPointFinder. computeDistance(LineString line, Coordinate pt, PointPairDistance ptDist) -
Uses of LineString in org.meteoinfo.jts.operation.distance3d
Methods in org.meteoinfo.jts.operation.distance3d with parameters of type LineString Modifier and Type Method Description booleanPlanarPolygon3D. intersects(Coordinate pt, LineString ring) -
Uses of LineString in org.meteoinfo.jts.operation.linemerge
Methods in org.meteoinfo.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.meteoinfo.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.meteoinfo.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.meteoinfo.jts.operation.overlay.snap
Constructors in org.meteoinfo.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.meteoinfo.jts.precision
Methods in org.meteoinfo.jts.precision that return LineString Modifier and Type Method Description LineStringMinimumClearance. getLine()Gets a LineString containing two points which are at the Minimum Clearance distance.LineStringSimpleMinimumClearance. getLine() -
Uses of LineString in org.meteoinfo.jts.util
Methods in org.meteoinfo.jts.util that return LineString Modifier and Type Method Description LineStringGeometricShapeFactory. createArc(double startAng, double angExtent)Creates an elliptical arc, as aLineString.static LineStringDebug. toLine(Coordinate p0, Coordinate p1)static LineStringDebug. toLine(Coordinate p0, Coordinate p1, Coordinate p2)static LineStringDebug. toLine(Coordinate p0, Coordinate p1, Coordinate p2, Coordinate p3)
-