org.gdal.gdal
Class AsyncReader

java.lang.Object
  extended by org.gdal.gdal.AsyncReader

public class AsyncReader
extends Object


Method Summary
 void delete()
           
 boolean equals(Object obj)
           
 int GetNextUpdatedRegion(double timeout, int[] xoff, int[] yoff, int[] buf_xsize, int[] buf_ysize)
           
 int hashCode()
           
 int LockBuffer(double timeout)
           
 void UnlockBuffer()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

delete

public void delete()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

GetNextUpdatedRegion

public int GetNextUpdatedRegion(double timeout,
                                int[] xoff,
                                int[] yoff,
                                int[] buf_xsize,
                                int[] buf_ysize)

LockBuffer

public int LockBuffer(double timeout)

UnlockBuffer

public void UnlockBuffer()