Represents the data transfer object of the spatial data layer
![]() |
SpatialDataLayerDto
Represents the data transfer object of the spatial data layer
|
| Name | Description | Data Type |
|---|---|---|
| id | Specifies the unique identifier of that layer | integer (int64) |
| name | Specifies the layer name | string |
| title | Specifies the layer title | string |
| catalogId | Specifies the layer identifier of the catalog | integer (int32) |
| peril | Specifies the layer peril | string |
| subPeril | Specifies the layer subperil | string |
| category | Specifies the layer category | string |
| vendor | Specifies the layer vendor | string |
| type | Specifies the layer type | string |
| year | Specifies the layer year | string |
| size | Specifies the layer size | string |
| workspace | Specifies the layer workspace | string |
| perilsetCode | Specifies the layer peril set code | integer (int32) |
| layers | Specifies the layer's sub-layers | Array[Layer] |