| Package | com.afcomponents.umap.display |
| Class | public class OverlayManager |
| Inheritance | OverlayManager Manager MapObjectContainer MapObject flash.display.Sprite |
| Implements | IManager |
| Property | Defined by | ||
|---|---|---|---|
![]() | asDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
| MapObject | |
![]() | core : UMap
Returns reference to the core UMap object.
| MapObject | |
| ground : Layer
[read-only]
Returns a reference to the ground layer
| OverlayManager | ||
![]() | id : uint
Gets or sets the ID of the object.
| MapObject | |
![]() | name : String
Gets or sets the name of the object.
| MapObject | |
| overlays : Layer
[read-only]
Returns a reference to the overlay layer
| OverlayManager | ||
![]() | owner : IMapObjectContainer
Returns reference to the owner container object.
| MapObject | |
| shadows : Layer
[read-only]
Returns a reference to the shadow layer
| OverlayManager | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
addObject(object:IMapObject):void
Adds new IMapObject to the container.
| MapObjectContainer | |
|
| OverlayManager | ||
![]() |
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
| MapObjectContainer | |
![]() |
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
| MapObjectContainer | |
![]() |
clearObjects(filter:Class = null):void
Removes all attached objects.
| MapObjectContainer | |
|
dispose():void
Releases all the resources accuired by the object.
| OverlayManager | ||
![]() |
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
| MapObjectContainer | |
![]() |
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
| MapObjectContainer | |
![]() |
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
| MapObjectContainer | |
![]() |
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
| MapObjectContainer | |
|
getOverlay(id_or_name:*):IOverlay
| OverlayManager | ||
|
getOverlays():Array
| OverlayManager | ||
![]() |
init():void
| Manager | |
|
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
| OverlayManager | ||
|
ready():void
| OverlayManager | ||
![]() |
remove():void
Removes the object from the owner container object.
| MapObject | |
![]() |
removeObject(object:IMapObject):void
Removes IMapObject from the container.
| MapObjectContainer | |
|
removeOverlay(overlay:IOverlay):void
| OverlayManager | ||
![]() |
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
| MapObjectContainer | |
![]() |
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
| MapObjectContainer | |
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| MapObjectContainer | |
![]() |
toString():String
Returns a textual representation of the object.
| MapObject | |
![]() |
updateComponentProperty(property:String, value:*):void
| Manager | |
|
updateMapType(mapType:IMapType):void
| OverlayManager | ||
|
updatePosition(latlng:LatLng):void
| OverlayManager | ||
|
updateSize(width:Number, height:Number):void
| OverlayManager | ||
|
updateZoom(zoom:Number):void
| OverlayManager | ||
| ground | property |
ground:Layer [read-only]Returns a reference to the ground layer
Implementation public function get ground():Layer
| overlays | property |
overlays:Layer [read-only]Returns a reference to the overlay layer
Implementation public function get overlays():Layer
| shadows | property |
shadows:Layer [read-only]Returns a reference to the shadow layer
Implementation public function get shadows():Layer
| addOverlay | () | method |
| dispose | () | method |
public override function dispose():voidReleases all the resources accuired by the object.
| getOverlay | () | method |
| getOverlays | () | method |
public function getOverlays():ArrayReturns
Array |
| isOwnerVisible | () | method |
public override function isOwnerVisible():BooleanRecursevly checks visibility of parent objects
ReturnsBoolean |
| ready | () | method |
public override function ready():void
| removeOverlay | () | method |
| updateMapType | () | method |
| updatePosition | () | method |
| updateSize | () | method |
public override function updateSize(width:Number, height:Number):voidParameters
width:Number |
|
height:Number |
| updateZoom | () | method |
public override function updateZoom(zoom:Number):voidParameters
zoom:Number |