Skip to main content
Solved

How to extract Geometry from Oracle Spatial Database for a list of grid tiles


pushpa
Contributor
Forum|alt.badge.img+9

Hi I have a list of grid tiles on Esri shape format. Those tiles are not clustered, tiles can be anywhere in the country. I need to extract geometry within those Tiles, from an Oracle spatial Database

How do I go by without reading all the features on the entire Database?

thanks

Best answer by ebygomm

You can send your shapes to a FeatureReader and choose bounding boxes intersect in the spatialfilter parameter. Make sure you have a spatial index set up on your Oracle table

View original
Did this help you find an answer to your question?

2 replies

ebygomm
Influencer
Forum|alt.badge.img+38
  • Influencer
  • Best Answer
  • August 22, 2019

You can send your shapes to a FeatureReader and choose bounding boxes intersect in the spatialfilter parameter. Make sure you have a spatial index set up on your Oracle table


pushpa
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • August 22, 2019

Nathan, Thanks for sorting out this for me (support over online chat) excellent. FeatureReader Transformer was what I needed. thanks again!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings