cesium-native 0.50.0
|
A FeatureCollection
represents any number of GeoJsonFeature objects.
More...
#include <CesiumVectorData/GeoJsonObjectTypes.h>
Public Attributes | |
std::vector< GeoJsonObject > | features |
The GeoJsonFeature objects contained in this FeatureCollection. | |
std::optional< CesiumGeometry::AxisAlignedBox > | boundingBox = std::nullopt |
The bounding box associated with this GeoJsonFeatureCollection 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 |
The GeoJsonObjectType for a FeatureCollection. | |
A FeatureCollection
represents any number of GeoJsonFeature objects.
Definition at line 386 of file GeoJsonObjectTypes.h.
std::optional<CesiumGeometry::AxisAlignedBox> CesiumVectorData::GeoJsonFeatureCollection::boundingBox = std::nullopt |
The bounding box associated with this GeoJsonFeatureCollection value, if any.
Definition at line 400 of file GeoJsonObjectTypes.h.
std::vector<GeoJsonObject> CesiumVectorData::GeoJsonFeatureCollection::features |
The GeoJsonFeature objects contained in this FeatureCollection.
Definition at line 394 of file GeoJsonObjectTypes.h.
CesiumUtility::JsonValue::Object CesiumVectorData::GeoJsonFeatureCollection::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 409 of file GeoJsonObjectTypes.h.
std::optional<VectorStyle> CesiumVectorData::GeoJsonFeatureCollection::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 416 of file GeoJsonObjectTypes.h.
|
staticconstexpr |
The GeoJsonObjectType
for a FeatureCollection.
Definition at line 388 of file GeoJsonObjectTypes.h.