GetTileRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the tile operation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that you specify.

Link copied to clipboard

The particular assets or bands to tile.

Link copied to clipboard

Determines whether or not to return a valid data mask.

Link copied to clipboard

The output data type of the tile operation.

Link copied to clipboard

The data format of the output tile. The formats include .npy, .png and .jpg.

Link copied to clipboard

Property filters for the imagery to tile.

Link copied to clipboard

Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

Link copied to clipboard

Time range filter applied to imagery to find the images to tile.

Link copied to clipboard
val x: Int?

The x coordinate of the tile input.

Link copied to clipboard
val y: Int?

The y coordinate of the tile input.

Link copied to clipboard
val z: Int?

The z coordinate of the tile input.

Functions

Link copied to clipboard
inline fun copy(block: GetTileRequest.Builder.() -> Unit = {}): GetTileRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String