API / geotoolkit / las / Las30StringFormat / Las30StringFormat
las.Las30StringFormat.Las30StringFormat
Defines a class for string values LAS3.0-formatting
↳
Las30StringFormat
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
format | string | String format |
Methods
▸ clone(): Format
All inheritors should implement copy constructor or provide custom implementation for this method
clone
▸ Protected copyConstructor(src): Las30StringFormat
copy constructor
| Name | Type | Description |
|---|---|---|
src | Las30StringFormat | Source to copy from |
this
▸ format(value): string
Formats value to string
| Name | Type | Description |
|---|---|---|
value | string | value to be formatted |
string
▸ getClassName(): string
string
▸ getProperties(): Options
Gets all the properties pertaining to this object
▸ setProperties(properties?): Las30StringFormat
Sets properties
| Name | Type | Description |
|---|---|---|
Optional properties | Options | properties pertaining to this object |
▸ Static getClassName(): string
string
▸ Static getInstance(): Las30StringFormat
Return instance of the format
instance of the format