Object used to express a geographical (BBOX, scale) and temporal constraint.
Properties:
Name | Type | Description |
---|---|---|
crs | String | Coordinates System ID used to express coordinates contraints. |
bbox | Gp.BBox | Constraint Bounding Box. |
minScaleDenominator | Number | Minimum scale denominator where constraint applies. |
maxScaleDenominator | Number | Maximum scale denominator where constraint applies. |
temporalExtent | Array.<String> | Array expressing the time interval of the constraint [minT, maxT]. Dates are expressed in the ISO-8601 way. |