cesium-native 0.50.0
|
A MultiPoint
geometry object.
More...
#include <CesiumVectorData/GeoJsonObjectTypes.h>
Public Attributes | |
std::vector< glm::dvec3 > | coordinates |
The list of Cartographic coordinates for this MultiPoint. | |
std::optional< CesiumGeometry::AxisAlignedBox > | boundingBox = std::nullopt |
The bounding box associated with this MultiPoint value, if any. | |
CesiumUtility::JsonValue::Object | foreignMembers |
Any members specified on this object that are not part of the specification for this object. | |
std::optional< VectorStyle > | style = std::nullopt |
The style to apply to this object as well as any child object. If not set, the style of any parent object or the default style will be used. | |
Static Public Attributes | |
static constexpr GeoJsonObjectType | TYPE = GeoJsonObjectType::MultiPoint |
The GeoJsonObjectType for a MultiPoint. | |
A MultiPoint
geometry object.
A MultiPoint value is a list of multiple cartographic positions.
Definition at line 77 of file GeoJsonObjectTypes.h.
std::optional<CesiumGeometry::AxisAlignedBox> CesiumVectorData::GeoJsonMultiPoint::boundingBox = std::nullopt |
The bounding box associated with this MultiPoint value, if any.
Definition at line 89 of file GeoJsonObjectTypes.h.
std::vector<glm::dvec3> CesiumVectorData::GeoJsonMultiPoint::coordinates |
The list of Cartographic
coordinates for this MultiPoint.
Definition at line 84 of file GeoJsonObjectTypes.h.
CesiumUtility::JsonValue::Object CesiumVectorData::GeoJsonMultiPoint::foreignMembers |
Any members specified on this object that are not part of the specification for this object.
See https://datatracker.ietf.org/doc/html/rfc7946#section-6.1 for more information.
Definition at line 98 of file GeoJsonObjectTypes.h.
std::optional<VectorStyle> CesiumVectorData::GeoJsonMultiPoint::style = std::nullopt |
The style to apply to this object as well as any child object. If not set, the style of any parent object or the default style will be used.
Definition at line 105 of file GeoJsonObjectTypes.h.
|
staticconstexpr |
The GeoJsonObjectType
for a MultiPoint.
Definition at line 79 of file GeoJsonObjectTypes.h.