|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.CoordinateSystem
ucar.visad.ReverseCoordinateSystem
public class ReverseCoordinateSystem
A CoordinateSystem to transform between a Tuple and a reference in reverse order (eg:, (Latitude, Longitude) <-> (Longitude, Latitude)
| Constructor Summary | |
|---|---|
ReverseCoordinateSystem(RealTupleType reference)
Construct a coordinate system with reverse reference specified |
|
| Method Summary | |
|---|---|
boolean |
equals(Object cs)
See if the Object in question is equal to this ReverseCoordinateSystem |
double[][] |
fromReference(double[][] revValues)
Convert logrithmic values to values. |
float[][] |
fromReference(float[][] revValues)
Convert logrithmic values to values. |
double[][] |
toReference(double[][] values)
Convert values to reverse values. |
float[][] |
toReference(float[][] values)
Convert values to reverse values. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReverseCoordinateSystem(RealTupleType reference)
throws VisADException
reference - MathType of values
VisADException - problem instantiating the CS| Method Detail |
|---|
public double[][] toReference(double[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - array of values
VisADException - values dimension not the same as CS dimension
public double[][] fromReference(double[][] revValues)
throws VisADException
fromReference in class CoordinateSystemrevValues - array of reverse values
VisADException - revValues dimension not the same as CS dimension
public float[][] toReference(float[][] values)
throws VisADException
toReference in class CoordinateSystemvalues - array of values
VisADException - values dimension not the same as CS dimension
public float[][] fromReference(float[][] revValues)
throws VisADException
fromReference in class CoordinateSystemrevValues - array of reverse values
VisADException - revValues dimension not the same as CS dimensionpublic boolean equals(Object cs)
equals in class CoordinateSystemcs - Object in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||