worldwind-ui API / ngx-worldwind / WwPathComponent
Class: WwPathComponent ​
Defined in: angular/src/lib/shapes.ts:290
A 3D line through positions.
Extends ​
Constructors ​
Constructor ​
new WwPathComponent():
WwPathComponent
Defined in: angular/src/lib/shapes.ts:95
Returns ​
WwPathComponent
Inherited from ​
Properties ​
altitudeMode ​
readonlyaltitudeMode:InputSignal<AltitudeMode|undefined>
Defined in: angular/src/lib/shapes.ts:292
applyLighting ​
readonlyapplyLighting:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:187
Inherited from ​
WwStyledShapeBase.applyLighting
depthTest ​
readonlydepthTest:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:188
Inherited from ​
displayName ​
readonlydisplayName:InputSignal<string|null|undefined>
Defined in: angular/src/lib/shapes.ts:74
Inherited from ​
drawVerticals ​
readonlydrawVerticals:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:186
Inherited from ​
WwStyledShapeBase.drawVerticals
enabled ​
readonlyenabled:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:75
Inherited from ​
extrude ​
readonlyextrude:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:294
fill ​
readonlyfill:InputSignal<ColorInput|null|undefined>
Defined in: angular/src/lib/shapes.ts:183
Inherited from ​
followTerrain ​
readonlyfollowTerrain:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:293
highlight ​
readonlyhighlight:InputSignal<ShapeStyle|null|undefined>
Defined in: angular/src/lib/shapes.ts:190
Inherited from ​
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 ​
WwStyledShapeBase.highlightOnHover
hoverEvents ​
readonlyhoverEvents:InputSignal<boolean>
Defined in: angular/src/lib/shapes.ts:81
Enable mouseEnter / mouseLeave (hover picking costs GPU time).
Inherited from ​
imageSource ​
readonlyimageSource:InputSignal<string|null|undefined>
Defined in: angular/src/lib/shapes.ts:189
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 ​
numSubSegments ​
readonlynumSubSegments:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:296
pathType ​
readonlypathType:InputSignal<PathType|undefined>
Defined in: angular/src/lib/shapes.ts:295
positions ​
readonlypositions:InputSignal<LatLonAlt[]>
Defined in: angular/src/lib/shapes.ts:291
renderable ​
readonlyrenderable:WritableSignal<WWPath|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 ​
WwStyledShapeBase.shapeDoubleClick
stroke ​
readonlystroke:InputSignal<ColorInput|null|undefined>
Defined in: angular/src/lib/shapes.ts:184
Inherited from ​
strokeWidth ​
readonlystrokeWidth:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:185
Inherited from ​
terrainConformance ​
readonlyterrainConformance:InputSignal<number|undefined>
Defined in: angular/src/lib/shapes.ts:297
userData ​
readonlyuserData:InputSignal<unknown>
Defined in: angular/src/lib/shapes.ts:77
Stored on the renderable's userProperties; comes back from picks.