Packagede.bytepark.geostats
Classpublic class Globe
InheritanceGlobe Inheritance org.papervision3d.objects.primitives.Sphere
ImplementsIEffectTarget, IObject3D



Public Methods
 MethodDefined by
  
Globe(texture:BitmapData)
Constructor
Globe
  
addEffect(effect:IEffect):void
adds an effect to the globe
Globe
  
addMarker3D(marker3d:Marker3D):void
adds a marker3d
Globe
  
destroy():void
make the object eligible for garbage collection
Globe
  
removeEffect(effect:IEffect):void
removes an effect from the globe
Globe
  
removeMarker3D(marker3d:Marker3D):void
removes a marker3d
Globe
  
updates the effect list
Globe
Constructor detail
Globe()constructor
public function Globe(texture:BitmapData)

Constructor

Parameters
texture:BitmapData — the texture for the globe
Method detail
addEffect()method
public function addEffect(effect:IEffect):void

adds an effect to the globe

Parameters
effect:IEffect — an instance of a IObject3DEffect-Class

See also

de.bytepark.geostats.interfaces.IObject3DEffect
addMarker3D()method 
public function addMarker3D(marker3d:Marker3D):void

adds a marker3d

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

make the object eligible for garbage collection

removeEffect()method 
public function removeEffect(effect:IEffect):void

removes an effect from the globe

Parameters
effect:IEffect — an instance of a IObject3DEffect-Class

See also

de.bytepark.geostats.interfaces.IObject3DEffect
removeMarker3D()method 
public function removeMarker3D(marker3d:Marker3D):void

removes a marker3d

Parameters
marker3d:Marker3D — an instance of a Marker3D-Class
updateEffects()method 
public function updateEffects():void

updates the effect list