com.esri.arcgis.geodatabaseextensions
Interface ITerrainBlockCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITerrainBlockCursorProxy, TerrainBlockCursor

public interface ITerrainBlockCursor
extends java.io.Serializable

COM Interface 'ITerrainBlockCursor'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to TerrainBlockCursor object.' 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 IID3f4fe9ad_471b_4d67_8f8f_930a23a60305
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBlockCount()
          The number of blocks in the cursor.
 void next(int[] pRowBegin, int[] pRowEnd, int[] pColBegin, int[] pColEnd, boolean[] pbIsEnd)
          Returns next block in the form of rows and columns.
 void nextAsTin(ITin[] ppTin, IEnvelope[] ppExtent)
          Returns next block as a reference to a TIN object.
 void reset()
          Resets the cursor to point to the first block.
 

Field Detail

IID3f4fe9ad_471b_4d67_8f8f_930a23a60305

static final int IID3f4fe9ad_471b_4d67_8f8f_930a23a60305
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

getBlockCount

int getBlockCount()
                  throws java.io.IOException,
                         AutomationException
The number of blocks in the cursor.

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

next

void next(int[] pRowBegin,
          int[] pRowEnd,
          int[] pColBegin,
          int[] pColEnd,
          boolean[] pbIsEnd)
          throws java.io.IOException,
                 AutomationException
Returns next block in the form of rows and columns.

Parameters:
pRowBegin - The pRowBegin (out: use single element array)
pRowEnd - The pRowEnd (out: use single element array)
pColBegin - The pColBegin (out: use single element array)
pColEnd - The pColEnd (out: use single element array)
pbIsEnd - The pbIsEnd (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextAsTin

void nextAsTin(ITin[] ppTin,
               IEnvelope[] ppExtent)
               throws java.io.IOException,
                      AutomationException
Returns next block as a reference to a TIN object.

Parameters:
ppTin - A reference to a com.esri.arcgis.geodatabase.ITin (out: use single element array)
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
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
Resets the cursor to point to the first block.

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