worldwind-ui API / worldwind-kit / SurfaceCircleOptions
Interface: SurfaceCircleOptions ​
Defined in: kit/src/shapes/surface.ts:110
Extends ​
Properties ​
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
Inherited from ​
SurfaceShapeOptions.applyLighting
center ​
center:
LatLon
Defined in: kit/src/shapes/surface.ts:111
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 ​
radius ​
radius:
number
Defined in: kit/src/shapes/surface.ts:113
Radius in metres.
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.