Share via


DbSpatialServices.GetCoordinateSystemId Método

Definición

Devuelve el identificador del sistema de coordenadas del valor especificado.

Sobrecargas

GetCoordinateSystemId(DbGeography)

Devuelve el identificador del sistema de coordenadas del valor DbGeography especificado.

GetCoordinateSystemId(DbGeometry)

Devuelve el identificador del sistema de coordenadas del valor DbGeometry especificado.

GetCoordinateSystemId(DbGeography)

Devuelve el identificador del sistema de coordenadas del valor DbGeography especificado.

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

Parámetros

geographyValue
DbGeography

Valor de geografía.

Devoluciones

Identificador del sistema de coordenadas del valor DbGeography especificado.

Se aplica a

GetCoordinateSystemId(DbGeometry)

Devuelve el identificador del sistema de coordenadas del valor DbGeometry especificado.

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

Parámetros

geometryValue
DbGeometry

Valor de geometría.

Devoluciones

Identificador del sistema de coordenadas del valor DbGeometry especificado.

Se aplica a