HPS.PointCloud.File
- class HPS.PointCloud.File : public IDisposable
The File class provides functions to import and export XYZ, PTX, and PTS files.
Public Static Functions
- HPS.PointCloud.ImportNotifier Import (string in_file_name, HPS.PointCloud.ImportOptionsKit in_options)
Performs an asynchronous import of the specified XYZ, PTX, or PTS file with the provided options. May throw an IOException prior to starting the asynchronous import.
- Param in_file_name
Name of XYZ, PTX, or PTS file to import.
- Param in_options
Options controlling the import of the XYZ, PTX, or PTS file (e.g., segment to import into).
- Return
An ImportNotfier object that can be used to query the import progress and status.