Class Coord

  • Direct Known Subclasses:
    ImmutableCoord

    @Immutable
    public abstract class Coord
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Coord()  
    • Method Summary

      Modifier and Type Method Description
      abstract double getAdjustment()  
      abstract double getError()  
      abstract double getHeight()  
      abstract double[] getVec()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Coord

        public Coord()
    • Method Detail

      • getAdjustment

        public abstract double getAdjustment()
      • getError

        public abstract double getError()
      • getHeight

        public abstract double getHeight()
      • getVec

        public abstract double[] getVec()