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