Skip to content

worldwind-ui API / worldwind-kit / PathOptions

Interface: PathOptions ​

Defined in: kit/src/shapes/path-polygon.ts:19

Extends ​

Properties ​

altitudeMode? ​

optional altitudeMode?: AltitudeMode

Defined in: kit/src/shapes/path-polygon.ts:21


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


extrude? ​

optional extrude?: boolean

Defined in: kit/src/shapes/path-polygon.ts:23


fill? ​

optional fill?: ColorInput | null

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

Inherited from ​

ShapeStyle.fill


followTerrain? ​

optional followTerrain?: boolean

Defined in: kit/src/shapes/path-polygon.ts:22


highlight? ​

optional highlight?: ShapeStyle | null

Defined in: kit/src/shapes/path-polygon.ts:27


imageSource? ​

optional imageSource?: string | null

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

Inherited from ​

ShapeStyle.imageSource


numSubSegments? ​

optional numSubSegments?: number

Defined in: kit/src/shapes/path-polygon.ts:25


pathType? ​

optional pathType?: PathType

Defined in: kit/src/shapes/path-polygon.ts:24


positions ​

positions: LatLonAlt[]

Defined in: kit/src/shapes/path-polygon.ts:20


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


terrainConformance? ​

optional terrainConformance?: number

Defined in: kit/src/shapes/path-polygon.ts:26


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.