Skip to content

Commit

Permalink
Added Geometry to IStacItem
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Sep 30, 2020
1 parent 245095f commit 5fda0e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DotNetStac/IStacItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using GeoJSON.Net.Geometry;
using Stac.Item;

namespace Stac
Expand All @@ -8,5 +9,7 @@ public interface IStacItem : IStacObject
IDictionary<string, StacAsset> Assets { get; }

Itenso.TimePeriod.ITimePeriod DateTime { get; }

IGeometryObject Geometry { get; }
}
}

0 comments on commit 5fda0e3

Please sign in to comment.