SqlSpatialServices.GetCoordinateSystemId Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| GetCoordinateSystemId(DbGeography) |
Zwraca identyfikator systemu współrzędnych danej DbGeography wartości. |
| GetCoordinateSystemId(DbGeometry) |
Zwraca identyfikator systemu współrzędnych danej DbGeometry wartości. |
GetCoordinateSystemId(DbGeography)
Zwraca identyfikator systemu współrzędnych danej DbGeography wartości.
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
Wartość geografii.
Zwraca
Identyfikator systemu współrzędnych danej DbGeography wartości.
Dotyczy
GetCoordinateSystemId(DbGeometry)
Zwraca identyfikator systemu współrzędnych danej DbGeometry wartości.
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
Wartość geometryczna.
Zwraca
Identyfikator systemu współrzędnych danej DbGeometry wartości.