public class Ribbon
extends java.lang.Object
The three points, are
Modifier and Type | Field and Description |
---|---|
static int |
CENTER |
static int |
LEFT |
static int |
RIGHT |
Constructor and Description |
---|
Ribbon(Geo x,
Geo gc,
double radius)
Create a Ribbon at the point x along the great circle who's
normal is gc, and radius is the distance appart in radians.
|
Modifier and Type | Method and Description |
---|---|
Geo |
get(int which)
Get the Geo for the Ribbon.
|
double |
getLatitude(int which) |
double |
getLongitude(int which) |
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public Geo get(int which)
which
- LEFT, RIGHT or CENTERpublic double getLatitude(int which)
which
- LEFT, RIGHT or CENTERpublic double getLongitude(int which)
which
- LEFT, RIGHT or CENTERCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details