Represents a spatial data layer
![]() |
Layer
Represents a spatial data layer
|
| Name | Description | Data Type |
|---|---|---|
| name | Represents the layer name | string |
| title | Specifies the layer title | string |
| abstract | Specifies the layer abstract (summary) | string |
| srs | Specifies the layer spatial reference system | string |
| 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). | BoundingBox |
| boundingBox\srs | 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. | string |
| boundingBox\minx | Specifies mininum value on the x-axis plane | string |
| boundingBox\miny | Specifies mininum value on the y-axis plane | string |
| boundingBox\maxx | Specifies maximum value on x-axis plane | string |
| boundingBox\maxy | Specifies maximum value on y-axis plane | string |
| queryable | Specifies if the layer is queryable via WMS GetFeatureInfo | string |
| keywordList | Represents type for keyword list | KeywordList |
| keywordList\keyword | Indicates a list of short words associated with the layer to assist catalog searching | Array[string] |
| style | Represents the layer style | Style |
| style\name | Specifies the style name | string |
| style\title | Specifies the style title | string |
| style\abstract | Specifies the style abstract (summary) | string |
| opaque | Specifies the layer opaque | string |
| layers | Specifies the layer sub-layers | Array[Layer] |
| dataType | Specifies the layer data type | string |