Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gis objects cleaning #181

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
15 changes: 0 additions & 15 deletions src/Speckle.Objects/GIS/CRS.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Speckle.Objects/GIS/GisMultipatchFeature.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/Speckle.Objects/GIS/GisMultipatchGeometry.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/Speckle.Objects/GIS/GisNonGeometricFeature.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Speckle.Objects/GIS/GisPointFeature.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/Speckle.Objects/GIS/GisPolygonFeature.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Speckle.Objects/GIS/GisPolylineFeature.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/Speckle.Objects/GIS/PolygonGeometry.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/Speckle.Objects/GIS/PolygonGeometry3d.cs

This file was deleted.

52 changes: 0 additions & 52 deletions src/Speckle.Objects/GIS/RasterElement.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Speckle.Objects/GIS/RasterLayer.cs

This file was deleted.

20 changes: 0 additions & 20 deletions src/Speckle.Objects/GIS/VectorLayer.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Speckle.Objects/Interfaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ public interface IDisplayValue<out T> : ISpeckleObject

#endregion

#region GIS
public interface IGisFeature : ISpeckleObject
{
Base attributes { get; set; }
}

#endregion

#region Data objects

/// <summary>
Expand Down
Loading