|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.omGraphics.NatCubicSpline
com.bbn.openmap.omGraphics.NatCubicSpline.CLOSED
public static class NatCubicSpline.CLOSED
Moved from an outside class, the closed case of a NatCubicSpline.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bbn.openmap.omGraphics.NatCubicSpline |
|---|
NatCubicSpline.CLOSED |
| Constructor Summary | |
|---|---|
NatCubicSpline.CLOSED()
|
|
| Method Summary | |
|---|---|
double[] |
calc(double[] llpoints,
double precision)
Calculates a float lat/lon cubic spline |
float[][] |
calc(int[] xpoints,
int[] ypoints)
Calculates a cubic spline polyline |
| Methods inherited from class com.bbn.openmap.omGraphics.NatCubicSpline |
|---|
calc, calc, calc, calc, calc, calc, calc, getSteps, setSteps, withSteps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NatCubicSpline.CLOSED()
| Method Detail |
|---|
public float[][] calc(int[] xpoints,
int[] ypoints)
NatCubicSpline
calc in class NatCubicSplineNatCubicSpline.calc(int[], int[])
public double[] calc(double[] llpoints,
double precision)
NatCubicSpline
calc in class NatCubicSplineprecision - for dividing floating coordinates to become int, e.g
0.01 means spline to be calculated with coordinates * 100
NatCubicSpline.calc(double[], double)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||