API / geotoolkit / util / Unit / Unit
Type Aliases
Type Aliases
Ƭ Options: Object
represent the name of the unit (example : 'pint') or properties object
| Name | Type | Description |
|---|---|---|
a? | number | factor |
b? | number | factor |
baseunitsymbol? | string | represents the unit symbol of it's base unit (example for volume, 'm3' can be the base unit) |
c? | number | factor |
d? | number | factor |
description? | string | It represents the description of unit |
name? | string | represent the name of the unit (example : 'pint') |
quantitytype? | string[] | represent the quantity type of the unit like length, time, pressure etc. (example: 'volume') |
symbol? | string | symbol to represent the unit (example: 'pt' to represent pint) |