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