Package edu.wisc.ssec.mcidasv.data.hydra
Class DataToDisplayCoordinateSystem
java.lang.Object
visad.CoordinateSystem
edu.wisc.ssec.mcidasv.data.hydra.DataToDisplayCoordinateSystem
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CoordinateSystem
private CoordinateSystem
private boolean
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionDataToDisplayCoordinateSystem
(boolean isLL, CoordinateSystem dataCS, CoordinateSystem displayCS) -
Method Summary
Modifier and TypeMethodDescriptionboolean
double[][]
fromReference
(double[][] values) float[][]
fromReference
(float[][] values) private double[][]
reverseArrayOrder
(double[][] in) private float[][]
reverseArrayOrder
(float[][] in) double[][]
toReference
(double[][] values) float[][]
toReference
(float[][] values) Methods inherited from class visad.CoordinateSystem
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
-
Field Details
-
serialVersionUID
- See Also:
-
dataCS
-
displayCS
-
isLL
-
-
Constructor Details
-
DataToDisplayCoordinateSystem
DataToDisplayCoordinateSystem(boolean isLL, CoordinateSystem dataCS, CoordinateSystem displayCS) throws VisADException - Throws:
VisADException
-
-
Method Details
-
toReference
- Overrides:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Overrides:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
toReference
- Specified by:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Specified by:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
equals
- Specified by:
equals
in classCoordinateSystem
-
reverseArrayOrder
-
reverseArrayOrder
-