| Modifier and Type | Method and Description |
|---|---|
static CircleDouble |
create(double x,
double y,
double radius) |
double |
distance(Rectangle r)
Returns the distance to the given
Rectangle. |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
intersects(Circle c) |
boolean |
intersects(Line line) |
boolean |
intersects(Point point) |
boolean |
intersects(Rectangle r) |
boolean |
isDoublePrecision() |
Rectangle |
mbr()
Returns the minimum bounding rectangle of this geometry.
|
double |
radius() |
double |
x() |
double |
y() |
public static CircleDouble create(double x, double y, double radius)
public Rectangle mbr()
Geometrypublic boolean intersects(Rectangle r)
intersects in interface Geometrypublic boolean intersects(Circle c)
intersects in interface Circlepublic boolean intersects(Point point)
intersects in interface Circlepublic boolean intersects(Line line)
intersects in interface Circlepublic boolean isDoublePrecision()
isDoublePrecision in interface GeometryCopyright © 2013–2023. All rights reserved.