DbSpatialServices.GetCoordinateSystemId Method

Definition

Returns the coordinate system identifier of the given value.

Overloads

GetCoordinateSystemId(DbGeography)

Returns the coordinate system identifier of the given DbGeography value.

GetCoordinateSystemId(DbGeometry)

Returns the coordinate system identifier of the given DbGeometry value.

GetCoordinateSystemId(DbGeography)

Returns the coordinate system identifier of the given DbGeography value.

public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int GetCoordinateSystemId (System.Data.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeography -> int
Public MustOverride Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer

Parameters

geographyValue
DbGeography

The geography value.

Returns

The coordinate system identifier of the given DbGeography value.

Applies to

GetCoordinateSystemId(DbGeometry)

Returns the coordinate system identifier of the given DbGeometry value.

public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int GetCoordinateSystemId (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeometry -> int
Public MustOverride Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer

Parameters

geometryValue
DbGeometry

The geometry value.

Returns

The coordinate system identifier of the given DbGeometry value.

Applies to