worldwind-ui API / worldwind-kit / SurfacePolygonOptions
Interface: SurfacePolygonOptions ​
Defined in: kit/src/shapes/surface.ts:76
Extends ​
Properties ​
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
Inherited from ​
SurfaceShapeOptions.applyLighting
boundaries ​
boundaries:
SurfacePolygonBoundaries
Defined in: kit/src/shapes/surface.ts:77
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 ​
SurfaceShapeOptions.displayName
drawVerticals? ​
optionaldrawVerticals?:boolean
Defined in: kit/src/shapes/attributes.ts:97
Inherited from ​
SurfaceShapeOptions.drawVerticals
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/shapes/attributes.ts:77
Inherited from ​
fill? ​
optionalfill?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:93
Inherited from ​
highlight? ​
optionalhighlight?:ShapeStyle|null
Defined in: kit/src/shapes/surface.ts:26
Inherited from ​
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/shapes/attributes.ts:100
Inherited from ​
SurfaceShapeOptions.imageSource
pathType? ​
optionalpathType?:PathType
Defined in: kit/src/shapes/surface.ts:25
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 ​
SurfaceShapeOptions.strokeWidth
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.