| Package | org.openscales.core.control |
| Class | public class OverviewMap |
| Inheritance | OverviewMap Control flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
![]() | active : Boolean | Control | |
| extentColor : uint [write-only]
set the overview rectangle color
| OverviewMap | ||
| height : Number [override] [write-only] | OverviewMap | ||
![]() | isReduced : Boolean
Indicates if the control display is normal or reduced
| Control | |
| map : Map [override] | OverviewMap | ||
| newExtentColor : uint [write-only]
set color of the rectangle drawn by the user to change extent
| OverviewMap | ||
| OverViewSize : Size [write-only]
return the size of the overview
| OverviewMap | ||
![]() | position : Pixel | Control | |
| projection : ProjProjection
Private
| OverviewMap | ||
| size : Size [write-only] | OverviewMap | ||
| width : Number [override] [write-only] | OverviewMap | ||
| Method | Defined By | ||
|---|---|---|---|
OverviewMap(position:Pixel = null) | OverviewMap | ||
| OverviewMap | |||
![]() | destroy():void | Control | |
draw():void [override] | OverviewMap | ||
![]() | onMapLanguageChange(event:I18NEvent):void
to be overrided in sub classes
| Control | |
removeAllLayers():void | OverviewMap | ||
removeLayer(value:Layer):void | OverviewMap | ||
![]() | Control | ||
![]() | toggleDisplay(event:Event = null):void | Control | |
| extentColor | property |
extentColor:uint [write-only] set the overview rectangle color
public function set extentColor(value:uint):void| height | property |
height:Number [write-only] [override] public function set height(value:Number):void| map | property |
map:Map[override] public function get map():Map public function set map(value:Map):void| newExtentColor | property |
newExtentColor:uint [write-only] set color of the rectangle drawn by the user to change extent
public function set newExtentColor(value:uint):void| OverViewSize | property |
OverViewSize:Size [write-only] return the size of the overview
public function set OverViewSize(value:Size):void| projection | property |
projection:ProjProjectionPrivate
public function get projection():ProjProjection public function set projection(value:ProjProjection):void| size | property |
size:Size [write-only] public function set size(value:Size):void| width | property |
width:Number [write-only] [override] public function set width(value:Number):void| OverviewMap | () | Constructor |
public function OverviewMap(position:Pixel = null)position:Pixel (default = null) |
| addLayer | () | method |
| draw | () | method |
override public function draw():void| removeAllLayers | () | method |
public function removeAllLayers():void| removeLayer | () | method |