Skip to content

worldwind-ui API / worldwind-kit / SurfaceCircleOptions

Interface: SurfaceCircleOptions ​

Defined in: kit/src/shapes/surface.ts:110

Extends ​

Properties ​

applyLighting? ​

optional applyLighting?: 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? ​

optional depthTest?: boolean

Defined in: kit/src/shapes/attributes.ts:99

Inherited from ​

SurfaceShapeOptions.depthTest


displayName? ​

optional displayName?: string | null

Defined in: kit/src/shapes/attributes.ts:76

Inherited from ​

SurfaceShapeOptions.displayName


drawVerticals? ​

optional drawVerticals?: boolean

Defined in: kit/src/shapes/attributes.ts:97

Inherited from ​

SurfaceShapeOptions.drawVerticals


enabled? ​

optional enabled?: boolean

Defined in: kit/src/shapes/attributes.ts:77

Inherited from ​

SurfaceShapeOptions.enabled


fill? ​

optional fill?: ColorInput | null

Defined in: kit/src/shapes/attributes.ts:93

Inherited from ​

SurfaceShapeOptions.fill


highlight? ​

optional highlight?: ShapeStyle | null

Defined in: kit/src/shapes/surface.ts:26

Inherited from ​

SurfaceShapeOptions.highlight


imageSource? ​

optional imageSource?: string | null

Defined in: kit/src/shapes/attributes.ts:100

Inherited from ​

SurfaceShapeOptions.imageSource


pathType? ​

optional pathType?: PathType

Defined in: kit/src/shapes/surface.ts:25

Inherited from ​

SurfaceShapeOptions.pathType


radius ​

radius: number

Defined in: kit/src/shapes/surface.ts:113

Radius in metres.


stroke? ​

optional stroke?: ColorInput | null

Defined in: kit/src/shapes/attributes.ts:94

Inherited from ​

SurfaceShapeOptions.stroke


strokeWidth? ​

optional strokeWidth?: number

Defined in: kit/src/shapes/attributes.ts:96

Outline width in pixels.

Inherited from ​

SurfaceShapeOptions.strokeWidth


userData? ​

optional userData?: unknown

Defined in: kit/src/shapes/attributes.ts:79

Stored on the renderable's userProperties; comes back from picks.

Inherited from ​

SurfaceShapeOptions.userData

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.