org.esa.beam.framework.gpf
Class Tile.Pos

java.lang.Object
  extended by org.esa.beam.framework.gpf.Tile.Pos
Enclosing interface:
Tile

public static final class Tile.Pos
extends Object

A pixel position within the tile's raster.


Field Summary
 int x
           
 int y
           
 
Constructor Summary
Tile.Pos(int x, int y)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public final int x

y

public final int y
Constructor Detail

Tile.Pos

public Tile.Pos(int x,
                int y)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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