Class : Boundary
Description
The minimum and maximum X and Y coordinates of a bounding box.
1var boundaryTest = new Boundary(-122.68,45.53,-122.45,45.60);
Constructors
Name | Details |
---|
Boundary (options?) | Creates a new Extent object. |
Constructor Details
Boundary(options?)
Name | | Require | Details |
---|
options | | Optional | Optional parameters. See options list. |
Option Properties
Name | Type | Details |
---|
maxLat | Decimal | Top-right Y-coordinate of an extent envelope. |
maxLon | Decimal | Top-right X-coordinate of an extent envelope. |
minLat | Decimal | Bottom-left Y-coordinate of an extent envelope. |
minLon | Decimal | Bottom-left X-coordinate of an extent envelope. |