Last updated

API / geotoolkit / util / Unit / Unit

Namespace: Unit

util.Unit.Unit

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

represent the name of the unit (example : 'pint') or properties object

Type declaration

NameTypeDescription
a?numberfactor
b?numberfactor
baseunitsymbol?stringrepresents the unit symbol of it's base unit (example for volume, 'm3' can be the base unit)
c?numberfactor
d?numberfactor
description?stringIt represents the description of unit
name?stringrepresent the name of the unit (example : 'pint')
quantitytype?string[]represent the quantity type of the unit like length, time, pressure etc. (example: 'volume')
symbol?stringsymbol to represent the unit (example: 'pt' to represent pint)