public interface ILasDatasetEditEvents
extends java.io.Serializable
Description: 'Provides access to LAS edit events.' 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 |
IID5a0df46d_5a7a_41e5_8b52_bd0b6162d8f4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
onLasFileAdded(java.lang.String fileName)
This event is fired when a new LAS or zLAS file is added to a LasDataset.
|
void |
onLasFileRemoved(java.lang.String fileName)
This event is fired when a LAS or zLAS file is removed from a LasDataset.
|
void |
onSurfaceConstraintAdded(IFeatureClassName pFeatureClassName)
This event is fired when a new Surface-Constraint is added to a LasDataset.
|
void |
onSurfaceConstraintRemoved(IFeatureClassName pFeatureClassName)
This event is fired when a Surface-Constraint is removed from a LasDataset.
|
static final int IID5a0df46d_5a7a_41e5_8b52_bd0b6162d8f4
static final int xxDummy
static final java.lang.String IID
void onLasFileAdded(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onLasFileRemoved(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onSurfaceConstraintAdded(IFeatureClassName pFeatureClassName) throws java.io.IOException, AutomationException
pFeatureClassName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void onSurfaceConstraintRemoved(IFeatureClassName pFeatureClassName) throws java.io.IOException, AutomationException
pFeatureClassName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.