API / geotoolkit / las / ParserFactory / ParserFactory
las.ParserFactory.ParserFactory
class to create instances of LAS parsers
Constructors
Methods
Methods
▸ Static detectType(data): number
Detects the type of an LAS file as LAS 2.0 or 3.0 or -1 if neither of two
| Name | Type | Description |
|---|---|---|
data | string | LAS content |
number
▸ Static getParser(data, autoparse?): LasParser
Return parser appropriate parser for LAS content
| Name | Type | Description |
|---|---|---|
data | string | LAS content |
Optional autoparse | boolean | call parse() method |