VectorLayerExtention.ReadGeometries

VectorLayerExtention.ReadGeometries method

Read only geometries from layer.

public static IEnumerable<IGeometry> ReadGeometries(this VectorLayer layer)
ParameterTypeDescription
layerVectorLayerThe Layer to read.

Return Value

The features.

See Also