@Retention(value=SOURCE)
public static @interface WorldWind.ResamplingMode
Resampling mode indicates the image sampling algorithm used by WorldWind to display images that appear larger or
smaller on screen than their native resolution. Accepted values are WorldWind.BILINEAR and WorldWind.NEAREST_NEIGHBOR.