Skip to content

worldwind-ui API / ngx-worldwind / WwGeographicTextComponent

Class: WwGeographicTextComponent ​

Defined in: angular/src/lib/shapes.ts:457

A text label anchored to a position.

Extends ​

Constructors ​

Constructor ​

new WwGeographicTextComponent(): WwGeographicTextComponent

Defined in: angular/src/lib/shapes.ts:95

Returns ​

WwGeographicTextComponent

Inherited from ​

WwShapeBase.constructor

Properties ​

altitudeMode ​

readonly altitudeMode: InputSignal<AltitudeMode | undefined>

Defined in: angular/src/lib/shapes.ts:465


alwaysOnTop ​

readonly alwaysOnTop: InputSignal<boolean | undefined>

Defined in: angular/src/lib/shapes.ts:466


color ​

readonly color: InputSignal<ColorInput | undefined>

Defined in: angular/src/lib/shapes.ts:460


depthTest ​

readonly depthTest: InputSignal<boolean | undefined>

Defined in: angular/src/lib/shapes.ts:467


displayName ​

readonly displayName: InputSignal<string | null | undefined>

Defined in: angular/src/lib/shapes.ts:74

Inherited from ​

WwShapeBase.displayName


enabled ​

readonly enabled: InputSignal<boolean | undefined>

Defined in: angular/src/lib/shapes.ts:75

Inherited from ​

WwShapeBase.enabled


fontSize ​

readonly fontSize: InputSignal<number | undefined>

Defined in: angular/src/lib/shapes.ts:461


highlightOnHover ​

readonly highlightOnHover: InputSignal<boolean>

Defined in: angular/src/lib/shapes.ts:79

Toggle the shape's highlight attributes while the mouse is over it.

Inherited from ​

WwShapeBase.highlightOnHover


hoverEvents ​

readonly hoverEvents: InputSignal<boolean>

Defined in: angular/src/lib/shapes.ts:81

Enable mouseEnter / mouseLeave (hover picking costs GPU time).

Inherited from ​

WwShapeBase.hoverEvents


mouseEnter ​

readonly mouseEnter: OutputEmitterRef<PickEvent>

Defined in: angular/src/lib/shapes.ts:85

Inherited from ​

WwShapeBase.mouseEnter


mouseLeave ​

readonly mouseLeave: OutputEmitterRef<PickEvent>

Defined in: angular/src/lib/shapes.ts:86

Inherited from ​

WwShapeBase.mouseLeave


offset ​

readonly offset: InputSignal<OffsetInput | undefined>

Defined in: angular/src/lib/shapes.ts:464


outline ​

readonly outline: InputSignal<boolean | undefined>

Defined in: angular/src/lib/shapes.ts:462


outlineColor ​

readonly outlineColor: InputSignal<ColorInput | undefined>

Defined in: angular/src/lib/shapes.ts:463


position ​

readonly position: InputSignal<LatLonAlt>

Defined in: angular/src/lib/shapes.ts:458


renderable ​

readonly renderable: WritableSignal<WWGeographicText | null>

Defined in: angular/src/lib/shapes.ts:89

The live WorldWind renderable, null until created.

Inherited from ​

WwShapeBase.renderable


shapeClick ​

readonly shapeClick: OutputEmitterRef<PickEvent>

Defined in: angular/src/lib/shapes.ts:83

Inherited from ​

WwShapeBase.shapeClick


shapeDoubleClick ​

readonly shapeDoubleClick: OutputEmitterRef<PickEvent>

Defined in: angular/src/lib/shapes.ts:84

Inherited from ​

WwShapeBase.shapeDoubleClick


text ​

readonly text: InputSignal<string>

Defined in: angular/src/lib/shapes.ts:459


userData ​

readonly userData: InputSignal<unknown>

Defined in: angular/src/lib/shapes.ts:77

Stored on the renderable's userProperties; comes back from picks.

Inherited from ​

WwShapeBase.userData

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.