API / geotoolkit / las / AbstractLasWriter / AbstractLasWriter
las.AbstractLasWriter.AbstractLasWriter
Abstract LAS Writer
AbstractLasWriter
Constructors
Methods
Constructors
• Protected new AbstractLasWriter(options)
| Name | Type |
|---|---|
options | Object |
options.version | string |
Methods
▸ Protected convertSectionToString(section): string
Converts section to string
| Name | Type | Description |
|---|---|---|
section | LasParameterSection | section |
string
▸ Protected Abstract getDataValuesDelimiterSymbol(): string
Gets assigned data values delimiter symbol
string
data values delimiter symbol
▸ getNullValue(): number
Gets null value
number
null value
▸ getVersionSection(): LasVersionSection
Gets version section
version section
▸ getWellSection(): LasWellSection
Gets well section
well section
▸ Abstract 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
▸ Protected saveVersionSection(stream): void
Saves version section
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
void
▸ Protected saveWellSection(stream): void
Saves well section
| Name | Type | Description |
|---|---|---|
stream | IWritable | stream to save file |
void
▸ setNullValue(value): AbstractLasWriter
Sets null value
| Name | Type | Description |
|---|---|---|
value | number | null value |
▸ setVersionSection(versionSection): void
Sets version section
| Name | Type | Description |
|---|---|---|
versionSection | LasVersionSection | version section |
void
▸ setWellSection(wellSection): void
Sets well section to be saved
| Name | Type | Description |
|---|---|---|
wellSection | LasWellSection | well section |
void