Our RasterLayers on the map seem to employ a Bilinear resampling type by default and we can not figure out how to change this. We are loading a TIFF straight from file as a Raster with no additional rendering or settings. The loaded raster blurs and shifts as you zoom in due to what seems to be bilinear resampling of the data.
We assume this is the case because when we load the same exact file into ArcPro, the observed behavior in the Maps SDK mimics that of a bilinear resampling type.
For our purposes, we exclusively want Nearest Neighbor resampling. We need the fixed, well-defined edges that you get from nearest neighbor resampling.
Is there any setting/hack we can implement to force nearest neighbor? Or a property we can set on our TIFFs to change the default? I've seen some solutions on this forum use AppContext switches for very specific issues. Is there potentially a switch that will help us?