| Package | com.esri.ags.tasks.supportClasses |
| Class | public class AreasAndLengthsParameters |
| Inheritance | AreasAndLengthsParameters Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| areaUnit : String
The area unit in which areas of polygons will be calculated. | AreasAndLengthsParameters | ||
| lengthUnit : Number
The length unit in which perimeters of polygons will be calculated. | AreasAndLengthsParameters | ||
| polygons : Array
The array of polygon whose areas and lengths are to be computed. | AreasAndLengthsParameters | ||
| areaUnit | property |
public var areaUnit:String
The area unit in which areas of polygons will be calculated.
Can also be set to a esriSRUnitType value in mxml like this, areaUnit="{'9093'}".
Optional, only available with ArcGIS Server 10.0 and higher.
See also
| lengthUnit | property |
public var lengthUnit:NumberThe length unit in which perimeters of polygons will be calculated. Optional, only available with ArcGIS Server 10.0 and higher.
| polygons | property |
public var polygons:ArrayThe array of polygon whose areas and lengths are to be computed.
See also