SqlSpatialServices.GetCoordinateSystemId Method

 

Returns the coordinate system identifier of the given value.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

NameDescription
System_CAPS_pubmethodGetCoordinateSystemId(DbGeography)

Returns the coordinate system identifier of the given DbGeography value.(Overrides DbSpatialServices.GetCoordinateSystemId(DbGeography).)

System_CAPS_pubmethodGetCoordinateSystemId(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.

public override int GetCoordinateSystemId(
	DbGeography geographyValue
)

Parameters

geographyValue
Type: System.Data.Entity.Spatial.DbGeography

The geography value.

Return Value

Type: System.Int32

The coordinate system identifier of the given DbGeography value.


SqlSpatialServices.GetCoordinateSystemId Method (DbGeometry)

Returns the coordinate system identifier of the given DbGeometry value.

public override int GetCoordinateSystemId(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value.

Return Value

Type: System.Int32

The coordinate system identifier of the given DbGeometry value.