Skip to main content
Question

FeatureReader with PointOnAreaPolygon

  • July 13, 2018
  • 1 reply
  • 10 views

sunsilk11
Contributor
Forum|alt.badge.img+6

Hi I have a point (10 million rec) and polygon feature (9000 rec) class in SDE SQL Server 2012. I am using a FeatureReader to read the point fc, following which I need to get count of points within each polygon. This is what I get when I run workspace output doesn't seem correct:

Reader format `GEODATABASE_SDE' does not support querying by spatial predicate, but supports envelope queries. FME will create equivalent results by performing spatial predicate calculations locally. Performance should not be affected.

Any idea?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

andreaatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 444 replies
  • July 13, 2018

Hi @sunsilk11,

The answers on this Q&A; post should give you some ideas as to how you can work around it: https://knowledge.safe.com/questions/60361/does-the-featurereader-spatial-filter-work-on-orac.html

- Andrea