org.esa.beam.framework.dataop.maptransf
Class ISEAG.RC

java.lang.Object
  extended by org.esa.beam.framework.dataop.maptransf.ISEAG.RC
Enclosing class:
ISEAG

public static final class ISEAG.RC
extends Object

Represents a 1-based row/col position in the grid.


Field Summary
 int col
           
 int row
           
 
Constructor Summary
ISEAG.RC()
           
ISEAG.RC(int row, int col)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public int row

col

public int col
Constructor Detail

ISEAG.RC

public ISEAG.RC()

ISEAG.RC

public ISEAG.RC(int row,
                int col)


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