public interface ILasPointEdit2 extends ILasPointEdit, java.io.Serializable
Description: 'Provides access to members of LasDataset.' 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 |
IIDf8784690_24d0_4e14_be75_fac79751538d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5ea400dd_3afa_4423_9bc7_4915f4292911
Modifier and Type | Method and Description |
---|---|
void |
editClassCodeByClass2(int fileIndex,
IDoubleArray pPointIDs,
int newCode,
int withheldFlag,
int keyPointFlag,
int syntheticFlag,
int overlapFlag,
boolean[] pbHasChange)
Set class code and flags (negative classCode value indicates no code change).
|
changeClassCode, editClassCode, editClassCodeByClass, setClassCode, setClassFlag
static final int IIDf8784690_24d0_4e14_be75_fac79751538d
static final int xxDummy
static final java.lang.String IID
void editClassCodeByClass2(int fileIndex, IDoubleArray pPointIDs, int newCode, int withheldFlag, int keyPointFlag, int syntheticFlag, int overlapFlag, boolean[] pbHasChange) throws java.io.IOException, AutomationException
fileIndex
- The fileIndex (in)pPointIDs
- A reference to a com.esri.arcgis.system.IDoubleArray (in)newCode
- The newCode (in)withheldFlag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlagEditType constant (in)keyPointFlag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlagEditType constant (in)syntheticFlag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlagEditType constant (in)overlapFlag
- A com.esri.arcgis.geodatabaseextensions.esriLasClassFlagEditType constant (in)pbHasChange
- The pbHasChange (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.