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 ​
Properties ​
altitudeMode ​
readonlyaltitudeMode:InputSignal<AltitudeMode|undefined>
Defined in: angular/src/lib/shapes.ts:465
alwaysOnTop ​
readonlyalwaysOnTop:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:466
color ​
readonlycolor:InputSignal<ColorInput|undefined>
Defined in: angular/src/lib/shapes.ts:460
depthTest ​
readonlydepthTest:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:467
displayName ​
readonlydisplayName:InputSignal<string|null|undefined>
Defined in: angular/src/lib/shapes.ts:74
Inherited from ​
enabled ​
readonlyenabled:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:75
Inherited from ​
fontSize ​
readonlyfontSize:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:461
highlightOnHover ​
readonlyhighlightOnHover:InputSignal<boolean>
Defined in: angular/src/lib/shapes.ts:79
Toggle the shape's highlight attributes while the mouse is over it.
Inherited from ​
hoverEvents ​
readonlyhoverEvents:InputSignal<boolean>
Defined in: angular/src/lib/shapes.ts:81
Enable mouseEnter / mouseLeave (hover picking costs GPU time).
Inherited from ​
mouseEnter ​
readonlymouseEnter:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:85
Inherited from ​
mouseLeave ​
readonlymouseLeave:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:86
Inherited from ​
offset ​
readonlyoffset:InputSignal<OffsetInput|undefined>
Defined in: angular/src/lib/shapes.ts:464
outline ​
readonlyoutline:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:462
outlineColor ​
readonlyoutlineColor:InputSignal<ColorInput|undefined>
Defined in: angular/src/lib/shapes.ts:463
position ​
readonlyposition:InputSignal<LatLonAlt>
Defined in: angular/src/lib/shapes.ts:458
renderable ​
readonlyrenderable:WritableSignal<WWGeographicText|null>
Defined in: angular/src/lib/shapes.ts:89
The live WorldWind renderable, null until created.
Inherited from ​
shapeClick ​
readonlyshapeClick:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:83
Inherited from ​
shapeDoubleClick ​
readonlyshapeDoubleClick:OutputEmitterRef<PickEvent>
Defined in: angular/src/lib/shapes.ts:84
Inherited from ​
text ​
readonlytext:InputSignal<string>
Defined in: angular/src/lib/shapes.ts:459
userData ​
readonlyuserData:InputSignal<unknown>
Defined in: angular/src/lib/shapes.ts:77
Stored on the renderable's userProperties; comes back from picks.