public class LambertAEA extends visad.georef.MapProjection
| Modifier and Type | Field and Description | 
|---|---|
| (package private) visad.CoordinateSystem | cs | 
| (package private) float | earthRadius | 
| (package private) java.awt.geom.Rectangle2D | rect | 
| Constructor and Description | 
|---|
| LambertAEA(float[][] corners) | 
| LambertAEA(float[][] corners,
          float lonCenter,
          float latCenter) | 
| LambertAEA(java.awt.geom.Rectangle2D ll_rect) | 
| LambertAEA(java.awt.geom.Rectangle2D ll_rect,
          boolean forceSquareMapArea) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object cs) | 
| double[][] | fromReference(double[][] values) | 
| float[][] | fromReference(float[][] values) | 
| java.awt.geom.Rectangle2D | getDefaultMapArea() | 
| double[][] | toReference(double[][] values) | 
| float[][] | toReference(float[][] values) | 
getCenterLatLon, getLatLon, getXIndex, getYIndex, isLatLonOrder, isXYOrder, toStringgetLatitudeIndex, getLongitudeIndexcanConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnitsvisad.CoordinateSystem cs
java.awt.geom.Rectangle2D rect
float earthRadius
public LambertAEA(float[][] corners, float lonCenter, float latCenter) throws visad.VisADException
visad.VisADExceptionpublic LambertAEA(float[][] corners) throws visad.VisADException
visad.VisADExceptionpublic LambertAEA(java.awt.geom.Rectangle2D ll_rect) throws visad.VisADException
visad.VisADExceptionpublic LambertAEA(java.awt.geom.Rectangle2D ll_rect, boolean forceSquareMapArea) throws visad.VisADException
visad.VisADExceptionpublic java.awt.geom.Rectangle2D getDefaultMapArea()
getDefaultMapArea in class visad.georef.MapProjectionpublic float[][] toReference(float[][] values) throws visad.VisADException
toReference in class visad.CoordinateSystemvisad.VisADExceptionpublic float[][] fromReference(float[][] values) throws visad.VisADException
fromReference in class visad.CoordinateSystemvisad.VisADExceptionpublic double[][] toReference(double[][] values) throws visad.VisADException
toReference in class visad.CoordinateSystemvisad.VisADExceptionpublic double[][] fromReference(double[][] values) throws visad.VisADException
fromReference in class visad.CoordinateSystemvisad.VisADExceptionpublic boolean equals(java.lang.Object cs)
equals in class visad.CoordinateSystem