| Package | de.bytepark.geostats |
| Class | public class GeoStatsBase |
| Inheritance | GeoStatsBase mx.core.UIComponent |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
addObject3D(obj3d:IObject3D):void
adds an instance of an IObject3D-Class
| GeoStatsBase | ||
|
destroy():void
make the object eligible for garbage collection
| GeoStatsBase | ||
|
removeObject3D(obj3d:IObject3D):void
removes an instance of an IObject3D-Class
| GeoStatsBase | ||
|
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 | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| GeoStatsBase | ||||
| GeoStatsBase | ||||
| Constant | Defined by | ||
|---|---|---|---|
| VERSION : String = "2009-08-14 :: Version 1.0.2" [static]
| GeoStatsBase | ||
| rotateSceneX | property |
rotateSceneX:Number [read-write]Rotates the camera around his X axis
Implementation public function get rotateSceneX():Number
public function set rotateSceneX(value:Number):void
| rotateSceneY | property |
rotateSceneY:Number [read-write]Rotates the camera around his Y axis
Implementation public function get rotateSceneY():Number
public function set rotateSceneY(value:Number):void
| zoom | property |
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
| addObject3D | () | method |
public function addObject3D(obj3d:IObject3D):voidadds an instance of an IObject3D-Class
Parametersobj3d:IObject3D — an instance of a IObject3D-Class
|
| destroy | () | method |
public function destroy():voidmake the object eligible for garbage collection
| removeObject3D | () | method |
public function removeObject3D(obj3d:IObject3D):voidremoves an instance of an IObject3D-Class
Parametersobj3d:IObject3D — an instance of a IObject3D-Class
|
| setCenter | () | method |
public function setCenter(center:LatLong):voidthe scene turns to the given coordinates
Parameterscenter:LatLong — instance of a LatLong-Class
|
See also
| singleRender | () | method |
public function singleRender():voidrenders the scene only once
| startRender | () | method |
public function startRender():voidstarts the rendering of the scene
| stopRender | () | method |
public function stopRender():voidstops the rendering of the scene
| rotateSceneXchanged | event |
| rotateSceneYchanged | event |
| VERSION | constant |
public static const VERSION:String = "2009-08-14 :: Version 1.0.2"