worldwind-ui API / worldwind-kit / PathOptions
Interface: PathOptions ​
Defined in: kit/src/shapes/path-polygon.ts:19
Extends ​
Properties ​
altitudeMode? ​
optionalaltitudeMode?:AltitudeMode
Defined in: kit/src/shapes/path-polygon.ts:21
applyLighting? ​
optionalapplyLighting?:boolean
Defined in: kit/src/shapes/attributes.ts:98
Inherited from ​
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 ​
drawVerticals? ​
optionaldrawVerticals?:boolean
Defined in: kit/src/shapes/attributes.ts:97
Inherited from ​
enabled? ​
optionalenabled?:boolean
Defined in: kit/src/shapes/attributes.ts:77
Inherited from ​
extrude? ​
optionalextrude?:boolean
Defined in: kit/src/shapes/path-polygon.ts:23
fill? ​
optionalfill?:ColorInput|null
Defined in: kit/src/shapes/attributes.ts:93
Inherited from ​
followTerrain? ​
optionalfollowTerrain?:boolean
Defined in: kit/src/shapes/path-polygon.ts:22
highlight? ​
optionalhighlight?:ShapeStyle|null
Defined in: kit/src/shapes/path-polygon.ts:27
imageSource? ​
optionalimageSource?:string|null
Defined in: kit/src/shapes/attributes.ts:100
Inherited from ​
numSubSegments? ​
optionalnumSubSegments?:number
Defined in: kit/src/shapes/path-polygon.ts:25
pathType? ​
optionalpathType?:PathType
Defined in: kit/src/shapes/path-polygon.ts:24
positions ​
positions:
LatLonAlt[]
Defined in: kit/src/shapes/path-polygon.ts:20
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 ​
terrainConformance? ​
optionalterrainConformance?:number
Defined in: kit/src/shapes/path-polygon.ts:26
userData? ​
optionaluserData?:unknown
Defined in: kit/src/shapes/attributes.ts:79
Stored on the renderable's userProperties; comes back from picks.