API / geotoolkit / las / LasComments / LasComments
las.LasComments.LasComments
Comments in LAS file
Constructors
Constructors
• new LasComments(sectionName)
Constructor
| Name | Type | Description |
|---|---|---|
sectionName | string | section name |
Methods
▸ addComment(position, comment): LasComments
Adds comment
| Name | Type | Description |
|---|---|---|
position | number | position |
comment | string | comment |
▸ empty(): boolean
Gets if there are no eny comments
boolean
▸ getClassName(): string
string
▸ getComment(position): string
Gets comments
| Name | Type | Description |
|---|---|---|
position | number | position |
string
▸ getMaxPosition(): number
Returns max position
number
▸ getMinPosition(): number
Returns min pisition
number
▸ getSectionName(): string
Gets section name if any
string
▸ Static getClassName(): string
string