Boundary | Nostra Developer

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

NameDetails
Boundary (options?)Creates a new Extent object.

Constructor Details

Boundary(options?)

Name RequireDetails
optionsOptionalOptional parameters. See options list.

Option Properties

NameTypeDetails
maxLatDecimalTop-right Y-coordinate of an extent envelope.
maxLonDecimalTop-right X-coordinate of an extent envelope.
minLatDecimalBottom-left Y-coordinate of an extent envelope.
minLonDecimalBottom-left X-coordinate of an extent envelope.