| Package | com.esri.aws.awx.map.layers.overlays |
| Class | public class Circle |
| Inheritance | Circle OverlayObject mx.core.UIComponent |
new Circle(new CircleShape(new GeoPoint(-110,10),700,CircleShape.KILOMETERS), new PolygonStyle());
new Circle(new CircleShape(new GeoPoint(-110,30),700,CircleShape.KILOMETERS), new PolygonStyle(0xff00ff));
new Circle(new CircleShape(new GeoPoint(-110,40),700,CircleShape.KILOMETERS), new PolygonStyle(0xffff00,0.5,3,0xFF0000));
<awx:Circle centerGeoY="64.09" centerGeoX="-21.93" radius="500" units="kilometers"/>
<awx:Circle centerGeoY="64.09" centerGeoX="-21.93" radius="500" units="kilometers" toolTip="Reykjavik"/>
<awx:Circle centerGeoY="-30" centerGeoX="-110" radius="500" units="miles" toolTip="Circle with CircleMarkerStyle">
<awx:style>
<awx:PolygonStyle color="0x00FFFF" outlineColor="0xFF0000" outlineThickness="3"/>
<awx:style>
<awx:Circle>
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | overlayStyle : IStyle
The style of the overlay object.
| OverlayObject | |
![]() | shape : IShape
The shape of the overlay object.
| OverlayObject | |
![]() | style : IStyle
DEPRECATED
| OverlayObject | |
| units : String | Circle | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new Circle.
| Circle | ||
![]() |
removeAllChildren():void
Removes all children from the child list of this container.
| OverlayObject | |
| units | property |
public var units:String
| Circle | () | constructor |
public function Circle(shape:CircleShape = null, style:IStyle = null)Creates a new Circle.
Parametersshape:CircleShape (default = null) — The Circle geometry.
|
|
style:IStyle (default = null) — The style used to render the Circle.
|