What is the best way to join 2 ArcSDE layers and then add a whereclause on the joined data?
What is the best way to join 2 ArcSDE layers and then add a whereclause on the joined data?
Page 1 / 1
@mapcafe You can use any of the transformers listed in this article, but probably the place to start is FeatureJoiner. For a where, you might be able to use a TestFilter. Otherwise the InlineQuerier