| Package | com.esri.aws.services |
| Class | public class Envelope |
| Property | Defined by | ||
|---|---|---|---|
| coordSys : CoordSys
The coordinate system of the envelope.
| Envelope | ||
| maxX : Number
The maximum x-coordinate of the extent.
| Envelope | ||
| maxY : Number
The maximum y-coordinate of the extent.
| Envelope | ||
| minX : Number
The minimum x-coordinate of the extent.
| Envelope | ||
| minY : Number
The minimum y-coordinate of the extent.
| Envelope | ||
| coordSys | property |
| maxX | property |
public var maxX:NumberThe maximum x-coordinate of the extent.
| maxY | property |
public var maxY:NumberThe maximum y-coordinate of the extent.
| minX | property |
public var minX:NumberThe minimum x-coordinate of the extent.
| minY | property |
public var minY:NumberThe minimum y-coordinate of the extent.