Envelope class
Represents the envelope of the map
Signature:export declare class Envelope
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(xmin, ymin, xmax, ymax) | Constructs a new instance of the Envelope class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| HasEnvelope | readonly | boolean | Determines whether all values have been set |
| Xmax | number | X-Coordinate maximum value | |
| Xmin | number | X-Coordinate minimum value | |
| Ymax | number | Y-Coordinate maximum value | |
| Ymin | number | Y-Coordinate minimum value |
Methods
| Method | Modifiers | Description |
|---|---|---|
| ToArray() | Returns the envelope's values as an array |