Skip to main content

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

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


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


Reply