public interface ITerrainEdit
extends 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 |
IID8e9c9736_60b1_4db5_af18_ed40f41d4714 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addDataSource(ITerrainDataSource pDataSource)
Adds a reference to a feature class.
|
void |
addDataSourceData(int index,
IEnvelope pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
Appends measurements to a terrain data source (feature class).
|
void |
addPyramidLevel(ITerrainPyramidLevel pPyramidLevel)
Adds a pyramid level.
|
void |
build(ITrackCancel pTrackCancel)
Constructs the terrain.
|
void |
changeMaxScale(int index,
int newScale)
Modifies the largest display scale used for a particular level of a terrain pyramid.
|
void |
changeResolutionBounds(int index,
double lowerBound,
double upperBound)
Change the resolution bounds of a data source.
|
void |
deleteDataSourceData(int index,
IEnvelope pAOI,
ITrackCancel pTrackCancel)
Removes measurements from a terrain data source (feature class).
|
void |
removeDataSource(int index)
Removes reference to a participating feature class.
|
void |
removePyramidLevel(int index)
Removes a pyramid level.
|
void |
replaceDataSourceData(int index,
IEnvelope pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
Replaces measurements from a terrain data source (feature class) with measurements in another feature class.
|
static final int IID8e9c9736_60b1_4db5_af18_ed40f41d4714
static final int xxDummy
static final java.lang.String IID
void addDataSource(ITerrainDataSource pDataSource) throws java.io.IOException, AutomationException
pDataSource
- A reference to a com.esri.arcgis.geodatabaseextensions.ITerrainDataSource (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeDataSource(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addPyramidLevel(ITerrainPyramidLevel pPyramidLevel) throws java.io.IOException, AutomationException
pPyramidLevel
- A reference to a com.esri.arcgis.geodatabaseextensions.ITerrainPyramidLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removePyramidLevel(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void changeMaxScale(int index, int newScale) throws java.io.IOException, AutomationException
index
- The index (in)newScale
- The newScale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void changeResolutionBounds(int index, double lowerBound, double upperBound) throws java.io.IOException, AutomationException
index
- The index (in)lowerBound
- The lowerBound (in)upperBound
- The upperBound (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteDataSourceData(int index, IEnvelope pAOI, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
index
- The index (in)pAOI
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)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.void addDataSourceData(int index, IEnvelope pAOI, IFeatureClass pInFC, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
index
- The index (in)pAOI
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)pInFC
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)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.void replaceDataSourceData(int index, IEnvelope pAOI, IFeatureClass pInFC, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
index
- The index (in)pAOI
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)pInFC
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)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.void build(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.