API Explorer 1.0
Layer Json Schema
API Explorer 1.0 : Layer Json Schema
Description
Represents a spatial data layer
Overview
Layer
Represents a spatial data layer
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
Properties
NameDescriptionData Type
Represents the layer namestring
Specifies the layer titlestring
Specifies the layer abstract (summary)string
Specifies the layer spatial reference systemstring
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
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
Specifies mininum value on the x-axis planestring
Specifies mininum value on the y-axis planestring
Specifies maximum value on x-axis planestring
Specifies maximum value on y-axis planestring
Specifies if the layer is queryable via WMS GetFeatureInfostring
Represents type for keyword listKeywordList
Indicates a list of short words associated with the layer to assist catalog searchingArray[string]
Represents the layer styleStyle
Specifies the style namestring
Specifies the style titlestring
Specifies the style abstract (summary)string
Specifies the layer opaquestring
Specifies the layer sub-layersArray[Layer]
Specifies the layer data typestring
See Also
API Explorer 1.0