https://cgi-italy.github.io/insula/schemas/v1.2.0/common/vector-feature-property.schema.json#/$defs/numericProperty/properties/domain
Definition of a numeric variable domain
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | vector-feature-property.schema.json* |
object
(Numeric domain)
{
"min": 0,
"max": 100,
"step": 1,
"noData": -1
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
min | number |
Optional | cannot be null | Dataset variable domain |
max | number |
Optional | cannot be null | Dataset variable domain |
noData | number |
Optional | cannot be null | Dataset variable domain |
step | number |
Optional | cannot be null | Dataset variable domain |
scale | number |
Optional | cannot be null | Dataset variable domain |
offset | number |
Optional | cannot be null | Dataset variable domain |
reservedValues | object |
Optional | cannot be null | Dataset variable domain |
The data domain minimum value
min
is optional
Type: number
(Min domain value)
cannot be null
defined in: Dataset variable domain
number
(Min domain value)
The data domain maximum value
max
is optional
Type: number
(Max domain value)
cannot be null
defined in: Dataset variable domain
number
(Max domain value)
The data domain no data value
noData
is optional
Type: number
(Domain no data value)
cannot be null
defined in: Dataset variable domain
number
(Domain no data value)
The data domain step value (discrete domain)
step
is optional
Type: number
(Domain step)
cannot be null
defined in: Dataset variable domain
number
(Domain step)
The scale to apply to the raw values
scale
is optional
Type: number
(Domain scale)
cannot be null
defined in: Dataset variable domain
number
(Domain scale)
The default value is:
1
The offset to apply to the raw values
offset
is optional
Type: number
(Domain offset)
cannot be null
defined in: Dataset variable domain
number
(Domain offset)
Reserved values with special meaning
reservedValues
is optional
Type: object
(Domain reserved values)
cannot be null
defined in: Dataset variable domain
object
(Domain reserved values)