cesium-native 0.61.0
Loading...
Searching...
No Matches
CesiumVectorData::VectorStyle Struct Reference

Style information to use when drawing vector data. More...

#include <CesiumVectorData/VectorStyle.h>

Public Member Functions

 VectorStyle ()=default
 Default constructor for VectorStyle.
 
 VectorStyle (const LineStyle &lineStyle, const PolygonStyle &polygonStyle)
 Initializes style information for line and polygon types.
 
 VectorStyle (const LineStyle &lineStyle, const PolygonStyle &polygonStyle, const PointStyle &pointStyle)
 Initializes style information for all types.
 
 VectorStyle (const CesiumUtility::Color &color)
 Initializes all styles to the given color.
 

Public Attributes

LineStyle line
 The style to use when drawing polylines.
 
PolygonStyle polygon
 The style to use when drawing polygons.
 
PointStyle point
 The style to use when drawing points.
 

Detailed Description

Style information to use when drawing vector data.

Definition at line 116 of file VectorStyle.h.

Member Data Documentation

◆ line

LineStyle CesiumVectorData::VectorStyle::line

The style to use when drawing polylines.

Definition at line 120 of file VectorStyle.h.

◆ point

PointStyle CesiumVectorData::VectorStyle::point

The style to use when drawing points.

Definition at line 128 of file VectorStyle.h.

◆ polygon

PolygonStyle CesiumVectorData::VectorStyle::polygon

The style to use when drawing polygons.

Definition at line 124 of file VectorStyle.h.


The documentation for this struct was generated from the following file: