Package net.anwiba.spatial.geometry
Interface ILineSegment
-
- All Known Implementing Classes:
LineSegment
public interface ILineSegment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICoordinategetEndPoint()IEnvelopegetEnvelope()ICoordinategetStartPoint()
-
-
-
Method Detail
-
getStartPoint
ICoordinate getStartPoint()
-
getEndPoint
ICoordinate getEndPoint()
-
getEnvelope
IEnvelope getEnvelope()
-
-