Documentation of 'visad.InverseLinearScaledCS' Java class
InverseLinearScaledCS
visad

Interface InverseLinearScaledCS



  • public interface InverseLinearScaledCS
    An interface which CoordinateSystems can implement to indicate that they invert another CS, but the transforms linearly scale the CS being inverted. For example, this.toReference linearly scales CS.fromReference according to coeffs returned by the getScale/Offset methods. This could be used by a DataRenderer when the Display CoordinateSystem: (Lon,Lat->Display.X,Y) inverts a Data CoordinateSystem: (line,elem -> Lon, Lat).
    • Method Detail

      • getScale

        double[] getScale()
        The linear scale/offset coefficients
      • getOffset

        double[] getOffset()
      • getInvertedCoordinateSystem

        CoordinateSystem getInvertedCoordinateSystem()
        The CoordinateSystem being inverted

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.