Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Assistant - Option to specify multiple methods for same featureclass field. #299

Open
WilliamWalker opened this issue Nov 14, 2018 · 2 comments

Comments

@WilliamWalker
Copy link

Perhaps this is already an option, and I have been unable to find it. I have set up INTERSECTING_FEATURES method to run on the same field in a featureclass multiple times. For instance:

  • Table Name: BuildingSpace
  • Field Name: Occupant
  • Value Info: PolygonLayer|Occupant|C|True

And

  • Table Name: BuildingSpace
  • Field Name: Occupant
  • Value Info: PointLayer|Occupant|F|True

Ideally, I would like to see if the centroid of BuildingSpace intersects a feature in PolygonLayer, if so copy values, then see if it intersects PointLayer, and then if so, copy values from the first feature. However, regardless of how the rules appear in DynamicValue table, only one is executed. If one rule is weighted over the other, it appears that the higher weighted rule will run.

@MikeMillerGIS
Copy link
Member

MikeMillerGIS commented Nov 14, 2018 via email

@WilliamWalker
Copy link
Author

Thanks for the reply @MikeMillerGIS. This doesn't appear to work, as the newly created feature's centroid doesn't intersect the PointLayer. If both intersecting features are polygons, and the centroid intersects both, it works as expected. Any other suggestions?

Something like the following would be nice, but after looking at the source, I don't this is possible:

PolygonLayer,PointLayer|Occupant|C,F|True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants