Feature.Geometry
Feature.Geometry property
获取或设置要素的几何形状。不能为 null,使用 Null 表示缺失的几何形状。
public IGeometry Geometry { get; set; }
异常
| 异常 | 条件 |
|---|---|
| ArgumentNullException | 该值为 null。 |
另见
- interface IGeometry
- class Feature
- namespace Aspose.Gis
- assembly Aspose.GIS
获取或设置要素的几何形状。不能为 null,使用 Null 表示缺失的几何形状。
public IGeometry Geometry { get; set; }
| 异常 | 条件 |
|---|---|
| ArgumentNullException | 该值为 null。 |