public interface ILasPointEdit
extends 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 |
IID5ea400dd_3afa_4423_9bc7_4915f4292911 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
changeClassCode(ITrackCancel pTrackCancel,
int fileIndex,
ILongArray pExistingCodes,
ILongArray pNewCodes,
boolean bCalculateStats)
Replace points' class code.
|
void |
editClassCode(int fileIndex,
IDoubleArray pPointIDs,
ILongArray pCodes,
boolean[] pbHasChange)
Set points' class code.
|
void |
editClassCodeByClass(int fileIndex,
IDoubleArray pPointIDs,
int newCode,
int withheldFlag,
int keyPointFlag,
int syntheticFlag,
boolean[] pbHasChange)
Set class code and flags (negative classCode value indicates no code change).
|
void |
setClassCode(ITrackCancel pTrackCancel,
int fileIndex,
java.lang.Object pAOI,
double bufferDistance,
IDoubleArray pZRange,
ILasAttributeFilter pFilter,
int newCode,
boolean bCalculateStats)
Set points' class code.
|
void |
setClassFlag(ITrackCancel pTrackCancel,
int fileIndex,
java.lang.Object pAOI,
double bufferDistance,
IDoubleArray pZRange,
ILasAttributeFilter pFilter,
int newFlags,
boolean bClear,
boolean bCalculateStats)
Set points' classification flag.
|
static final int IID5ea400dd_3afa_4423_9bc7_4915f4292911
static final int xxDummy
static final java.lang.String IID
void setClassFlag(ITrackCancel pTrackCancel, int fileIndex, java.lang.Object pAOI, double bufferDistance, IDoubleArray pZRange, ILasAttributeFilter pFilter, int newFlags, boolean bClear, boolean bCalculateStats) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex
- The fileIndex (in)pAOI
- A reference to another Object (IUnknown) (in)bufferDistance
- The bufferDistance (in)pZRange
- A reference to a com.esri.arcgis.system.IDoubleArray (in)pFilter
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter (in)newFlags
- The newFlags (in)bClear
- The bClear (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassCode(ITrackCancel pTrackCancel, int fileIndex, java.lang.Object pAOI, double bufferDistance, IDoubleArray pZRange, ILasAttributeFilter pFilter, int newCode, boolean bCalculateStats) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex
- The fileIndex (in)pAOI
- A reference to another Object (IUnknown) (in)bufferDistance
- The bufferDistance (in)pZRange
- A reference to a com.esri.arcgis.system.IDoubleArray (in)pFilter
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter (in)newCode
- The newCode (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void changeClassCode(ITrackCancel pTrackCancel, int fileIndex, ILongArray pExistingCodes, ILongArray pNewCodes, boolean bCalculateStats) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)fileIndex
- The fileIndex (in)pExistingCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)pNewCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)bCalculateStats
- The bCalculateStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void editClassCodeByClass(int fileIndex, IDoubleArray pPointIDs, int newCode, int withheldFlag, int keyPointFlag, int syntheticFlag, 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)pbHasChange
- The pbHasChange (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void editClassCode(int fileIndex, IDoubleArray pPointIDs, ILongArray pCodes, boolean[] pbHasChange) throws java.io.IOException, AutomationException
fileIndex
- The fileIndex (in)pPointIDs
- A reference to a com.esri.arcgis.system.IDoubleArray (in)pCodes
- A reference to a com.esri.arcgis.system.ILongArray (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.