visad.data.hdfeos
Class LambertConformalConic

java.lang.Object
  extended by visad.CoordinateSystem
      extended by visad.data.hdfeos.LambertConformalConic
All Implemented Interfaces:
java.io.Serializable

public class LambertConformalConic
extends CoordinateSystem

LambertConformalConic is the VisAD class for coordinate systems for ( X_map, Y_map ).

See Also:
Serialized Form

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

LambertConformalConic

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
Throws:
VisADException
Method Detail

toReference

public double[][] toReference(double[][] tuples)
                       throws VisADException
Description copied from class: CoordinateSystem
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

Specified by:
toReference in class CoordinateSystem
Throws:
VisADException

fromReference

public double[][] fromReference(double[][] tuples)
                         throws VisADException
Description copied from class: CoordinateSystem
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

Specified by:
fromReference in class CoordinateSystem
Throws:
VisADException

equals

public boolean equals(java.lang.Object cs)
Description copied from class: CoordinateSystem
check for equality of CoordinateSystem objects; must test for cs == null

Specified by:
equals in class CoordinateSystem

main

public static void main(java.lang.String[] args)
                 throws VisADException
Throws:
VisADException