Compartir a través de


DbSpatialServices.GeometryMultiPointFromText(String, Int32) Método

Definición

Crea un nuevo valor multipunto DbGeometry basado en el valor de texto conocido y el identificador del sistema de coordenadas especificados.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
public abstract System.Data.Entity.Spatial.DbGeometry GeometryMultiPointFromText (string multiPointWellKnownText, int coordinateSystemId);
abstract member GeometryMultiPointFromText : string * int -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GeometryMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeometry

Parámetros

multiPointWellKnownText
String

Valor de texto conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipunto DbGeometry.

Atributos

Se aplica a