Compartir a través de


DbSpatialServices.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 abstract int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Entity.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.

Excepciones

geographyValue es null.

geographyValue no es compatible con esta implementación de servicios espaciales.

Se aplica a

GetCoordinateSystemId(DbGeometry)

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

public abstract int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Entity.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.

Excepciones

geometryValue es null.

geometryValue no es compatible con esta implementación de servicios espaciales.

Se aplica a