API / geotoolkit / las / Las30Writer / Las30Writer
las.Las30Writer.Las30Writer
LAS writer for LAS version 3.0
↳
Las30Writer
Constructors
Methods
Constructors
• new Las30Writer(options?)
Constructor
| Name | Type | Description |
|---|---|---|
Optional options | Options | options |
AbstractLasWriter.constructor
Methods
▸ Protected convertSectionToString(section): string
Converts section to string
| Name | Type | Description |
|---|---|---|
section | LasParameterSection | section |
string
AbstractLasWriter.convertSectionToString
▸ getClassName(): string
string
▸ Protected getDataValuesDelimiterSymbol(): string
Gets assigned data values delimiter symbol
string
data values delimiter symbol
AbstractLasWriter.getDataValuesDelimiterSymbol
▸ getNullValue(): number
Gets null value
number
null value
AbstractLasWriter.getNullValue
▸ getVersionSection(): LasVersionSection
Gets version section
version section
AbstractLasWriter.getVersionSection
▸ getWellSection(): LasWellSection
Gets well section
well section
AbstractLasWriter.getWellSection
▸ save(stream): void
Save
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
void
▸ Protected saveParameterSection(stream, parameterSection): void
Saves parameter section
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
parameterSection | LasParameterSection |
void
AbstractLasWriter.saveParameterSection
▸ Protected saveVersionSection(stream): void
Saves version section
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
void
AbstractLasWriter.saveVersionSection
▸ Protected saveWellSection(stream): void
Saves well section
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
void
AbstractLasWriter.saveWellSection
▸ setDataSectionGroup(dataSectionGroup): void
Sets data section group. The method either adds up the group to internal map if the map doesn't contain a group with the group's name or, otherwise, replaces existing one
| Name | Type | Description |
|---|---|---|
dataSectionGroup | LasSectionGroup | data section group |
void
▸ setDataValuesDelimiter(dataValuesDelimiterName, description?): void
Sets values delimiter name for data section
| Name | Type | Description |
|---|---|---|
dataValuesDelimiterName | DataValuesDelimiterName | delimiter name |
Optional description | string |
void
▸ setNullValue(value): Las30Writer
Sets null value
| Name | Type | Description |
|---|---|---|
value | number | null value |
AbstractLasWriter.setNullValue
▸ setVersionSection(versionSection): void
Sets version section
| Name | Type | Description |
|---|---|---|
versionSection | LasVersionSection | version section |
void
AbstractLasWriter.setVersionSection
▸ setWellSection(wellSection): void
Sets well section to be saved
| Name | Type | Description |
|---|---|---|
wellSection | LasWellSection | well section |
void
AbstractLasWriter.setWellSection
▸ Static getClassName(): string
string