VectorLayerExtention.GetObjects
VectorLayerExtention.GetObjects<T> method
Read Features using generic list.
public static List<T> GetObjects<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