worldwind-ui API / ngx-worldwind / WwPolygonComponent
Class: WwPolygonComponent ​
Defined in: angular/src/lib/shapes.ts:328
A 3D polygon, optionally extruded to the ground.
Extends ​
Constructors ​
Constructor ​
new WwPolygonComponent():
WwPolygonComponent
Defined in: angular/src/lib/shapes.ts:95
Returns ​
WwPolygonComponent
Inherited from ​
Properties ​
altitudeMode ​
readonlyaltitudeMode:InputSignal<AltitudeMode|undefined>
Defined in: angular/src/lib/shapes.ts:330
applyLighting ​
readonlyapplyLighting:InputSignal<boolean|undefined>
Defined in: angular/src/lib/shapes.ts:187
Inherited from ​
WwStyledShapeBase.applyLighting
boundaries ​
readonlyboundaries:InputSignal<PolygonBoundaries>
Defined in: angular/src/lib/shapes.ts:329
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:331
fill ​
readonlyfill:InputSignal<ColorInput|null|undefined>
Defined in: angular/src/lib/shapes.ts:183
Inherited from ​
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 ​
renderable ​
readonlyrenderable:WritableSignal<WWPolygon|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 ​
userData ​
readonlyuserData:InputSignal<unknown>
Defined in: angular/src/lib/shapes.ts:77
Stored on the renderable's userProperties; comes back from picks.