DotSpatial.Data.FeatureSetExt.Intersection - sindizzy/DSW GitHub Wiki
Syntax
| Intersection(DotSpatial.Data.IFeatureSet self, DotSpatial.Data.IFeatureSet other, DotSpatial.Data.FieldJoinType joinType, DotSpatial.Data.IProgressHandler progHandler) |
Summary
| This tests each feature of the input |
| Name | Description |
|---|---|
| self | This featureSet |
| other | The featureSet to perform intersection with |
| joinType | The attribute join type |
| progHandler | A progress handler for status messages |
Returns
An IFeatureSet with the intersecting features, broken down based on the join Type