VectorLayerExtention.AddFeatures
VectorLayerExtention.AddFeatures<T> method
Add Features using generic list.
public static void AddFeatures<T>(this VectorLayer layer, List<T> featuresData)
where T : new()
Parameter | Description |
---|---|
T | The Generic Type. |
layer | The Layer to add. |
featuresData | Input data. |
See Also
- class VectorLayer
- class VectorLayerExtention
- namespace Aspose.Gis.GeoTools.Extensions
- assembly Aspose.GIS