geosolutions-it / jai-ext

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

Direct usage of descriptors prevents mixing JAI and JAI-EXT operations #166

Closed aaime closed 6 years ago

aaime commented 6 years ago

jt-warp creates a border operation using the jai-ext BorderDescriptor. In turn this uses a ParameterBlockJAI, which freaks out when border is from JAI, as the nodata parameters are not found. An example of what happens here: https://osgeo-org.atlassian.net/browse/GEOS-8298