public interface Circle extends Geometry
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(Circle c) |
boolean |
intersects(Line line) |
boolean |
intersects(Point point) |
double |
radius() |
double |
x() |
double |
y() |
distance, intersects, isDoublePrecision, mbrCopyright © 2013–2023. All rights reserved.