Created separate project for areaConversion VRA poten
Updated VRA poten sample code
This commit is contained in:
27
FarmmapsPoten_AVRapi/Models/PotenInputAVR.cs
Normal file
27
FarmmapsPoten_AVRapi/Models/PotenInputAVR.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace FarmmapsPoten_AVRapi.Models
|
||||
{
|
||||
public class PotenInputAVR
|
||||
{
|
||||
public string File { get; set; }
|
||||
public string OutputFileName { get; set; }
|
||||
public string FieldName { get; set; }
|
||||
public int PlantingYear { get; set; }
|
||||
public string MeanDensity { get; set; }
|
||||
public string Variation { get; set; }
|
||||
public bool UseShadow { get; set; }
|
||||
public bool ConvertToCountPerArea { get; set; }
|
||||
public string Rijbreedte_m { get; set; }
|
||||
public JObject GeometryJson { get; set; }
|
||||
|
||||
public bool GenerateTaskmap { get; set; }
|
||||
public string CellWidth { get; set; }
|
||||
public string CellHeight { get; set; }
|
||||
public JObject StartPoint { get; set; }
|
||||
public JObject EndPoint { get; set; }
|
||||
public string Angle { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user