Udostępnij przez


SqlSpatialServices.GetDimension Metoda

Definicja

Przeciążenia

GetDimension(DbGeography)

Pobiera wymiar danej DbGeography wartości lub, jeśli wartość jest kolekcjami, największy wymiar elementu.

GetDimension(DbGeometry)

Pobiera wymiar danej DbGeometry wartości lub, jeśli wartość jest kolekcjami, największy wymiar elementu.

GetDimension(DbGeography)

Pobiera wymiar danej DbGeography wartości lub, jeśli wartość jest kolekcjami, największy wymiar elementu.

public override int GetDimension(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetDimension : System.Data.Entity.Spatial.DbGeography -> int
Public Overrides Function GetDimension (geographyValue As DbGeography) As Integer

Parametry

geographyValue
DbGeography

Wartość geografii, dla której ma zostać pobrana wartość wymiaru.

Zwraca

Wymiar geographyValue lub największy wymiar elementu, jeśli DbGeography jest kolekcją.

Dotyczy

GetDimension(DbGeometry)

Pobiera wymiar danej DbGeometry wartości lub, jeśli wartość jest kolekcjami, największy wymiar elementu.

public override int GetDimension(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetDimension : System.Data.Entity.Spatial.DbGeometry -> int
Public Overrides Function GetDimension (geometryValue As DbGeometry) As Integer

Parametry

geometryValue
DbGeometry

Wartość geometryczna, dla której ma zostać pobrana wartość wymiaru.

Zwraca

Wymiar geometryValue lub największy wymiar elementu, jeśli DbGeometry jest kolekcją.

Dotyczy