|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.CoordinateSystem
visad.data.hdfeos.LambertConformalConic
public class LambertConformalConic
LambertConformalConic is the VisAD class for coordinate systems for ( X_map, Y_map ).
Constructor Summary | |
---|---|
LambertConformalConic(RealTupleType reference,
double r_major,
double r_minor,
double s_lat1,
double s_lat2,
double lon_center,
double lat_center,
double false_easting,
double false_northing)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object cs)
check for equality of CoordinateSystem objects; must test for cs == null |
double[][] |
fromReference(double[][] tuples)
convert RealTuple values from Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array |
static void |
main(java.lang.String[] args)
|
double[][] |
toReference(double[][] tuples)
convert RealTuple values to Reference coordinates; for efficiency, input and output values are passed as double[][] arrays rather than RealTuple[] arrays; the array organization is double[tuple_dimension][number_of_tuples]; can modify and return argument array |
Methods inherited from class visad.CoordinateSystem |
---|
canConvert, checkTable, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LambertConformalConic(RealTupleType reference, double r_major, double r_minor, double s_lat1, double s_lat2, double lon_center, double lat_center, double false_easting, double false_northing) throws VisADException
VisADException
Method Detail |
---|
public double[][] toReference(double[][] tuples) throws VisADException
CoordinateSystem
toReference
in class CoordinateSystem
VisADException
public double[][] fromReference(double[][] tuples) throws VisADException
CoordinateSystem
fromReference
in class CoordinateSystem
VisADException
public boolean equals(java.lang.Object cs)
CoordinateSystem
equals
in class CoordinateSystem
public static void main(java.lang.String[] args) throws VisADException
VisADException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |