Compartir a través de


DbSpatialServices.GetSpatialTypeName Método

Definición

Sobrecargas

GetSpatialTypeName(DbGeography)

Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado.

GetSpatialTypeName(DbGeometry)

Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado.

GetSpatialTypeName(DbGeography)

Devuelve un valor que indica el nombre de tipo espacial del valor DbGeography determinado.

public abstract string GetSpatialTypeName (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetSpatialTypeName : System.Data.Entity.Spatial.DbGeography -> string
Public MustOverride Function GetSpatialTypeName (geographyValue As DbGeography) As String

Parámetros

geographyValue
DbGeography

Valor de geografía.

Devoluciones

El nombre de tipo espacial del valor DbGeography determinado.

Excepciones

geographyValue es null.

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

Se aplica a

GetSpatialTypeName(DbGeometry)

Devuelve un valor que indica el nombre de tipo espacial del valor DbGeometry determinado.

public abstract string GetSpatialTypeName (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetSpatialTypeName : System.Data.Entity.Spatial.DbGeometry -> string
Public MustOverride Function GetSpatialTypeName (geometryValue As DbGeometry) As String

Parámetros

geometryValue
DbGeometry

Valor de geometría.

Devoluciones

El nombre de tipo espacial del valor DbGeometry determinado.

Excepciones

geometryValue es null.

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

Se aplica a