CircularSurvey.SettingsGroup.json 1.06 KB
Newer Older
1 2
[
{
3 4
    "name":             "TransectDistance",
    "shortDescription": "The distance between transects.",
5 6 7 8
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
9
    "defaultValue":     20.0
10 11
},
{
12 13
    "name":             "Alpha",
    "shortDescription": "Angle discretisation or transect angle (depending on type).",
14 15
    "type":             "double",
    "units":            "Deg",
16 17
    "min":              0,
    "max":              180,
18
    "decimalPlaces":    1,
19
    "defaultValue":     5.0
20 21
},
{
22 23
    "name":             "MinLength",
    "shortDescription": "The minimal transect length.",
24 25 26 27 28
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
29 30
},
{
31 32 33
    "name":             "Type",
    "shortDescription": "Survey Type.",
    "type":             "uint64",
34 35 36 37 38 39
    "defaultValue":     0
},
{
    "name":             "Variant",
    "shortDescription": "Route variant.",
    "type":             "uint64",
40
    "defaultValue":     0
41 42
}
]