Packagecom.esri.ags.tasks.supportClasses
Classpublic class AreasAndLengthsResult
InheritanceAreasAndLengthsResult Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The result from the areasAndLengths() method in GeometryService.

See also

com.esri.ags.tasks.GeometryService.areasAndLengths()


Public Properties
 PropertyDefined By
  areas : Array
Array of area of input polygons.
AreasAndLengthsResult
  lengths : Array
Array of length of input polygons.
AreasAndLengthsResult
Property Detail
areasproperty
areas:Array

Array of area of input polygons.

This property can be used as the source for data binding.


Implementation
    public function get areas():Array
    public function set areas(value:Array):void
lengthsproperty 
lengths:Array

Array of length of input polygons.

This property can be used as the source for data binding.


Implementation
    public function get lengths():Array
    public function set lengths(value:Array):void