kleine update zonering
This commit is contained in:
parent
59bde76903
commit
ab9a23221f
14
FarmmapsZonering/Models/ZoneringInput.cs
Normal file
14
FarmmapsZonering/Models/ZoneringInput.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using System;
|
||||||
|
using Newtonsoft.Json.Linq;
|
||||||
|
|
||||||
|
namespace FarmmapsZonering {
|
||||||
|
public class ZoneringInput {
|
||||||
|
public bool UseShadow { get; set; }
|
||||||
|
|
||||||
|
public string File { get; set; }
|
||||||
|
public string OutputFileName { get; set; }
|
||||||
|
public string FieldName { get; set; }
|
||||||
|
public JObject GeometryJson { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user