forked from FarmMaps/FarmMapsApiClient
kleine update zonering
This commit is contained in:
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; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user