Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Method and Description |
---|---|
LineSegment |
GeometryBuilder.createLineSegment(DirectPosition from,
DirectPosition to) |
LineSegment |
GeometryBuilder.createLineSegment(Position startPoint,
Position endPoint) |
Modifier and Type | Method and Description |
---|---|
LineSegment |
GeometryFactory.createLineSegment(Position startPoint,
Position endPoint)
Takes two positions and creates the appropriate line segment joining them.
|
Modifier and Type | Method and Description |
---|---|
List<LineSegment> |
LineString.asLineSegments()
Decomposes a line string into an equivalent sequence of line segments.
|
Copyright © 1996–2019 Geotools. All rights reserved.