Bounds - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

A Bounds object defines the geographical extent of a map.

Fields

A Bounds object contains the following fields:

Field Name Type Description
minX Float The x value of the lower left point.
minY Float The y value of the lower left point.
maxX Float The x value of the upper right point.
maxY Float The y value of the upper right point.

Example


{
    "minX": -3.756380109844111E7,
    "minY": -4.497601034176671E7,
    "maxX":  3.773376466605809E7,
    "maxY":  4.49763662218225E7
}