public class GeoCircle extends Object implements Serializable
GeoCircle(GeoPoint center, double r)
int
contains(GeoPoint point)
boolean
equals(Object o)
GeoPoint
getCenter()
double
getR()
hashCode()
void
setCenter(GeoPoint center)
setR(double r)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GeoCircle(GeoPoint center, double r)
center
r
public GeoPoint getCenter()
public void setCenter(GeoPoint center)
public double getR()
public void setR(double r)
public int contains(GeoPoint point)
point
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022. All rights reserved.