Class VectorLayerExtention

VectorLayerExtention class

Vector Layer Extention.

public static class VectorLayerExtention

Methods

NameDescription
static AddFeatures(this VectorLayer, IEnumerable<IGeometry>)Add Features using generic list.
static AddFeatures<T>(this VectorLayer, List<T>)Add Features using generic list.
static GetObjects<T>(this VectorLayer)Read Features using generic list.
static ReadFeatures<T>(this VectorLayer)Read Features using generic list (the same as >).
static ReadGeometries(this VectorLayer)Read only geometries from layer.

See Also