public class ITerrainEdit3Proxy extends ITerrainEdit2Proxy implements ITerrainEdit3, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDa7e67808_29d5_4dd9_8696_06993fa838b4IIDed9009eb_18f0_436e_9385_0f0007dd1f90IID8e9c9736_60b1_4db5_af18_ed40f41d4714| Modifier | Constructor and Description |
|---|---|
|
ITerrainEdit3Proxy()
For internal use only
|
|
ITerrainEdit3Proxy(java.lang.Object obj) |
protected |
ITerrainEdit3Proxy(java.lang.Object obj,
java.lang.String iid) |
|
ITerrainEdit3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITerrainEdit3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
Appends measurements to terrain data source (feature class).
|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
calculateFieldStatistics(int index,
IStringArray pFieldNames,
ITrackCancel pTrackCancel)
Calculate Terrain blob field statistics of the specified embedded data source.
|
void |
changeUsageInOverview(int index,
boolean bApply)
Change the ApplyToOverviewTerrain property of the specified data source.
|
void |
deleteDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
ITrackCancel pTrackCancel)
Removes measurements from a terrain data source (feature class).
|
void |
deleteDataSourceDataByFC(int index,
java.lang.String pointCountFieldName,
IFeatureClass pFC,
boolean bSparseData,
ITrackCancel pTrackCancel)
Removes measurements from a terrain data source (feature class).
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
replaceDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
Replaces measurements from a terrain data source (feature class) with measurements in another feature class.
|
updateExtentaddDataSource, addDataSourceData, addPyramidLevel, build, changeMaxScale, changeResolutionBounds, deleteDataSourceData, removeDataSource, removePyramidLevel, replaceDataSourceDatabindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitupdateExtentaddDataSource, addDataSourceData, addPyramidLevel, build, changeMaxScale, changeResolutionBounds, deleteDataSourceData, removeDataSource, removePyramidLevel, replaceDataSourceDatapublic static final java.lang.Class targetClass
public boolean noncastable
public ITerrainEdit3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITerrainEdit3Proxy()
public ITerrainEdit3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITerrainEdit3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITerrainEdit3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class ITerrainEdit2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class ITerrainEdit2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void changeUsageInOverview(int index,
boolean bApply)
throws java.io.IOException,
AutomationException
changeUsageInOverview in interface ITerrainEdit3index - The index (in)bApply - The bApply (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteDataSourceDataByFC(int index,
java.lang.String pointCountFieldName,
IFeatureClass pFC,
boolean bSparseData,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
deleteDataSourceDataByFC in interface ITerrainEdit3index - The index (in)pointCountFieldName - The pointCountFieldName (in)pFC - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)bSparseData - The bSparseData (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.public void deleteDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
deleteDataSourceData2 in interface ITerrainEdit3index - The index (in)pointCountFieldName - The pointCountFieldName (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (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.public void addDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
addDataSourceData2 in interface ITerrainEdit3index - The index (in)pointCountFieldName - The pointCountFieldName (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (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.public void replaceDataSourceData2(int index,
java.lang.String pointCountFieldName,
IGeometry pAOI,
IFeatureClass pInFC,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
replaceDataSourceData2 in interface ITerrainEdit3index - The index (in)pointCountFieldName - The pointCountFieldName (in)pAOI - A reference to a com.esri.arcgis.geometry.IGeometry (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.public void calculateFieldStatistics(int index,
IStringArray pFieldNames,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
calculateFieldStatistics in interface ITerrainEdit3index - The index (in)pFieldNames - A reference to a com.esri.arcgis.system.IStringArray (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.