public interface ILasMerge extends ILasOrganize, java.io.Serializable
Description: 'Provides access to members of LasOrganizer.' 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 |
IID39e27802_5d52_4937_a78b_188e83cd3116 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd030123f_4b81_41fc_b436_5a2c301caab5
Modifier and Type | Method and Description |
---|---|
void |
merge(ILasDataset pDataset,
ILongArray pFiles,
IGeometry pAOI,
ISpatialReference pOutputSpatialRef,
java.lang.String outputFileName)
Merge one or more LAS files into one.
|
void |
setGpsTimeMergeOption(int rhs1)
Indicates what to do when merging different types of GPS times.
|
setAsZlas, setCodeForWithheldPoints, setComputeStatistics, setDropExtraBytes, setDropVLRs, setEmpty, setOverwriteOutput, setRearrange, setTargetVersionAndFormat, setTempFilePath, setTrackCancelByRef
static final int IID39e27802_5d52_4937_a78b_188e83cd3116
static final int xxDummy
static final java.lang.String IID
void setGpsTimeMergeOption(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabaseextensions.esriLasGpsTimeMergeOption constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void merge(ILasDataset pDataset, ILongArray pFiles, IGeometry pAOI, ISpatialReference pOutputSpatialRef, java.lang.String outputFileName) throws java.io.IOException, AutomationException
pDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)pFiles
- A reference to a com.esri.arcgis.system.ILongArray (in)pAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pOutputSpatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outputFileName
- The outputFileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.