Provides access to members of LasOrganizer.
Members
| Name | Description | |
|---|---|---|
![]() |
AsZlas | Indicates if output file(s) should be the Esri's zLas format. |
![]() |
CodeForWithheldPoints | Class code used for withheld points when converting to LAS 1.0 where flags are not supported. |
![]() |
ComputeStatistics | Indicates whether or not to compute statistics for the output file(s). |
![]() |
DropExtraBytes | Indicates if Extra-Bytes data should be dropped. |
![]() |
DropVLRs | Indicates if Variable Length Records should be dropped. |
![]() |
GpsTimeMergeOption | Indicates what to do when merging different types of GPS times. |
![]() |
Merge | Merge one or more LAS files into one. |
![]() |
OverwriteOutput | Indicates whether or not to overwrite existing output file(s). |
![]() |
Rearrange | Indicates if output point records should be spatially rearranged. |
![]() |
SetEmpty | Empty the object. |
![]() |
SetTargetVersionAndFormat | The output LAS version and point format. |
![]() |
SetTempFilePath | The path for temp files. |
![]() |
TrackCancel | The cancel-tracking object. |
ILasMerge.GpsTimeMergeOption Property
Indicates what to do when merging different types of GPS times.
Public WriteOnly Property GpsTimeMergeOption
public void GpsTimeMergeOption {set;}
ILasMerge.Merge Method
Merge one or more LAS files into one.
Public Sub Merge ( _
ByVal pDataset As ILasDataset, _
ByVal pFiles As ILongArray, _
ByVal pAOI As IGeometry, _
ByVal pOutputSpatialRef As ISpatialReference, _
ByVal outputFileName As String _
)
public void Merge (
ILasDataset pDataset,
ILongArray pFiles,
IGeometry pAOI,
ISpatialReference pOutputSpatialRef,
string outputFileName
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ILasOrganize | Provides access to members of LasOrganizer. |
Classes that implement ILasMerge
| Classes | Description |
|---|---|
| LasOrganizer | Esri LasOrganizer. |


