The <full-extent> element is used to specify the exent of the map that Full Extent tool
will zoom to. The full extent isn't necessarily the maximum extent of the data, and
does not restrict the user from zooming beyond the specified extent. If this element is
not included in the site configuration XML, the full extent will be set to the envelope
set in the map service's AXL file.
| Frequency |
Parent Elements (the <full-extent> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <full-extent> element may appear once in the <site-config>
element in the specified sequence.
|
| |
|
|
|
Attributes |
Description |
|
maxx |
The maximum X coordinate double precision value. Required.
|
|
maxy |
The maximum Y coordinate double precision value. Required.
|
|
minx |
The minimum X coordinate double precision value. Required.
|
|
miny |
The minimum Y coordinate double precision value. Required.
|
| |
|
|
Example:
<full-extent minx="-247321.7" miny="804784.0" maxx="291049.5" maxy="1343155.3"/>