public class LineSegment extends Object implements ILineSegment
| Constructor and Description |
|---|
LineSegment(ICoordinate startPoint,
ICoordinate endPoint) |
| Modifier and Type | Method and Description |
|---|---|
ICoordinate |
getEndPoint() |
IEnvelope |
getEnvelope() |
ICoordinate |
getStartPoint() |
String |
toString() |
public LineSegment(ICoordinate startPoint, ICoordinate endPoint)
public ICoordinate getStartPoint()
getStartPoint in interface ILineSegmentpublic ICoordinate getEndPoint()
getEndPoint in interface ILineSegmentpublic IEnvelope getEnvelope()
getEnvelope in interface ILineSegmentCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.