interface TiffImages {
    northEast?: Promise<GeoTIFFImage>;
    southEast?: Promise<GeoTIFFImage>;
    west?: Promise<GeoTIFFImage>;
}

Properties

northEast?: Promise<GeoTIFFImage>
southEast?: Promise<GeoTIFFImage>
west?: Promise<GeoTIFFImage>

Generated using TypeDoc