Exemple #1
0
 public override int GetDimension(DbGeometry geometryValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #2
0
 public override DbGeometry GetEnvelope(DbGeometry geometryValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #3
0
 public override DbGeometry GeometryCollectionFromBinary(
     byte[] geometryBinary,
     int spatialReferenceSystemId)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #4
0
 public override DbGeometry GeometryCollectionFromText(
     string geometryText,
     int spatialReferenceSystemId)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #5
0
 public override DbGeometry Buffer(DbGeometry geometryValue, double distance)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #6
0
 public override DbGeography GeographyMultiLineFromText(
     string geographyText,
     int spatialReferenceSystemId)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #7
0
 public override bool?GetIsClosed(DbGeography geographyValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #8
0
 public override bool Overlaps(DbGeometry geometryValue, DbGeometry otherGeometry)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #9
0
 public override DbGeography SymmetricDifference(
     DbGeography geographyValue,
     DbGeography otherGeography)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #10
0
 public override DbGeography GetEndPoint(DbGeography geographyValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #11
0
 public override DbGeography Union(
     DbGeography geographyValue,
     DbGeography otherGeography)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #12
0
 public override bool Intersects(DbGeography geographyValue, DbGeography otherGeography)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #13
0
 public override DbGeography GeographyMultiPolygonFromText(
     string multiPolygonKnownText,
     int spatialReferenceSystemId)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #14
0
 public override string GetSpatialTypeName(DbGeometry geometryValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #15
0
 public override int?GetPointCount(DbGeography geographyValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #16
0
 public override bool GetIsValid(DbGeometry geometryValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #17
0
 public override DbGeography PointAt(DbGeography geographyValue, int index)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #18
0
 public override bool Relate(DbGeometry geometryValue, DbGeometry otherGeometry, string matrix)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #19
0
 public override double?GetArea(DbGeography geographyValue)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #20
0
 public override double Distance(DbGeometry geometryValue, DbGeometry otherGeometry)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }
Exemple #21
0
 public override DbGeography GeographyMultiPolygonFromBinary(
     byte[] geographyBinary,
     int spatialReferenceSystemId)
 {
     throw DefaultSpatialServices.SpatialServicesUnavailable();
 }