DbSpatialServices.GetCoordinateSystemId Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen değerin koordinat sistemi tanımlayıcısını döndürür.
Aşırı Yüklemeler
GetCoordinateSystemId(DbGeography) |
Verilen DbGeography değerin koordinat sistemi tanımlayıcısını döndürür. |
GetCoordinateSystemId(DbGeometry) |
Verilen DbGeometry değerin koordinat sistemi tanımlayıcısını döndürür. |
GetCoordinateSystemId(DbGeography)
Verilen DbGeography değerin koordinat sistemi tanımlayıcısını döndürür.
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
Parametreler
- geographyValue
- DbGeography
Coğrafya değeri.
Döndürülenler
Verilen DbGeography değerin koordinat sistemi tanımlayıcısı.
Şunlara uygulanır
GetCoordinateSystemId(DbGeometry)
Verilen DbGeometry değerin koordinat sistemi tanımlayıcısını döndürür.
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
Parametreler
- geometryValue
- DbGeometry
Geometri değeri.
Döndürülenler
Verilen DbGeometry değerin koordinat sistemi tanımlayıcısı.