Modifier and Type | Method and Description |
---|---|
LineString |
MinimumDiameter.getDiameter()
Gets a
LineString which is a minimum diameter |
LineString |
MinimumDiameter.getSupportingSegment()
Gets the segment forming the base of the minimum diameter
|
protected LineString |
InteriorPointArea.horizontalBisector(Geometry geometry) |
Modifier and Type | Method and Description |
---|---|
static void |
DistanceToPoint.computeDistance(LineString line,
Coordinate pt,
PointPairDistance ptDist) |
Modifier and Type | Class and Description |
---|---|
class |
LinearRing
Models an OGC SFS
LinearRing . |
Modifier and Type | Method and Description |
---|---|
LineString |
GeometryFactory.createLineString(Coordinate[] coordinates)
Creates a LineString using the given Coordinates.
|
LineString |
GeometryFactory.createLineString(CoordinateSequence coordinates)
Creates a LineString using the given CoordinateSequence.
|
LineString |
Polygon.getExteriorRing() |
LineString |
Polygon.getInteriorRingN(int n) |
LineString |
LineSegment.toGeometry(GeometryFactory geomFactory)
Creates a LineString with the same coordinates as this segment
|
static LineString[] |
GeometryFactory.toLineStringArray(Collection lineStrings)
Converts the
List to an array. |
Modifier and Type | Method and Description |
---|---|
MultiLineString |
GeometryFactory.createMultiLineString(LineString[] lineStrings)
Creates a MultiLineString using the given LineStrings; a null or empty
array will create an empty MultiLineString.
|
Constructor and Description |
---|
MultiLineString(LineString[] lineStrings,
GeometryFactory factory) |
MultiLineString(LineString[] lineStrings,
PrecisionModel precisionModel,
int SRID)
Deprecated.
Use GeometryFactory instead
|
Modifier and Type | Method and Description |
---|---|
protected Geometry |
GeometryTransformer.transformLineString(LineString geom,
Geometry parent)
Transforms a
LineString geometry. |
Modifier and Type | Method and Description |
---|---|
Edge |
GeometryGraph.findEdge(LineString line) |
Modifier and Type | Method and Description |
---|---|
LineString |
LinearIterator.getLine()
Gets the
LineString component the iterator is current at. |
Modifier and Type | Method and Description |
---|---|
boolean |
IsSimpleOp.isSimple(LineString geom)
Deprecated.
use isSimple()
|
Modifier and Type | Method and Description |
---|---|
static void |
DistanceToPointFinder.computeDistance(LineString line,
Coordinate pt,
PointPairDistance ptDist) |
Modifier and Type | Method and Description |
---|---|
boolean |
PlanarPolygon3D.intersects(Coordinate pt,
LineString ring) |
Modifier and Type | Method and Description |
---|---|
LineString |
LineMergeEdge.getLine()
Returns the LineString specifying the vertices of this edge.
|
LineString |
EdgeString.toLineString()
Converts this EdgeString into a LineString.
|
Modifier and Type | Method and Description |
---|---|
void |
LineMergeGraph.addEdge(LineString lineString)
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation
of an edge.
|
Constructor and Description |
---|
LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.
|
Constructor and Description |
---|
LineStringSnapper(LineString srcLine,
double snapTolerance)
Creates a new snapper using the points in the given
LineString
as source snap points. |
Modifier and Type | Method and Description |
---|---|
LineString |
MinimumClearance.getLine()
Gets a LineString containing two points
which are at the Minimum Clearance distance.
|
LineString |
SimpleMinimumClearance.getLine() |
Modifier and Type | Method and Description |
---|---|
LineString |
GeometricShapeFactory.createArc(double startAng,
double angExtent)
Creates an elliptical arc, as a
LineString . |
static LineString |
Debug.toLine(Coordinate p0,
Coordinate p1) |
static LineString |
Debug.toLine(Coordinate p0,
Coordinate p1,
Coordinate p2) |
static LineString |
Debug.toLine(Coordinate p0,
Coordinate p1,
Coordinate p2,
Coordinate p3) |
Copyright © 2016. All rights reserved.