Package gov.nasa.worldwind
Annotation Type WorldWind.ResamplingMode
-
@Retention(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 areWorldWind.BILINEAR
andWorldWind.NEAREST_NEIGHBOR
.