|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainBlockCursor
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 |
|---|
static final int IID3f4fe9ad_471b_4d67_8f8f_930a23a60305
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||