2020-03-25 16:49:00 +00:00
|
|
|
namespace FarmmapsApiSamples
|
|
|
|
{
|
|
|
|
public static class Constants
|
|
|
|
{
|
|
|
|
public const string USERINPUT_ITEMTYPE = "vnd.farmmaps.itemtype.user.input";
|
|
|
|
public const string GEOTIFF_ITEMTYPE = "vnd.farmmaps.itemtype.geotiff";
|
2020-03-26 08:43:15 +00:00
|
|
|
public const string GEOTIFF_PROCESSED_ITEMTYPE = "vnd.farmmaps.itemtype.geotiff.processed";
|
2020-03-25 16:49:00 +00:00
|
|
|
public const string CROPFIELD_ITEMTYPE = "vnd.farmmaps.itemtype.cropfield";
|
2020-03-25 20:32:28 +00:00
|
|
|
public const string SHAPE_PROCESSED_ITEMTYPE = "vnd.farmmaps.itemtype.shape.processed";
|
2020-03-26 08:43:15 +00:00
|
|
|
public const string SHAPE_ITEMTYPE = "vnd.farmmaps.itemtype.shape";
|
2020-03-25 16:49:00 +00:00
|
|
|
public const string VRANBS_TASK = "vnd.farmmaps.task.vranbs";
|
|
|
|
}
|
|
|
|
}
|