Sdílet prostřednictvím


DbSpatialServices.GeometryCollectionFromText(String, Int32) Metoda

Definice

Vytvoří novou DbGeometry hodnotu kolekce na základě zadané dobře známé textové hodnoty a identifikátoru systému souřadnic (SRID).

public:
 abstract System::Data::Spatial::DbGeometry ^ GeometryCollectionFromText(System::String ^ geometryCollectionWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeometry GeometryCollectionFromText (string geometryCollectionWellKnownText, int coordinateSystemId);
abstract member GeometryCollectionFromText : string * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function GeometryCollectionFromText (geometryCollectionWellKnownText As String, coordinateSystemId As Integer) As DbGeometry

Parametry

geometryCollectionWellKnownText
String

Řetězec, který obsahuje dobře známé textové vyjádření hodnoty geometrie.

coordinateSystemId
Int32

Identifikátor souřadnicového systému, který má nová DbGeometry hodnota použít.

Návraty

Nová DbGeometry hodnota definovaná známou textovou hodnotou se zadaným identifikátorem systému souřadnic (SRID) (DefaultCoordinateSystemId).

Výjimky

geometryCollectionWellKnownText

coordinateSystemId

Platí pro