public PolygonGeometry(System.Collections.Generic.IEnumerable <Azure.Core.Spatial.LineGeometry> rings, Azure.Core.Spatial.GeometryProperties properties) : base(default(Azure.Core.Spatial.GeometryProperties))
 {
 }
 public PointGeometry(Azure.Core.Spatial.GeometryPosition position, Azure.Core.Spatial.GeometryProperties properties) : base(default(Azure.Core.Spatial.GeometryProperties))
 {
 }
 public MultiPointGeometry(System.Collections.Generic.IEnumerable <Azure.Core.Spatial.PointGeometry> points, Azure.Core.Spatial.GeometryProperties properties) : base(default(Azure.Core.Spatial.GeometryProperties))
 {
 }
 public LineGeometry(System.Collections.Generic.IEnumerable <Azure.Core.Spatial.GeometryPosition> positions, Azure.Core.Spatial.GeometryProperties properties) : base(default(Azure.Core.Spatial.GeometryProperties))
 {
 }
 protected Geometry(Azure.Core.Spatial.GeometryProperties properties)
 {
 }
 public CollectionGeometry(System.Collections.Generic.IEnumerable <Azure.Core.Spatial.Geometry> geometries, Azure.Core.Spatial.GeometryProperties properties) : base(default(Azure.Core.Spatial.GeometryProperties))
 {
 }