public interface ITerrainBlockCursor
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3f4fe9ad_471b_4d67_8f8f_930a23a60305 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3f4fe9ad_471b_4d67_8f8f_930a23a60305
static final int xxDummy
static final java.lang.String IID
int getBlockCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(int[] pRowBegin, int[] pRowEnd, int[] pColBegin, int[] pColEnd, boolean[] pbIsEnd) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void nextAsTin(ITin[] ppTin, IEnvelope[] ppExtent) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.