/// <summary>
 /// Constructs a SqlGeographyBuilder object.
 /// </summary>
 public SqlGeographyBuilder()
 {
     _builder = new ShapeDataBuilder()
     {
         GeoType = "Geography"
     };
 }
 /// <summary>
 /// Constructs a <see cref="SqlGeometryBuilder"/> object.
 /// </summary>
 public SqlGeometryBuilder()
 {
     _builder = new ShapeDataBuilder();
 }
 public SqlGeographyBuilder()
 {
     _builder = new ShapeDataBuilder();
 }