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