Package edu.wisc.ssec.mcidasv.control
Class LambertAEA
java.lang.Object
visad.CoordinateSystem
visad.georef.NavigatedCoordinateSystem
visad.georef.MapProjection
edu.wisc.ssec.mcidasv.control.LambertAEA
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CoordinateSystem
(package private) float
(package private) Rectangle2D
-
Constructor Summary
ConstructorsConstructorDescriptionLambertAEA
(float[][] corners) LambertAEA
(float[][] corners, float lonCenter, float latCenter) LambertAEA
(Rectangle2D ll_rect) LambertAEA
(Rectangle2D ll_rect, boolean forceSquareMapArea) -
Method Summary
Modifier and TypeMethodDescriptionboolean
double[][]
fromReference
(double[][] values) float[][]
fromReference
(float[][] values) double[][]
toReference
(double[][] values) float[][]
toReference
(float[][] values) Methods inherited from class visad.georef.MapProjection
getCenterLatLon, getFlipX, getFlipY, getLatLon, getXIndex, getYIndex, isLatLonOrder, isXYOrder, toString
Methods inherited from class visad.georef.NavigatedCoordinateSystem
getLatitudeIndex, getLongitudeIndex
Methods inherited from class visad.CoordinateSystem
canConvert, fromReference, fromReference, getCoordinateSystemUnits, getDimension, getReference, getReferenceUnits, toReference, toReference, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinates, transformCoordinatesFreeUnits, transformCoordinatesFreeUnits
-
Field Details
-
cs
-
rect
-
earthRadius
float earthRadius
-
-
Constructor Details
-
LambertAEA
- Throws:
VisADException
-
LambertAEA
- Throws:
VisADException
-
LambertAEA
- Throws:
VisADException
-
LambertAEA
- Throws:
VisADException
-
-
Method Details
-
getDefaultMapArea
- Specified by:
getDefaultMapArea
in classMapProjection
-
toReference
- Overrides:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Overrides:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
toReference
- Specified by:
toReference
in classCoordinateSystem
- Throws:
VisADException
-
fromReference
- Specified by:
fromReference
in classCoordinateSystem
- Throws:
VisADException
-
equals
- Specified by:
equals
in classCoordinateSystem
-