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. |
![]() |
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. |
ILasOrganize.AsZlas Property
Indicates if output file(s) should be the Esri's zLas format.
Public WriteOnly Property AsZlas
public void AsZlas {set;}
ILasOrganize.CodeForWithheldPoints Property
Class code used for withheld points when converting to LAS 1.0 where flags are not supported.
Public WriteOnly Property CodeForWithheldPoints
public void CodeForWithheldPoints {set;}
ILasOrganize.ComputeStatistics Property
Indicates whether or not to compute statistics for the output file(s).
Public WriteOnly Property ComputeStatistics
public void ComputeStatistics {set;}
ILasOrganize.DropExtraBytes Property
Indicates if Extra-Bytes data should be dropped.
Public WriteOnly Property DropExtraBytes
public void DropExtraBytes {set;}
ILasOrganize.DropVLRs Property
Indicates if Variable Length Records should be dropped.
Public WriteOnly Property DropVLRs
public void DropVLRs {set;}
ILasOrganize.OverwriteOutput Property
Indicates whether or not to overwrite existing output file(s).
Public WriteOnly Property OverwriteOutput
public void OverwriteOutput {set;}
ILasOrganize.Rearrange Property
Indicates if output point records should be spatially rearranged.
Public WriteOnly Property Rearrange
public void Rearrange {set;}
ILasOrganize.SetEmpty Method
Empty the object.
Public Sub SetEmpty ( _
)
public void SetEmpty (
);
ILasOrganize.SetTargetVersionAndFormat Method
The output LAS version and point format.
Public Sub SetTargetVersionAndFormat ( _
ByVal major As Integer, _
ByVal minor As Integer, _
ByVal pointFormat As Integer _
)
public void SetTargetVersionAndFormat (
int major,
int minor,
int pointFormat
);
ILasOrganize.SetTempFilePath Method
The path for temp files.
Public Sub SetTempFilePath ( _
ByVal path As String _
)
public void SetTempFilePath (
string path
);
ILasOrganize.TrackCancel Property
The cancel-tracking object.
Public WriteOnly Property TrackCancel
public void TrackCancel {set;}
Classes that implement ILasOrganize
| Classes | Description |
|---|---|
| LasOrganizer | Esri LasOrganizer. |


