API Explorer 1.0
BoundingBox Json Schema
API Explorer 1.0 : BoundingBox Json Schema
Description
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).
Overview
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
Properties
NameDescriptionData Type
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
See Also
API Explorer 1.0