Package net.anwiba.spatial.coordinate
Interface ILineSegment
- All Known Implementing Classes:
LineSegment
public interface ILineSegment
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getStartPoint
ICoordinate getStartPoint() -
getEndPoint
ICoordinate getEndPoint() -
getEnvelope
IEnvelope getEnvelope()
-