worldwind-ui API / worldwind-kit / PolygonOptions
Interface: PolygonOptions ​
Defined in: kit/src/shapes/path-polygon.ts:70
Extends ​
Properties ​
altitudeMode? ​
optionalaltitudeMode?:AltitudeMode
Defined in: kit/src/shapes/path-polygon.ts:73
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
Inherited from ​
boundaries ​
boundaries:
PolygonBoundaries
Defined in: kit/src/shapes/path-polygon.ts:72
One ring, or an outer ring followed by holes.
depthTest? ​
optionaldepthTest?:boolean
Defined in: kit/src/shapes/attributes.ts:99
Inherited from ​
displayName? ​
optionaldisplayName?:string|null
Defined in: kit/src/shapes/attributes.ts:76
Inherited from ​
drawVerticals? ​
optionaldrawVerticals?:boolean
Defined in: kit/src/shapes/attributes.ts:97
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/shapes/attributes.ts:77
Inherited from ​
extrude? ​
optionalextrude?:boolean
Defined in: kit/src/shapes/path-polygon.ts:74
fill? ​
optionalfill?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:93
Inherited from ​
highlight? ​
optionalhighlight?:ShapeStyle|null
Defined in: kit/src/shapes/path-polygon.ts:75
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/shapes/attributes.ts:100
Inherited from ​
stroke? ​
optionalstroke?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:94
Inherited from ​
strokeWidth? ​
optionalstrokeWidth?:number
Defined in: kit/src/shapes/attributes.ts:96
Outline width in pixels.
Inherited from ​
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.