class DataToDisplayCoordinateSystem extends CoordinateSystem
Modifier and Type | Field and Description |
---|---|
private CoordinateSystem |
dataCS |
private CoordinateSystem |
displayCS |
private boolean |
isLL |
private static long |
serialVersionUID |
Constructor and Description |
---|
DataToDisplayCoordinateSystem(boolean isLL,
CoordinateSystem dataCS,
CoordinateSystem displayCS) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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) |
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
private static final long serialVersionUID
private CoordinateSystem dataCS
private CoordinateSystem displayCS
private boolean isLL
DataToDisplayCoordinateSystem(boolean isLL, CoordinateSystem dataCS, CoordinateSystem displayCS) throws VisADException
VisADException
public float[][] toReference(float[][] values) throws VisADException
toReference
in class CoordinateSystem
VisADException
public float[][] fromReference(float[][] values) throws VisADException
fromReference
in class CoordinateSystem
VisADException
public double[][] toReference(double[][] values) throws VisADException
toReference
in class CoordinateSystem
VisADException
public double[][] fromReference(double[][] values) throws VisADException
fromReference
in class CoordinateSystem
VisADException
public boolean equals(java.lang.Object obj)
equals
in class CoordinateSystem
private double[][] reverseArrayOrder(double[][] in)
private float[][] reverseArrayOrder(float[][] in)