Skip to main content
edited tags
Link
PolyGeo
  • 65.5k
  • 29
  • 115
  • 353
replaced http://gis.stackexchange.com/ with https://gis.stackexchange.com/
Source Link

A similar question was posted herehere, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it).

A similar question was posted here, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it).

A similar question was posted here, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it).

deleted 36 characters in body
Source Link
PolyGeo
  • 65.5k
  • 29
  • 115
  • 353

A similar question was posted here, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it). I'd appreciate any help, thank you!

A similar question was posted here, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it). I'd appreciate any help, thank you!

A similar question was posted here, but I have an additional problem that seems to make the answers there unlikely to work. I am interested in performing a spatial join between point feature class A (target) and point feature class B in order to get the feature in B that is closest to each feature in A. However, I would like it to be the case that a feature in B must be in the same country as feature in A in order for it to be joined. The difficulty, is that the closest feature in B to feature in A may in fact be in a different country, but the next closest feature in B may be in the same country, and this is the feature I'd like to have the spatial join return. While model builder seems to allow me to iterate through selection of one feature class (the "feature selection" iterator), it does not seem to allow me to iterate a feature selection that draws on attributes for two feature classes, so that I could set the country fields equal before performing the spatial join. (I'd like to avoid using python since I don't have any experience with it).

Source Link
Loading