com.esri.arcgis.geodatabase
Interface IRasterCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterCursorProxy, RasterCursor

public interface IRasterCursor
extends java.io.Serializable

COM Interface 'IRasterCursor'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that provide optimized raster access.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3a625c22_a707_11d2_8e30_00a0249480f0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPixelBlock getPixelBlock()
          The current PixelBlock.
 IPnt getTopLeft()
          The offset of the current PixelBlock.
 boolean next()
          Iterates to the next PixelBlock.
 void reset()
          Return to state when first created.
 

Field Detail

IID3a625c22_a707_11d2_8e30_00a0249480f0

static final int IID3a625c22_a707_11d2_8e30_00a0249480f0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTopLeft

IPnt getTopLeft()
                throws java.io.IOException,
                       AutomationException
The offset of the current PixelBlock.

Returns:
A reference to a com.esri.arcgis.geodatabase.IPnt
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelBlock

IPixelBlock getPixelBlock()
                          throws java.io.IOException,
                                 AutomationException
The current PixelBlock.

Returns:
A reference to a com.esri.arcgis.geodatabase.IPixelBlock
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

boolean next()
             throws java.io.IOException,
                    AutomationException
Iterates to the next PixelBlock.

Returns:
The not_finished
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Return to state when first created.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.