public class ShapeGreatCircle extends Shape
nativeHandle
Constructor and Description |
---|
ShapeGreatCircle()
Construct an empty sphere.
|
Modifier and Type | Method and Description |
---|---|
double |
angleBetween()
Angle between start and end points in radians.
|
void |
dispose() |
void |
finalize() |
void |
setHeight(double height)
Height of the great circle shape right in its middle.
|
void |
setPoints(Point2d startLoc,
Point2d endLoc)
Starting and ending points in geographic radians.
|
void |
setSamplingEpsilon(double eps)
If set, the sampling value used when breaking the great circle down into
segments.
|
void |
setSamplingStatic(int numSamples)
If set, we'll do a static number of samples, rather than dynamically calculating them.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectID
public ShapeGreatCircle()
public void finalize()
finalize
in class java.lang.Object
public void setPoints(Point2d startLoc, Point2d endLoc)
public void setHeight(double height)
public void setSamplingEpsilon(double eps)
public void setSamplingStatic(int numSamples)
public double angleBetween()