geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
90 stars 38 forks source link

#231: Warp ROI intersection check improvement #232

Closed dromagnoli closed 5 years ago

dromagnoli commented 5 years ago

I have also moved some intersection computations on inner else so that roi.intersect is only computed when the intersection result is actually needed.