public class LambertAEA
extends visad.georef.MapProjection
| Constructor and Description |
|---|
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, transformCoordinatesFreeUnitspublic LambertAEA(float[][] corners,
float lonCenter,
float latCenter)
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