Geometry.FromText
FromText(string)
从其 Well-Known Text 表示中创建几何体。
public static IGeometry FromText(string wkt)
范围 | 类型 | 描述 |
---|---|---|
wkt | String | 几何图形的众所周知的文本表示。 |
返回值
由参数表示的几何。
例外
例外 | (健康)状况 |
---|---|
ArgumentNullException | 参数为空。 |
NotSupportedException | 参数表示不支持类型的几何图形。 |
FormatException | 参数不是有效的 Well-Known Text。 |
也可以看看
- interface IGeometry
- class Geometry
- 命名空间 Aspose.Gis.Geometries
- 部件 Aspose.GIS
FromText(string, SpatialReferenceSystem)
从其 Well-Known Text 表示中创建几何体。
public static IGeometry FromText(string wkt, SpatialReferenceSystem spatialReferenceSystem)
范围 | 类型 | 描述 |
---|---|---|
wkt | String | 几何图形的众所周知的文本表示。 |
spatialReferenceSystem | SpatialReferenceSystem | 要分配给几何体的空间参考系。 |
返回值
由参数表示的几何。
例外
例外 | (健康)状况 |
---|---|
ArgumentNullException | 参数为空。 |
NotSupportedException | 参数表示不支持类型的几何图形。 |
FormatException | 参数不是有效的 Well-Known Text。 |
也可以看看
- interface IGeometry
- class SpatialReferenceSystem
- class Geometry
- 命名空间 Aspose.Gis.Geometries
- 部件 Aspose.GIS