"Inputfile created for zonering"
This commit is contained in:
@@ -3,5 +3,8 @@ namespace FarmmapsHaulmkilling.Models
|
||||
public class Settings
|
||||
{
|
||||
public string CropfieldItemCode { get; set; }
|
||||
public string CropfieldName { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
20
FarmmapsZonering/Models/ZoneringInput.cs
Normal file
20
FarmmapsZonering/Models/ZoneringInput.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace FarmmapsZonering.Models
|
||||
{
|
||||
public class ZoneringInput
|
||||
{
|
||||
public string InputItemOne { get; set; }
|
||||
public string InputItemTwo { get; set; }
|
||||
public string Formula { get; set; }
|
||||
public string OutputFileName { get; set; }
|
||||
public string CropFieldName { get; set; }
|
||||
public string LayerName { get; set; }
|
||||
public string CalculatedQuantity { get; set; }
|
||||
public string CalculatedUnit { get; set; }
|
||||
public bool CreateNewCropfield { get; set; }
|
||||
public int CropYear { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user