com.esri.arcgis.geodatabaseextensions
Interface ITerrainEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITerrainEdit2, ITerrainEdit3
All Known Implementing Classes:
ITerrainEdit2Proxy, ITerrainEdit3Proxy, ITerrainEditProxy, Terrain

public interface ITerrainEdit
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8e9c9736_60b1_4db5_af18_ed40f41d4714
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID8e9c9736_60b1_4db5_af18_ed40f41d4714

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

addDataSource

void addDataSource(ITerrainDataSource pDataSource)
                   throws java.io.IOException,
                          AutomationException
Adds a reference to a feature class.

Parameters:
pDataSource - A reference to a com.esri.arcgis.geodatabaseextensions.ITerrainDataSource (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeDataSource

void removeDataSource(int index)
                      throws java.io.IOException,
                             AutomationException
Removes reference to a participating feature class.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPyramidLevel

void addPyramidLevel(ITerrainPyramidLevel pPyramidLevel)
                     throws java.io.IOException,
                            AutomationException
Adds a pyramid level.

Parameters:
pPyramidLevel - A reference to a com.esri.arcgis.geodatabaseextensions.ITerrainPyramidLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removePyramidLevel

void removePyramidLevel(int index)
                        throws java.io.IOException,
                               AutomationException
Removes a pyramid level.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

changeMaxScale

void changeMaxScale(int index,
                    int newScale)
                    throws java.io.IOException,
                           AutomationException
Modifies the largest display scale used for a particular level of a terrain pyramid.

Parameters:
index - The index (in)
newScale - The newScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

changeResolutionBounds

void changeResolutionBounds(int index,
                            double lowerBound,
                            double upperBound)
                            throws java.io.IOException,
                                   AutomationException
Change the resolution bounds of a data source.

Parameters:
index - The index (in)
lowerBound - The lowerBound (in)
upperBound - The upperBound (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteDataSourceData

void deleteDataSourceData(int index,
                          IEnvelope pAOI,
                          ITrackCancel pTrackCancel)
                          throws java.io.IOException,
                                 AutomationException
Removes measurements from a terrain data source (feature class).

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDataSourceData

void addDataSourceData(int index,
                       IEnvelope pAOI,
                       IFeatureClass pInFC,
                       ITrackCancel pTrackCancel)
                       throws java.io.IOException,
                              AutomationException
Appends measurements to a terrain data source (feature class).

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceDataSourceData

void replaceDataSourceData(int index,
                           IEnvelope pAOI,
                           IFeatureClass pInFC,
                           ITrackCancel pTrackCancel)
                           throws java.io.IOException,
                                  AutomationException
Replaces measurements from a terrain data source (feature class) with measurements in another feature class.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

build

void build(ITrackCancel pTrackCancel)
           throws java.io.IOException,
                  AutomationException
Constructs the terrain.

Parameters:
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.