public class ReverseCoordinateSystem
extends visad.CoordinateSystem
Constructor and Description |
---|
ReverseCoordinateSystem(visad.RealTupleType reference)
Construct a coordinate system with reverse reference specified
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
public ReverseCoordinateSystem(visad.RealTupleType reference) throws visad.VisADException
reference
- MathType of valuesvisad.VisADException
- problem instantiating the CSpublic double[][] toReference(double[][] values) throws visad.VisADException
toReference
in class visad.CoordinateSystem
values
- array of valuesvisad.VisADException
- values dimension not the same as CS dimensionpublic double[][] fromReference(double[][] revValues) throws visad.VisADException
fromReference
in class visad.CoordinateSystem
revValues
- array of reverse valuesvisad.VisADException
- revValues dimension not the same as CS dimensionpublic float[][] toReference(float[][] values) throws visad.VisADException
toReference
in class visad.CoordinateSystem
values
- array of valuesvisad.VisADException
- values dimension not the same as CS dimensionpublic float[][] fromReference(float[][] revValues) throws visad.VisADException
fromReference
in class visad.CoordinateSystem
revValues
- array of reverse valuesvisad.VisADException
- revValues dimension not the same as CS dimensionpublic boolean equals(java.lang.Object cs)
equals
in class visad.CoordinateSystem
cs
- Object in question