geo_tiff
Creates, updates, deletes, gets or lists a geo_tiff
resource.
Overview
Name | geo_tiff |
Type | Resource |
Id | google.solar.geo_tiff |
Fields
Name | Datatype | Description |
---|---|---|
contentType | string | The HTTP Content-Type header value specifying the content type of the body. |
data | string | The HTTP request/response body as raw binary. |
extensions | array | Application specific response metadata. Must be set in the first response for streaming APIs. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Returns an image by its ID. |
SELECT
examples
Returns an image by its ID.
SELECT
contentType,
data,
extensions
FROM google.solar.geo_tiff
;