VectorLayer.GeometryType

VectorLayer.GeometryType property

获取图层几何体的类型。

public abstract GeometryType GeometryType { get; }

Property Value

几何体的类型。

异常

异常条件
InvalidOperationException当图层以只写方式打开时抛出。

另见