com.esri.arcgis.geodatabaseextensions
Interface ILasPointEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILasPointEdit2
All Known Implementing Classes:
ILasPointEdit2Proxy, ILasPointEditProxy, LasDataset

public interface ILasPointEdit
extends java.io.Serializable

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

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 =


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

Field Detail

IID5ea400dd_3afa_4423_9bc7_4915f4292911

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

setClassFlag

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
Set points' classification flag.

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

setClassCode

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
Set points' class code.

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

changeClassCode

void changeClassCode(ITrackCancel pTrackCancel,
                     int fileIndex,
                     ILongArray pExistingCodes,
                     ILongArray pNewCodes,
                     boolean bCalculateStats)
                     throws java.io.IOException,
                            AutomationException
Replace points' class code.

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

editClassCodeByClass

void editClassCodeByClass(int fileIndex,
                          IDoubleArray pPointIDs,
                          int newCode,
                          int withheldFlag,
                          int keyPointFlag,
                          int syntheticFlag,
                          boolean[] pbHasChange)
                          throws java.io.IOException,
                                 AutomationException
Set class code and flags (negative classCode value indicates no code change).

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

editClassCode

void editClassCode(int fileIndex,
                   IDoubleArray pPointIDs,
                   ILongArray pCodes,
                   boolean[] pbHasChange)
                   throws java.io.IOException,
                          AutomationException
Set points' class code.

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