Udostępnij przez


SqlSpatialServices.GetCoordinateSystemId Metoda

Definicja

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.

Dotyczy