Using Version 1.4 of DS.
At times when I do an intersection with this call:
IFeatureSet secondClip = ifsIncidentCatchments.Intersection(siteDesignArea, FieldJoinType.All, null);
I get this error:
no outgoing dirEdge found [DotSpatial.Topology.coordinate)
Attached are the two files that show the error.
catchment.shp=ifsIncidentCatchments
siteDesignArea.shp=SiteDesignArea
One way to get around this is to slightly buffer the calling FeatureSet (ifsIncidentCatchments) by some random tiny amount and re-doing the intersection.
Comments: ** Comment from web user: mbayles **
At times when I do an intersection with this call:
IFeatureSet secondClip = ifsIncidentCatchments.Intersection(siteDesignArea, FieldJoinType.All, null);
I get this error:
no outgoing dirEdge found [DotSpatial.Topology.coordinate)
Attached are the two files that show the error.
catchment.shp=ifsIncidentCatchments
siteDesignArea.shp=SiteDesignArea
One way to get around this is to slightly buffer the calling FeatureSet (ifsIncidentCatchments) by some random tiny amount and re-doing the intersection.
Comments: ** Comment from web user: mbayles **
Are you saying the geom.buffer does not work for you?