namespace MikeSheInOpenDA.Spatial { public enum GeometryTypes { /// /// For dfs3 SZ and UZ /// Geometry3DSZ, /// /// For dfs2 BaseGrid /// Geometry2D, /// /// For dfs0 - Point based Time series /// GeometryPoint, /// /// For 3D UZ grid (such as used for soil moisture content) /// Geometry3DUZ } }