Udostępnij za pośrednictwem


DbSpatialServices.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 abstract int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetCoordinateSystemId : System.Data.Entity.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.

Wyjątki

geographyValue ma wartość null.

geographyValue jest niezgodny z tą implementacją usług przestrzennych.

Dotyczy

GetCoordinateSystemId(DbGeometry)

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

public abstract int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetCoordinateSystemId : System.Data.Entity.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.

Wyjątki

geometryValue ma wartość null.

geometryValue jest niezgodny z tą implementacją usług przestrzennych.

Dotyczy