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 TypeMethodDescriptionbooleandouble[][]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, toStringMethods inherited from class visad.georef.NavigatedCoordinateSystem
getLatitudeIndex, getLongitudeIndexMethods 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:
getDefaultMapAreain classMapProjection
-
toReference
- Overrides:
toReferencein classCoordinateSystem- Throws:
VisADException
-
fromReference
- Overrides:
fromReferencein classCoordinateSystem- Throws:
VisADException
-
toReference
- Specified by:
toReferencein classCoordinateSystem- Throws:
VisADException
-
fromReference
- Specified by:
fromReferencein classCoordinateSystem- Throws:
VisADException
-
equals
- Specified by:
equalsin classCoordinateSystem
-