示例#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();
 }