DbSpatialServices.GeometryMultiPointFromText(String, Int32) 方法

定义

基于指定的已知文本值和坐标系统标识符,创建新的 DbGeometry 多点值。

[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

参数

multiPointWellKnownText
String

已知文本值。

coordinateSystemId
Int32

坐标系统标识符。

返回

一个新的 DbGeometry 多点值。

属性

适用于