Skip to main content
Version: 7.0.0

WindowOptions

defines the new raster image to generate as a window in the source raster image. Resolution (cell size) is determined from this

Properties

bottom

bottom: number;

bottom of the image window in pixel coordinates. Should be greater than top


height

height: number;

height in pixels to make the resulting raster. Will resample and/or use overview if not same as bottom - top


left

left: number;

left side of the image window in pixel coordinates


resampleMethod?

optional resampleMethod: string;

method to map src raster values to result raster. Supports 'nearest' neighbor, defaults to 'bilinear'


right: number;

right of the image window in pixel coordinates. Should be greater than left


top

top: number;

top of the image window in pixel coordinates


width

width: number;

width in pixels to make the resulting raster. Will resample and/or use overview if not same as right - left