|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.sde.sdk.client.SeRasterCallBack
public abstract class SeRasterCallBack
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.
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 |
---|
public abstract SeRasterData getSeRasterData(java.lang.Object userContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |