Class VectorLayerExtention
VectorLayerExtention class
Vector Layer Extention.
public static class VectorLayerExtention
Methods
| Name | Description |
|---|---|
| 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
- namespace Aspose.Gis.GeoTools.Extensions
- assembly Aspose.GIS