Compartilhar via


SqlSpatialServices.GeographyCollectionFromText(String, Int32) Método

Definição

Cria um novo valor de coleção DbGeography com base no valor de texto conhecido e no SRID (identificador do sistema de coordenadas) especificados.

public override System.Data.Entity.Spatial.DbGeography GeographyCollectionFromText (string geographyCollectionWellKnownText, int coordinateSystemId);
override this.GeographyCollectionFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyCollectionFromText (geographyCollectionWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Parâmetros

geographyCollectionWellKnownText
String

Uma cadeia de caracteres que contém uma representação de texto conhecida do valor de geografia.

coordinateSystemId
Int32

O identificador do sistema de coordenadas que o novo valor DbGeography deve usar.

Retornos

Um novo DbGeography valor conforme definido pelo valor de texto conhecido com o SRID (identificador do sistema de coordenadas) especificado ( DefaultCoordinateSystemId ).

Aplica-se a