API / geotoolkit / las / Las30IntegerFormat / Las30IntegerFormat
las.Las30IntegerFormat.Las30IntegerFormat
Defines a class for integer values LAS3.0-formatting
↳
Las30IntegerFormat
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
format | string | Integer format |
Methods
▸ clone(): Format
All inheritors should implement copy constructor or provide custom implementation for this method
clone
▸ Protected copyConstructor(src): Las30IntegerFormat
copy constructor
| Name | Type | Description |
|---|---|---|
src | Las30IntegerFormat | 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?): Las30IntegerFormat
Sets properties
| Name | Type | Description |
|---|---|---|
Optional properties | Options | properties pertaining to this object |
▸ Static getClassName(): string
string
▸ Static getInstance(): Las30IntegerFormat
Return instance of the format
instance of the format