Message 1 of 2
Setting units on RCProjectImporter without coordinate system
Not applicable
09-13-2018
04:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
RCProjectImporter seems to default to meters when creating .rcs point clouds from .las files, regardless of the units set on the original .las files. It was suggested to me that I could control this behavior by passing a targetCoordianteSystem to the RCImportFilesSettings struct associated with the call to RCProjectImporter::importFiles(). However we work with a number of .las files in a custom coordinate system that has no associated EPSG code that we can convert into an ADSK code. Is there any way that we can set the output units of the .rcs files in a way other than implicitly via the targetCoordianteSystem; or alternatively is there a way to generate a "dummy" ADSK targetCoordinateSystem that encodes unit information but nothing else?