Compartilhar via


SqlSpatialServices.CreateWellKnownValue Método

Definição

Sobrecargas

CreateWellKnownValue(DbGeometry)

Cria uma instância de DbGeometryWellKnownValue que representa o valor DbGeometry especificado usando um ou ambos os formatos espaciais padrão conhecidos.

CreateWellKnownValue(DbGeography)

Cria uma instância de DbGeographyWellKnownValue que representa o valor DbGeography especificado usando um ou ambos os formatos espaciais padrão conhecidos.

CreateWellKnownValue(DbGeometry)

Cria uma instância de DbGeometryWellKnownValue que representa o valor DbGeometry especificado usando um ou ambos os formatos espaciais padrão conhecidos.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExceptionsCorrectly")]
public override System.Data.Entity.Spatial.DbGeometryWellKnownValue CreateWellKnownValue (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.CreateWellKnownValue : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometryWellKnownValue
Public Overrides Function CreateWellKnownValue (geometryValue As DbGeometry) As DbGeometryWellKnownValue

Parâmetros

geometryValue
DbGeometry

O valor de geometria.

Retornos

A representação conhecida de geometryValue, como um novo DbGeometryWellKnownValue .

Atributos

Aplica-se a

CreateWellKnownValue(DbGeography)

Cria uma instância de DbGeographyWellKnownValue que representa o valor DbGeography especificado usando um ou ambos os formatos espaciais padrão conhecidos.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2208:InstantiateArgumentExceptionsCorrectly")]
public override System.Data.Entity.Spatial.DbGeographyWellKnownValue CreateWellKnownValue (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.CreateWellKnownValue : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeographyWellKnownValue
Public Overrides Function CreateWellKnownValue (geographyValue As DbGeography) As DbGeographyWellKnownValue

Parâmetros

geographyValue
DbGeography

O valor de geografia.

Retornos

A representação conhecida de geographyValue, como um novo DbGeographyWellKnownValue .

Atributos

Aplica-se a