类 VectorLayerExtention

VectorLayerExtention class

矢量图层扩展。

public static class VectorLayerExtention

方法

名称描述
static AddFeatures(this VectorLayer, IEnumerable<IGeometry>)使用通用列表添加要素。
static AddFeatures<T>(this VectorLayer, List<T>)使用通用列表添加要素。
static GetObjects<T>(this VectorLayer)使用通用列表读取要素。
static ReadFeatures<T>(this VectorLayer)使用通用列表读取要素(与 > 相同)。
static ReadGeometries(this VectorLayer)仅从图层读取几何体。

另见