VectorLayerExtention.ReadFeatures
VectorLayerExtention.ReadFeatures<T> method
Read Features using generic list (the same as >).
public static List<T> ReadFeatures<T>(this VectorLayer layer)
where T : new()
| Parameter | Description |
|---|---|
| T | The Generic Type. |
| layer | The Layer to read. |
Return Value
The features.
See Also
- class VectorLayer
- class VectorLayerExtention
- namespace Aspose.Gis.GeoTools.Extensions
- assembly Aspose.GIS