Compartir a través de


SqlSpatialServices.GetCoordinateSystemId Método

Definición

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 override int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeography -> int
Public Overrides 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 override int GetCoordinateSystemId(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeometry -> int
Public Overrides 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