public class RadialRegion extends BoundingCircle.Impl implements GeoExtent
BoundingCircle.Impl
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
id |
Constructor and Description |
---|
RadialRegion(Geo[] region) |
RadialRegion(Geo center,
double radius) |
Modifier and Type | Method and Description |
---|---|
BoundingCircle |
getBoundingCircle()
compute a point and radius around the extent.
|
java.lang.Object |
getID()
return an object that this extent represents.
|
void |
setID(java.lang.Object id) |
createFromLatLonDegrees, createFromLatLonDegrees, createFromLatLonRadians, createFromLatLonRadians, getCenter, getRadius, init, init, init, intersects, intersects, toString
public RadialRegion(Geo center, double radius)
public RadialRegion(Geo[] region)
public BoundingCircle getBoundingCircle()
GeoExtent
getBoundingCircle
in interface GeoExtent
public java.lang.Object getID()
GeoExtent
public void setID(java.lang.Object id)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details