| DbGeography Static Property |
Return Type |
DbGeometry Static Property |
Return Type |
| DbGeography.DefaultSrid |
int |
DbGeometry.DefaultSrid |
int
|
|
|
|
|
| DbGeography Static Method |
Return Type |
DbGeometry Static Method |
Return Type |
| DbGeography.FromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.FromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.FromGml(string geographyMarkup, int srid) |
DbGeography |
DbGeometry.FromGml(string geometryMarkup, int srid) |
DbGeometry |
| DbGeography.FromText(string geographyText, int srid) |
DbGeography |
DbGeometry.FromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.GeographyCollectionFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.GeometryCollectionFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.GeographyCollectionFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.GeometryCollectionFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.LineFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.LineFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.LineFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.LineFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.MultilineFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.MultilineFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.MultilineFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.MultilineFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.MultipointFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.MultipointFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.MultipointFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.MultipointFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.MultipolygonFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.MultipolygonFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.MultipolygonFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.MultipolygonFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.Parse(string geographyText) |
DbGeography |
DbGeometry.Parse(string geometryText) |
DbGeometry |
| DbGeography.PointFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.PointFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.PointFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.PointFromText(string geometryText, int srid) |
DbGeometry |
| DbGeography.PolygonFromBinary(byte[] geographyBinary, int srid) |
DbGeography |
DbGeometry.PolygonFromBinary(byte[] geometryBinary, int srid) |
DbGeometry |
| DbGeography.PolygonFromText(string geographyText, int srid) |
DbGeography |
DbGeometry.PolygonFromText(string geometryText, int srid) |
DbGeometry |
|
|
|
|
| DbGeography Instance Property |
Return Type |
DbGeometry Instance Property |
Return Type |
| g.Area |
double? |
g.Area |
double? |
|
|
g.Boundary |
DbGeometry |
|
|
g.Centroid |
DbGeometry |
|
|
g.ConvexHull |
DbGeometry |
| g.Dimension |
int |
g.Dimension |
int |
| g.EndPoint |
DbGeography |
g.EndPoint |
DbGeometry |
|
|
g.Envelope |
DbGeometry |
|
|
g.ExteriorRing |
DbGeometry |
| g.GeometryType |
string |
g.GeometryType |
|
| g.IsClosed |
bool? |
g.IsClosed |
bool? |
| g.IsEmpty |
bool |
g.IsEmpty |
bool |
|
|
g.IsRing |
bool? |
|
|
g.IsSimple |
bool |
|
|
g.IsValid |
bool |
| g.Latitude |
double? |
|
|
| g.Length |
double? |
g.Length |
double? |
| g.Longitude |
double? |
|
|
| g.M |
double? |
g.M |
double? |
| g.NumGeometries |
double? |
g.NumGeometries |
int? |
|
|
g.NumInteriorRing |
int? |
| g.NumPoints |
int? |
g.NumPoints |
int? |
|
|
g.PointOnSurface |
DbGeometry |
| g.ProviderValue |
object |
g.ProviderValue |
object |
| g.Srid |
int |
g.Srid |
int |
| g.StartPoint |
DbGeography |
g.StartPoint |
DbGeometry |
| g.WellKnownValue WellKnownValue |
DbGeographyWellKnownValue |
g.WellKnownValue |
DbGeometryWellKnownValue |
| g.WellKnownValue.Srid |
int |
g.WellKnownValue.Srid |
int |
| g.WellKnownValue.WellKnownBinary |
byte[] |
g.WellKnownValue.WellKnownBinary |
byte[] |
| g.WellKnownValue.WellKnownText |
string |
g.WellKnownValue.WellKnownText |
string |
|
|
g.X |
double? |
|
|
g.Y |
double? |
| g.Z |
double? |
g.Z |
double? |
|
|
|
|
| DbGeography Instance Method |
Return Type |
DbGeometry Instance Method |
Return Type |
| g.AsBinary() |
byte[] |
g.AsBinary() |
byte[] |
| g.AsGml() |
string |
g.AsGml() |
string |
| g.AsText() |
string |
g.AsText() |
string |
| g.Buffer(double distance) |
DbGeography |
g.Buffer(double distance) |
DbGeometry |
|
|
g.Contains(DbGeometry other) |
bool |
|
|
g.Crosses(DbGeometry other) |
bool |
| g.Difference(DbGeography other) |
DbGeography |
g.Difference(DbGeometry other) |
DbGeometry |
| g.Disjoint(DbGeography other) |
bool |
g.Disjoint(DbGeometry other) |
bool |
| g.Distance(DbGeography other) |
double |
g.DistanceDbGeometry other) |
double |
| g.GeometryN(int index) DbGeography |
DbGeography |
g.GeometryN(int index) |
DbGeometry |
|
|
g.InteriorRingN(int index) |
DbGeometry |
| g.Intersection(DbGeography other) |
DbGeography |
g.Intersection(DbGeometry other) |
DbGeometry |
| g.Intersects(DbGeography other) |
bool |
g.Intersects(DbGeometry other) |
bool |
|
|
g.Overlaps(DbGeometry other) |
bool |
| g.PointN(int index) |
DbGeography |
g.PointN(int index) |
DbGeometry |
|
|
g.Relate(DbGeometry other, string matrix) |
bool |
| g.SpatialEquals(DbGeography other) |
bool |
g.SpatialEquals(DbGeometry other) |
bool |
| g.SymmetricDifference(DbGeography other) |
DbGeography |
g.SymmetricDifference(DbGeometry other) |
DbGeometry |
|
|
g.Touches(DbGeometry other) |
bool |
| g.Union(DbGeography other) |
DbGeography |
g.Union(DbGeometry other) |
DbGeometry |
|
|
g.Within(DbGeometry other) |
bool |