Packagecom.esri.aws.awx.geom
Classpublic class CircleShape
InheritanceCircleShape Inheritance GeoPoint Inheritance flash.geom.Point
Implementscom.esri.aws.awx.geom.IShape

A geographically correct circle shape described by a center point and a radius (specified in km, miles, or meters).



Public Properties
 PropertyDefined by
  centerPoint : GeoPoint
CircleShape
  radius : Number
CircleShape
  units : String
CircleShape
Public Methods
 MethodDefined by
  
CircleShape(centerPoint:GeoPoint, radius:Number, units:String)
CircleShape
  
deepClone():IShape
CircleShape
Public Constants
 ConstantDefined by
  KILOMETERS : String = "kilometers"
[static]
CircleShape
  METERS : String = "meters"
[static]
CircleShape
  MILES : String = "miles"
[static]
CircleShape
Property detail
centerPointproperty
centerPoint:GeoPoint  [read-write]Implementation
    public function get centerPoint():GeoPoint
    public function set centerPoint(value:GeoPoint):void
radiusproperty 
radius:Number  [read-write]Implementation
    public function get radius():Number
    public function set radius(value:Number):void
unitsproperty 
units:String  [read-write]Implementation
    public function get units():String
    public function set units(value:String):void
Constructor detail
CircleShape()constructor
public function CircleShape(centerPoint:GeoPoint, radius:Number, units:String)Parameters
centerPoint:GeoPoint
 
radius:Number
 
units:String
Method detail
deepClone()method
public function deepClone():IShape

Returns
IShape
Constant detail
KILOMETERSconstant
public static const KILOMETERS:String = "kilometers"
METERSconstant 
public static const METERS:String = "meters"
MILESconstant 
public static const MILES:String = "miles"