Solved
Is it possible to use the function "intersect" of a FeatureReader with raster data?
Best answer by gio
It will not clip an area out of a raster.
Intersect is a relational query wich will result in reading all rasters crossing initiator boundary.
When selecting a raster by using intersect trough a feature reader, you probably still wil want to reduce it to the BB of your initiator. Wich means clipping. (creating a smaller rectangular object..)
Wich is wastefull; select raster by extracting its rasterextent (RasterExtenCoercer), then intersect wiht your area of interest. Then select raster by attribute (name) and clipp it. Much faster.
Selecting by feature reader is slow (for ecw's at least)
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.