|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.ssec.mcidas.AREAnav
edu.wisc.ssec.mcidas.MERCnav
Navigation class for Mercator (MERC) type nav. This code was modified from the original FORTRAN code (nvxmerc.dlm) on the McIDAS system. It only supports latitude/longitude to line/element transformations (LL) and vice/versa. Transform to 'XYZ' not implemented.
| Field Summary | |
(package private) int |
iwest
|
(package private) int |
leftlon
|
(package private) double |
xblat
|
(package private) double |
xblon
|
(package private) double |
xcol
|
(package private) double |
xlat1
|
(package private) double |
xqlon
|
(package private) double |
xrow
|
(package private) double |
xspace
|
| Fields inherited from class edu.wisc.ssec.mcidas.AREAnav |
DEGREES_TO_RADIANS, DMSP, GMSX, GOES, GVAR, indexEle, indexLat, indexLine, indexLon, LALO, LAMB, LL, MERC, MOLL, MSAT, MSG, MSGT, POES, PS, RADIANS_TO_DEGREES, RADR, RECT, serialVersionUID, TANC, XY |
| Constructor Summary | |
MERCnav(int[] iparms)
Set up for the real math work. |
|
| Method Summary | |
double[][] |
toLatLon(double[][] linele)
converts from satellite coordinates to latitude/longitude |
float[][] |
toLatLon(float[][] linele)
converts from satellite coordinates to latitude/longitude |
double[][] |
toLinEle(double[][] latlon)
toLinEle converts lat/long to satellite line/element |
float[][] |
toLinEle(float[][] latlon)
toLinEle converts lat/long to satellite line/element |
| Methods inherited from class edu.wisc.ssec.mcidas.AREAnav |
areaCoordToImageCoord, areaCoordToImageCoord, areaCoordToImageCoord, areaCoordToImageCoord, doubleToFloat, equals, floatToDouble, getLineOffset, imageCoordToAreaCoord, imageCoordToAreaCoord, imageCoordToAreaCoord, imageCoordToAreaCoord, isFlippedLineCoordinates, makeAreaNav, makeAreaNav, setFlipLineCoordinates, setImageStart, setMag, setMag, setRes, setRes, setStart, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
int iwest
int leftlon
double xrow
double xcol
double xlat1
double xspace
double xqlon
double xblat
double xblon
| Constructor Detail |
public MERCnav(int[] iparms)
throws IllegalArgumentException
iparms - the nav block from the image file
IllegalArgumentException - if the nav block is not a MERC type.| Method Detail |
public double[][] toLatLon(double[][] linele)
toLatLon in class AREAnavpublic double[][] toLinEle(double[][] latlon)
toLinEle in class AREAnavpublic float[][] toLatLon(float[][] linele)
toLatLon in class AREAnavpublic float[][] toLinEle(float[][] latlon)
toLinEle in class AREAnav
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||