Packagede.bytepark.geostats
Classpublic class GeoStatsBase
InheritanceGeoStatsBase Inheritance mx.core.UIComponent



Public Properties
 PropertyDefined by
  rotateSceneX : Number
Rotates the camera around his X axis
GeoStatsBase
  rotateSceneY : Number
Rotates the camera around his Y axis
GeoStatsBase
  zoom : Number
This value specifies the scale at which the 3D objects are rendered.
GeoStatsBase
Public Methods
 MethodDefined by
  
addObject3D(obj3d:IObject3D):void
adds an instance of an IObject3D-Class
GeoStatsBase
  
destroy():void
make the object eligible for garbage collection
GeoStatsBase
  
removes an instance of an IObject3D-Class
GeoStatsBase
  
setCenter(center:LatLong):void
the scene turns to the given coordinates
GeoStatsBase
  
singleRender():void
renders the scene only once
GeoStatsBase
  
startRender():void
starts the rendering of the scene
GeoStatsBase
  
stopRender():void
stops the rendering of the scene
GeoStatsBase
Events
 EventSummaryDefined by
    GeoStatsBase
    GeoStatsBase
Public Constants
 ConstantDefined by
  VERSION : String = "2009-08-14 :: Version 1.0.2"
[static]
GeoStatsBase
Property detail
rotateSceneXproperty
rotateSceneX:Number  [read-write]

Rotates the camera around his X axis

Implementation
    public function get rotateSceneX():Number
    public function set rotateSceneX(value:Number):void
rotateSceneYproperty 
rotateSceneY:Number  [read-write]

Rotates the camera around his Y axis

Implementation
    public function get rotateSceneY():Number
    public function set rotateSceneY(value:Number):void
zoomproperty 
zoom:Number  [read-write]

This value specifies the scale at which the 3D objects are rendered.

Implementation
    public function get zoom():Number
    public function set zoom(value:Number):void
Method detail
addObject3D()method
public function addObject3D(obj3d:IObject3D):void

adds an instance of an IObject3D-Class

Parameters
obj3d:IObject3D — an instance of a IObject3D-Class
destroy()method 
public function destroy():void

make the object eligible for garbage collection

removeObject3D()method 
public function removeObject3D(obj3d:IObject3D):void

removes an instance of an IObject3D-Class

Parameters
obj3d:IObject3D — an instance of a IObject3D-Class
setCenter()method 
public function setCenter(center:LatLong):void

the scene turns to the given coordinates

Parameters
center:LatLong — instance of a LatLong-Class

See also

singleRender()method 
public function singleRender():void

renders the scene only once

startRender()method 
public function startRender():void

starts the rendering of the scene

stopRender()method 
public function stopRender():void

stops the rendering of the scene

Event detail
rotateSceneXchangedevent 
Event object type: de.bytepark.geostats.events.GeoStatsBaseEvent

rotateSceneYchangedevent  
Event object type: de.bytepark.geostats.events.GeoStatsBaseEvent

Constant detail
VERSIONconstant
public static const VERSION:String = "2009-08-14 :: Version 1.0.2"