Zum Hauptinhalt gehen

Intersect Task Results

Kommentare

1 Kommentar

  • Permanently deleted user
    Hi,

     

    I’m not a wizard on those things but what I know is that ESRI ArcGIS API has a couple of ways to intend an intersection: interior intersection (where Geometries intersect excluding boundary touch) and intersection (Geometry interiors intersect or boundaries touch, same as 'not disjoint')

     

    I’m not sure which one the Geocortex Intersect task implements but how geometries of your scenario look like? Can you exclude that they have at least one point in common?

     

    To exclude that that’s the problem you could replace the intersect task with a query task and use “Spatial Relationship” parameter to specify the type of intersection that you are looking for (ESRI.ArcGIS.Client.Tasks.SpatialRelationship.esriSpatialRelTouches or ESRI.ArcGIS.Client.Tasks.SpatialRelationship.esriSpatialRelIntersects or other that you think appropriate) to try to understand  where the “problem” stands …

     

    I hope this helps

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.