Packagede.bytepark.geostats
Classpublic class Marker3D
InheritanceMarker3D Inheritance org.papervision3d.objects.DisplayObject3D
ImplementsIEffectTarget



Public Properties
 PropertyDefined by
  latLong : LatLong
Marker3D
Public Methods
 MethodDefined by
  
Marker3D(latlong:LatLong, options:Marker3DOptions)
Constuctor
Marker3D
  
addEffect(effect:IEffect):void
adds an effect to the globe
Marker3D
  
destroy():void
make the object eligible for garbage collection
Marker3D
  
returns the geocoordinates of this marker3d
Marker3D
  
removeEffect(effect:IEffect):void
removes an effect from the globe
Marker3D
  
toString():String
returns a formatted string "Marker3D -> latitude: x | longitude: x"
Marker3D
  
update the effects list
Marker3D
Property detail
latLongproperty
latLong:LatLong  [read-write]Implementation
    public function get latLong():LatLong
    public function set latLong(value:LatLong):void
Constructor detail
Marker3D()constructor
public function Marker3D(latlong:LatLong, options:Marker3DOptions)

Constuctor

Parameters
latlong:LatLong — an instance of a LatLong-Class
 
options:Marker3DOptions — an instance of a Marker3DOptions-Class

See also

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
destroy()method 
public function destroy():void

make the object eligible for garbage collection

getMarker3DOptions()method 
public function getMarker3DOptions():Marker3DOptions

returns the geocoordinates of this marker3d

Returns
Marker3DOptions — an instance of a LatLong-Class
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
toString()method 
public override function toString():String

returns a formatted string "Marker3D -> latitude: x | longitude: x"

Returns
String
updateEffects()method 
public function updateEffects():void

update the effects list