Sdílet prostřednictvím


SqlSpatialServices.GetCoordinateSystemId Metoda

Definice

Přetížení

GetCoordinateSystemId(DbGeography)

Vrátí identifikátor souřadnicového systému dané DbGeography hodnoty.

GetCoordinateSystemId(DbGeometry)

Vrátí identifikátor souřadnicového systému dané DbGeometry hodnoty.

GetCoordinateSystemId(DbGeography)

Vrátí identifikátor souřadnicového systému dané DbGeography hodnoty.

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

Parametry

geographyValue
DbGeography

Zeměpisná hodnota.

Návraty

Identifikátor systému souřadnic dané DbGeography hodnoty.

Platí pro

GetCoordinateSystemId(DbGeometry)

Vrátí identifikátor souřadnicového systému dané DbGeometry hodnoty.

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

Parametry

geometryValue
DbGeometry

Hodnota geometrie.

Návraty

Identifikátor systému souřadnic dané DbGeometry hodnoty.

Platí pro