LinearGenerator.SettingsGroup.json 789 Bytes
Newer Older
1 2 3 4 5 6 7
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "TransectDistance",
8
    "shrotDesc": "The distan",
9 10 11 12
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
13
    "default":     5.0
14 15 16
},
{
    "name":             "Alpha",
17
    "shrotDesc": "Transect angle.",
18 19 20 21 22
    "type":             "double",
    "units":            "Deg",
    "min":              0,
    "max":              180,
    "decimalPlaces":    1,
23
    "default":     0.0
24 25 26
},
{
    "name":             "MinLength",
27
    "shrotDesc": "The minimal transect length.",
28 29 30 31
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
32
    "default":     5.0
33 34 35
}
]
}