Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
net.sf.geographiclib.test.GeodesicTest Class Reference

Public Member Functions

void ArcDirectCheck ()
 
void DirectCheck ()
 
void GeodSolve0 ()
 
void GeodSolve1 ()
 
void GeodSolve10 ()
 
void GeodSolve11 ()
 
void GeodSolve12 ()
 
void GeodSolve14 ()
 
void GeodSolve15 ()
 
void GeodSolve17 ()
 
void GeodSolve2 ()
 
void GeodSolve26 ()
 
void GeodSolve28 ()
 
void GeodSolve29 ()
 
void GeodSolve33 ()
 
void GeodSolve4 ()
 
void GeodSolve5 ()
 
void GeodSolve55 ()
 
void GeodSolve59 ()
 
void GeodSolve6 ()
 
void GeodSolve61 ()
 
void GeodSolve65 ()
 
void GeodSolve69 ()
 
void GeodSolve71 ()
 
void GeodSolve73 ()
 
void GeodSolve74 ()
 
void GeodSolve76 ()
 
void GeodSolve78 ()
 
void GeodSolve9 ()
 
void InverseCheck ()
 
void Planimeter0 ()
 
void Planimeter12 ()
 
void Planimeter13 ()
 
void Planimeter5 ()
 
void Planimeter6 ()
 

Static Private Member Functions

static boolean isNaN (double x)
 
static PolygonResult Planimeter (double points[][])
 
static PolygonResult PolyLength (double points[][])
 

Static Private Attributes

static final PolygonArea polygon
 
static final PolygonArea polyline
 
static final double testcases [][]
 

Detailed Description

Definition at line 8 of file GeodesicTest.java.

Member Function Documentation

void net.sf.geographiclib.test.GeodesicTest.ArcDirectCheck ( )
inline

Definition at line 160 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.DirectCheck ( )
inline

Definition at line 138 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve0 ( )
inline

Definition at line 182 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve1 ( )
inline

Definition at line 191 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve10 ( )
inline

Definition at line 261 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve11 ( )
inline

Definition at line 271 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve12 ( )
inline

Definition at line 281 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve14 ( )
inline

Definition at line 293 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve15 ( )
inline

Definition at line 302 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve17 ( )
inline

Definition at line 311 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve2 ( )
inline

Definition at line 200 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve26 ( )
inline

Definition at line 335 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve28 ( )
inline

Definition at line 343 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve29 ( )
inline

Definition at line 352 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve33 ( )
inline

Definition at line 367 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve4 ( )
inline

Definition at line 214 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve5 ( )
inline

Definition at line 222 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve55 ( )
inline

Definition at line 420 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve59 ( )
inline

Definition at line 434 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve6 ( )
inline

Definition at line 236 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve61 ( )
inline

Definition at line 443 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve65 ( )
inline

Definition at line 460 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve69 ( )
inline

Definition at line 496 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve71 ( )
inline

Definition at line 514 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve73 ( )
inline

Definition at line 526 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve74 ( )
inline

Definition at line 537 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve76 ( )
inline

Definition at line 554 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve78 ( )
inline

Definition at line 565 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.GeodSolve9 ( )
inline

Definition at line 252 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.InverseCheck ( )
inline

Definition at line 115 of file GeodesicTest.java.

static boolean net.sf.geographiclib.test.GeodesicTest.isNaN ( double  x)
inlinestaticprivate

Definition at line 10 of file GeodesicTest.java.

static PolygonResult net.sf.geographiclib.test.GeodesicTest.Planimeter ( double  points[][])
inlinestaticprivate

Definition at line 16 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.Planimeter0 ( )
inline

Definition at line 574 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.Planimeter12 ( )
inline

Definition at line 631 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.Planimeter13 ( )
inline

Definition at line 640 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.Planimeter5 ( )
inline

Definition at line 601 of file GeodesicTest.java.

void net.sf.geographiclib.test.GeodesicTest.Planimeter6 ( )
inline

Definition at line 610 of file GeodesicTest.java.

static PolygonResult net.sf.geographiclib.test.GeodesicTest.PolyLength ( double  points[][])
inlinestaticprivate

Definition at line 24 of file GeodesicTest.java.

Member Data Documentation

final PolygonArea net.sf.geographiclib.test.GeodesicTest.polygon
staticprivate
Initial value:
=
new PolygonArea(Geodesic.WGS84, false)

Definition at line 11 of file GeodesicTest.java.

final PolygonArea net.sf.geographiclib.test.GeodesicTest.polyline
staticprivate
Initial value:
=
new PolygonArea(Geodesic.WGS84, true)

Definition at line 13 of file GeodesicTest.java.

final double net.sf.geographiclib.test.GeodesicTest.testcases[][]
staticprivate

Definition at line 32 of file GeodesicTest.java.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:11