public interface Line extends Geometry
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(Circle circle) |
boolean |
intersects(Line b) |
boolean |
intersects(Point point) |
double |
x1() |
double |
x2() |
double |
y1() |
double |
y2() |
distance, intersects, isDoublePrecision, mbrCopyright © 2013–2023. All rights reserved.