JAXA Earth API for JavaScript
    Preparing search index...

    Enumeration Resampling

    One of the options for specifying the resampling method.

    Index

    Enumeration Members

    Enumeration Members

    NEAREST: "NEAREST"

    One of the options for specifying nearest neighbor. It processes quickly, taking about 1/6 of the processing time of bilinear.

    BILINEAR: "BILINEAR"

    One of the options for specifying bilinear. It takes longer than nearest neighbor, but is essential for cases such as computing the slope of terrain data.