public class GeoCircleFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static GeoCircle |
makeGeoCircle(PlanetModel planetModel,
double latitude,
double longitude,
double radius)
Create a GeoCircle of the right kind given the specified bounds.
|
public static GeoCircle makeGeoCircle(PlanetModel planetModel, double latitude, double longitude, double radius)
planetModel - is the planet model.latitude - is the center latitude.longitude - is the center longitude.radius - is the radius angle.Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.