You are here: Web API Functions > getcloud

getcloud

The getcloud command extracts a point cloud from the Express Server.

Syntax

The getcloud command syntax is:

getcloud?cat=<catalog-name>&item=<item-id>&bounds=<min-x>,<min-y>[,<min-z>],<max-x>,<max-y>[,<max-z>]&oif=<image-format>&thinningfactor=<value>&class=<classification-list>&srs=<output-projection>

Parameters

The following parameters may be used with the getcloud command:

cat

The catalog name.

item

The ID of the item. The itemid is the folder path to the item plus the item name (or iserv-catalog-index, which specifies the spatial index).

bounds

The geographic bounds of the requested region. Required, except for min-z and max-z.

oif

Specifies the output image format. Can be las, laz, or sid; default is sid (MrSID Gen 4).

thinningfactor

The fraction of points to return. This value must be greater than 0 and less than or equal to 1. 1 is the default, which means that all points will be returned.

class

A comma-separated list of classifications of points for the requested bounds. Default is all.

srs

The output projection for the cloud. The default is the source image projection.