|
cesium-native 0.61.0
|
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. | |
Style information to use when drawing vector data.
Definition at line 116 of file VectorStyle.h.
| LineStyle CesiumVectorData::VectorStyle::line |
The style to use when drawing polylines.
Definition at line 120 of file VectorStyle.h.
| PointStyle CesiumVectorData::VectorStyle::point |
The style to use when drawing points.
Definition at line 128 of file VectorStyle.h.
| PolygonStyle CesiumVectorData::VectorStyle::polygon |
The style to use when drawing polygons.
Definition at line 124 of file VectorStyle.h.