visad
Interface InverseLinearScaledCS
-
public interface InverseLinearScaledCSAn 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CoordinateSystemgetInvertedCoordinateSystem()The CoordinateSystem being inverteddouble[]getOffset()double[]getScale()The linear scale/offset coefficients
-
-
-
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