This service enables you to fetch a list of spatial data layer options available for a given vendor.
The response body is of type Array[SpatialDataLayerDto].
Success
Overview
 |
Array[SpatialDataLayerDto]
 |
SpatialDataLayerDto
Represents the data transfer object of the spatial data layer
 |
id : integer (int64)
Specifies the unique identifier of that layer
|
 |
name : string
Specifies the layer name
|
 |
title : string
Specifies the layer title
|
 |
catalogId : integer (int32)
Specifies the layer identifier of the catalog
|
 |
peril : string
Specifies the layer peril
|
 |
subPeril : string
Specifies the layer subperil
|
 |
category : string
Specifies the layer category
|
 |
vendor : string
Specifies the layer vendor
|
 |
type : string
Specifies the layer type
|
 |
year : string
Specifies the layer year
|
 |
size : string
Specifies the layer size
|
 |
workspace : string
Specifies the layer workspace
|
 |
perilsetCode : integer (int32)
Specifies the layer peril set code
|
 |
layers : Array[Layer]
Specifies the layer's sub-layers
 |
name : string
Represents the layer name
|
 |
title : string
Specifies the layer title
|
 |
abstract : string
Specifies the layer abstract (summary)
|
 |
srs : string
Specifies the layer spatial reference system
|
 |
boundingBox : BoundingBox
The bounding box (BBOX) or envelope is an expression of the maximum extents of a two-dimensional object (e.g. point, line, polygon) or set of objects within its (or their) two-dimensional (x, y) coordinate system, in other words min(x), max(x), min(y), max(y).
 |
srs : string
A framework to measure locations on the surface of the earth as a two-dimensional Cartesian Coordinate System, where SRS stands for Spatial Reference System.
|
 |
minx : string
Specifies mininum value on the x-axis plane
|
 |
miny : string
Specifies mininum value on the y-axis plane
|
 |
maxx : string
Specifies maximum value on x-axis plane
|
 |
maxy : string
Specifies maximum value on y-axis plane
|
|
 |
queryable : string
Specifies if the layer is queryable via WMS GetFeatureInfo
|
 |
keywordList : KeywordList
Represents type for keyword list
 |
keyword : Array[string]
Indicates a list of short words associated with the layer to assist catalog searching
|
|
 |
style : Style
Represents the layer style
 |
name : string
Specifies the style name
|
 |
title : string
Specifies the style title
|
 |
abstract : string
Specifies the style abstract (summary)
|
|
 |
opaque : string
Specifies the layer opaque
|
 |
layers : Array[Layer]
Specifies the layer sub-layers
 |
name : string
Represents the layer name
|
 |
title : string
Specifies the layer title
|
 |
abstract : string
Specifies the layer abstract (summary)
|
 |
srs : string
Specifies the layer spatial reference system
|
 |
boundingBox : BoundingBox
The bounding box (BBOX) or envelope is an expression of the maximum extents of a two-dimensional object (e.g. point, line, polygon) or set of objects within its (or their) two-dimensional (x, y) coordinate system, in other words min(x), max(x), min(y), max(y).
 |
srs : string
A framework to measure locations on the surface of the earth as a two-dimensional Cartesian Coordinate System, where SRS stands for Spatial Reference System.
|
 |
minx : string
Specifies mininum value on the x-axis plane
|
 |
miny : string
Specifies mininum value on the y-axis plane
|
 |
maxx : string
Specifies maximum value on x-axis plane
|
 |
maxy : string
Specifies maximum value on y-axis plane
|
|
 |
queryable : string
Specifies if the layer is queryable via WMS GetFeatureInfo
|
 |
keywordList : KeywordList
Represents type for keyword list
 |
keyword : Array[string]
Indicates a list of short words associated with the layer to assist catalog searching
|
|
 |
style : Style
Represents the layer style
 |
name : string
Specifies the style name
|
 |
title : string
Specifies the style title
|
 |
abstract : string
Specifies the style abstract (summary)
|
|
 |
opaque : string
Specifies the layer opaque
|
 |
layers : Array[Layer]
Specifies the layer sub-layers
|
 |
dataType : string
Specifies the layer data type
|
|
 |
dataType : string
Specifies the layer data type
|
|
|
|