SqlSpatialServices.GetCoordinateSystemId Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Entity Framework