Skip to content

worldwind-ui API / worldwind-kit / PolygonOptions

Interface: PolygonOptions ​

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

Extends ​

Properties ​

altitudeMode? ​

optional altitudeMode?: AltitudeMode

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


applyLighting? ​

optional applyLighting?: boolean

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

Inherited from ​

ShapeStyle.applyLighting


boundaries ​

boundaries: PolygonBoundaries

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

One ring, or an outer ring followed by holes.


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:74


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/path-polygon.ts:75


imageSource? ​

optional imageSource?: string | null

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

Inherited from ​

ShapeStyle.imageSource


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.