Uses of Interface
jmri.jmrix.rps.Calculator
Package | Description |
---|---|
jmri.jmrix.rps |
This package contains software specific to the RPS system from
NAC Services, Inc.
|
-
Uses of Calculator in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement Calculator Modifier and Type Class Description class
AbstractCalculator
Some helpful implementations and values for Calculators.class
Analytic_AAlgorithm
Implementation of RPS location-finding using GPS equations from Sam Storm van Leeuwen <samsvl@nlr.nl>, ported to Java by Norris Weimer <norris.weimer@ualberta.ca>, and ported to JMRI/RPS by Bob Jacobsen.class
Ash1_0Algorithm
Implementation of 1st algorithm for reducing Readingsclass
Ash1_1Algorithm
Implementation of version 1.1 algorithm for reducing Readingsclass
Ash2_0Algorithm
Implementation of 2nd algorithm for reducing Readingsclass
Ash2_1Algorithm
Implementation of 2.1th algorithm for reducing Readingsclass
Ash2_2Algorithm
Implementation of 2.1th algorithm for reducing Readingsclass
InitialAlgorithm
Implementation of 1st algorithm for reducing Readings.Methods in jmri.jmrix.rps that return Calculator Modifier and Type Method Description static Calculator
Algorithms. newCalculator(Point3d[] points, double vs, int offset, String name)
Create proper Calculator instance.