public class GeoCircle extends GeoShapeBase
| Constructor and Description |
|---|
GeoCircle(double latitude,
double longitude,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLatitude() |
double |
getLongitude() |
double |
getRadius() |
int |
hashCode() |
String |
toString() |
intersects, toArrayList, toArrayLists, validate, withinpublic GeoCircle(double latitude,
double longitude,
double radius)
latitude - latitude is specified in decimal degreeslongitude - longitude is specified in decimal degreesradius - radius is specified in kilometersCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.