Udostępnij za pośrednictwem


DbSpatialServices.GetCoordinateSystemId Metoda

Definicja

Zwraca identyfikator systemu współrzędnych danej wartości.

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:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int GetCoordinateSystemId (System.Data.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeography -> int
Public MustOverride 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:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int GetCoordinateSystemId (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeometry -> int
Public MustOverride Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer

Parametry

geometryValue
DbGeometry

Wartość geometryczna.

Zwraca

Identyfikator systemu współrzędnych danej DbGeometry wartości.

Dotyczy