Hi,
before actually reading the features from an API, I need to count the number of features that will enter. Based on the number, I need to split the search envelope into smaller pieces.
When using the HTTPCaller, I use following URL:
However, I don't see a way to use a clipping envelope here.
When using the FeatureReader, WFS flavour, it is easy to use the clipping envelope, but I do not see how to enter the parameter resultType=hits.
A possible workaround is to set a Max number of features in the FeatureReader. When that number is achieved, go through a loop until it is lower. However, that means that you actually have to download all the objects and it takes more time.
My preferred solution would be a way to use a search envelope in the HTTPCaller. Any suggestions on how to achieve this?