Skip to content

worldwind-ui API / worldwind-kit / SurfaceShapeOptions

Interface: SurfaceShapeOptions ​

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

Extends ​

Extended by ​

Properties ​

applyLighting? ​

optional applyLighting?: boolean

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

Inherited from ​

ShapeStyle.applyLighting


depthTest? ​

optional depthTest?: boolean

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

Inherited from ​

ShapeStyle.depthTest


displayName? ​

optional displayName?: string | null

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

Inherited from ​

RenderableOptions.displayName


drawVerticals? ​

optional drawVerticals?: boolean

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

Inherited from ​

ShapeStyle.drawVerticals


enabled? ​

optional enabled?: boolean

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

Inherited from ​

RenderableOptions.enabled


fill? ​

optional fill?: ColorInput | null

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

Inherited from ​

ShapeStyle.fill


highlight? ​

optional highlight?: ShapeStyle | null

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


imageSource? ​

optional imageSource?: string | null

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

Inherited from ​

ShapeStyle.imageSource


pathType? ​

optional pathType?: PathType

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


stroke? ​

optional stroke?: ColorInput | null

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

Inherited from ​

ShapeStyle.stroke


strokeWidth? ​

optional strokeWidth?: number

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

Outline width in pixels.

Inherited from ​

ShapeStyle.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 ​

RenderableOptions.userData

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