|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.CoordinateSystem visad.data.hdfeos.LambertAzimuthalEqualArea
public class LambertAzimuthalEqualArea
LambertAzimuthalEqualArea is the VisAD class for coordinate systems for ( X_map, Y_map ).
Constructor Summary | |
---|---|
LambertAzimuthalEqualArea(RealTupleType reference,
double lon_center,
double lat_center)
|
|
LambertAzimuthalEqualArea(RealTupleType reference,
double R,
double lon_center,
double lat_center,
double false_easting,
double false_northing)
|
Method Summary | |
---|---|
boolean |
equals(Object cs)
Indicates whether or not this instance is equal to an object (note 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(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 java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LambertAzimuthalEqualArea(RealTupleType reference, double lon_center, double lat_center) throws VisADException
VisADException
public LambertAzimuthalEqualArea(RealTupleType reference, double R, 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
tuples
- array of values assumed to be in coordinateSystem
units. Input array is not guaranteed to be immutable
and could be used for return.
VisADException
- if problem with conversion.public double[][] fromReference(double[][] tuples) throws VisADException
CoordinateSystem
fromReference
in class CoordinateSystem
tuples
- array of values assumed to be in reference
Units. Input array is not guaranteed to be immutable
and could be used for return.
VisADException
- if problem with conversion.public boolean equals(Object cs)
CoordinateSystem
equals
in class CoordinateSystem
cs
- the object in question.
true
if and only if this instance equals cs.public static void main(String[] args) throws VisADException
VisADException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |