Enumerates all possible filters used when minifying WebGL textures, which takes places when zooming
out of imagery. Provides the possible values for the
ImageryLayer#minificationFilter property.
Members
-
Bi-linear interpolation of image pixels to texture.
-
WebGL
LINEAR_MIPMAP_LINEARinterpolation of image pixels to texture. -
WebGL
LINEAR_MIPMAP_NEARESTinterpolation of image pixels to texture. -
Nearest neighbor sampling of image pixels to texture.
-
WebGL
NEAREST_MIPMAP_LINEARinterpolation of image pixels to texture. -
WebGL
NEAREST_MIPMAP_NEARESTinterpolation of image pixels to texture.
