| 1144 | } |
| 1145 | |
| 1146 | BOOL LASwriteOpener::format_was_specified() const |
| 1147 | { |
| 1148 | return specified; |
| 1149 | } |
| 1150 | |
| 1151 | static const CHAR* LAS_TOOLS_FORMAT_NAMES[16] = {"las", "las", "laz", "bin", "qi", "wrl", "txt", "shp", |
| 1152 | "ply", "asc", "bil", "flt", "dtm", "json", "xml", "csv"}; |