org.wdssii.core
Class LatLonGrid.Pixel

java.lang.Object
  extended by org.wdssii.core.LatLonGrid.Pixel
Enclosing class:
LatLonGrid

public static class LatLonGrid.Pixel
extends Object


Field Summary
 int x
           
 int y
           
 
Constructor Summary
LatLonGrid.Pixel(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

LatLonGrid.Pixel

public LatLonGrid.Pixel(int x,
                        int y)