SqlSpatialServices.GetCoordinateSystemId Method
Returns the coordinate system identifier of the given value.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() | GetCoordinateSystemId(DbGeography) | Returns the coordinate system identifier of the given DbGeography value.(Overrides DbSpatialServices.GetCoordinateSystemId(DbGeography).) |
![]() | GetCoordinateSystemId(DbGeometry) | Returns the coordinate system identifier of the given DbGeometry value.(Overrides DbSpatialServices.GetCoordinateSystemId(DbGeometry).) |
SqlSpatialServices.GetCoordinateSystemId Method (DbGeography)
Returns the coordinate system identifier of the given DbGeography value.
Parameters
- geographyValue
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value.
SqlSpatialServices.GetCoordinateSystemId Method (DbGeometry)
Returns the coordinate system identifier of the given DbGeometry value.
Parameters
- geometryValue
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value.