Packagecom.esri.aws.services
Classpublic class Envelope

The rectangular feature (maxX, maxY, minX, minY, coordSys) that can be used as a map extent or as a bounding box of a feature. If it is used as a bounding box, it contains the maximum and minimum x,y coordinates of the feature.



Public Properties
 PropertyDefined 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
Property detail
coordSysproperty
public var coordSys:CoordSys

The coordinate system of the envelope.

The default value is "4326"..

maxXproperty 
public var maxX:Number

The maximum x-coordinate of the extent.

maxYproperty 
public var maxY:Number

The maximum y-coordinate of the extent.

minXproperty 
public var minX:Number

The minimum x-coordinate of the extent.

minYproperty 
public var minY:Number

The minimum y-coordinate of the extent.