public interface ITerrainEdit2 extends ITerrainEdit, java.io.Serializable
Description: 'Provides access to members used to modify and build a terrain.' 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 |
IIDed9009eb_18f0_436e_9385_0f0007dd1f90 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID8e9c9736_60b1_4db5_af18_ed40f41d4714
Modifier and Type | Method and Description |
---|---|
void |
updateExtent(ITrackCancel pTrackCancel)
Refresh terrain's extent.
|
addDataSource, addDataSourceData, addPyramidLevel, build, changeMaxScale, changeResolutionBounds, deleteDataSourceData, removeDataSource, removePyramidLevel, replaceDataSourceData
static final int IIDed9009eb_18f0_436e_9385_0f0007dd1f90
static final int xxDummy
static final java.lang.String IID
void updateExtent(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.