Uses of Class
org.esa.beam.framework.dataop.maptransf.ISEAG.LL

Packages that use ISEAG.LL
org.esa.beam.framework.dataop.maptransf This package contains interfaces and classes used for the implemenation of cartographic map projections. 
 

Uses of ISEAG.LL in org.esa.beam.framework.dataop.maptransf
 

Methods in org.esa.beam.framework.dataop.maptransf with parameters of type ISEAG.LL
 void ISEAG.bin2ll(int bin, ISEAG.LL ll)
          Deprecated. Given a bin number, return the center lat/lon of that bin number heuristic and binary search algorithm is used.
 int ISEAG.ll2bin(ISEAG.LL ll)
          Deprecated. Given the lat/lon, return the bin number.
 void ISEAG.ll2rc(ISEAG.LL ll, ISEAG.RC rc)
          Deprecated. Given the lat/lon, return the row, column.
 void ISEAG.rc2ll(int row, int col, ISEAG.LL ll)
          Deprecated. Given row/column, return lat/lon.
 void ISEAG.rc2ll(ISEAG.RC rc, ISEAG.LL ll)
          Deprecated. Given row/column, return lat/lon.
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.