com.esri.sde.sdk.client
Class SeRasterCallBack

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRasterCallBack

public abstract class SeRasterCallBack
extends java.lang.Object

An abstract class to be use as an extended class in the client application. The client application is required to implements the getSeRasterData() method. On a SeInsert or SeUpdate operation, this method is then used as callback function from the ArcSDE Java Client API to get SeRasterData object from the user apllication.

Since:
ArcSDE 9.0
See Also:
SeInsert, SeRow, SeRasterAttr

Method Summary
abstract  SeRasterData getSeRasterData(java.lang.Object userContext)
          Callback method to get raster data from user.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSeRasterData

public abstract SeRasterData getSeRasterData(java.lang.Object userContext)
Callback method to get raster data from user. ScanLineMode: (Default) Expect data in scan line form and in top-down, left-to-right order.