| Package | de.bytepark.geostats |
| Class | public class Marker3D |
| Inheritance | Marker3D org.papervision3d.objects.DisplayObject3D |
| Implements | IEffectTarget |
| Method | Defined by | ||
|---|---|---|---|
|
Constuctor
| Marker3D | ||
|
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 | ||
|
updateEffects():void
update the effects list
| Marker3D | ||
| latLong | property |
latLong:LatLong [read-write]Implementation
public function get latLong():LatLong
public function set latLong(value:LatLong):void
| Marker3D | () | constructor |
public function Marker3D(latlong:LatLong, options:Marker3DOptions)Constuctor
Parameterslatlong:LatLong — an instance of a LatLong-Class
|
|
options:Marker3DOptions — an instance of a Marker3DOptions-Class
|
See also
| addEffect | () | method |
public function addEffect(effect:IEffect):voidadds an effect to the globe
Parameterseffect:IEffect — an instance of a IObject3DEffect-Class
|
See also
| destroy | () | method |
public function destroy():voidmake the object eligible for garbage collection
| getMarker3DOptions | () | method |
public function getMarker3DOptions():Marker3DOptionsreturns the geocoordinates of this marker3d
ReturnsMarker3DOptions —
an instance of a LatLong-Class
|
| removeEffect | () | method |
public function removeEffect(effect:IEffect):voidremoves an effect from the globe
Parameterseffect:IEffect — an instance of a IObject3DEffect-Class
|
See also
| toString | () | method |
public override function toString():Stringreturns a formatted string "Marker3D -> latitude: x | longitude: x"
ReturnsString |
| updateEffects | () | method |
public function updateEffects():voidupdate the effects list