public interface BoundingCircle
Modifier and Type | Interface and Description |
---|---|
static class |
BoundingCircle.Impl
A simple implementation of BoundingCircle, storing the center
and radius as data members.
|
Modifier and Type | Method and Description |
---|---|
Geo |
getCenter()
Returns a Geo representing the center of the circle.
|
double |
getRadius() |
boolean |
intersects(BoundingCircle bc) |
boolean |
intersects(Geo g,
double radius) |
Geo getCenter()
double getRadius()
boolean intersects(BoundingCircle bc)
boolean intersects(Geo g, double radius)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details