Uses of Interface
jmri.jmrix.rps.Calculator

Packages that use Calculator
Package
Description
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 
    Some helpful implementations and values for Calculators.
    class 
    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 
    Implementation of 1st algorithm for reducing Readings
    class 
    Implementation of version 1.1 algorithm for reducing Readings
    class 
    Implementation of 2nd algorithm for reducing Readings
    class 
    Implementation of 2.1th algorithm for reducing Readings
    class 
    Implementation of 2.1th algorithm for reducing Readings
    class 
    Implementation of 1st algorithm for reducing Readings.
    Methods in jmri.jmrix.rps that return Calculator
    Modifier and Type
    Method
    Description
    static Calculator
    Algorithms.newCalculator(javax.vecmath.Point3d[] points, double vs, int offset, String name)
    Create proper Calculator instance.