![]() |
Cesium for Unreal 2.18.0
|
a GeoJson "Feature" object. More...
#include <CesiumGeoJsonObject.h>
Public Member Functions | |
FCesiumGeoJsonFeature () | |
Creates a new FCesiumVectorPrimitive with an empty primitive. | |
FCesiumGeoJsonFeature (const std::shared_ptr< CesiumVectorData::GeoJsonDocument > &document, const CesiumVectorData::GeoJsonFeature *feature) | |
Creates a new FCesiumGeoJsonFeature wrapping the provided CesiumVectorData::GeoJsonFeature . | |
Friends | |
class | UCesiumGeoJsonFeatureBlueprintLibrary |
a GeoJson "Feature" object.
Definition at line 76 of file CesiumGeoJsonObject.h.
FCesiumGeoJsonFeature::FCesiumGeoJsonFeature | ( | ) |
Creates a new FCesiumVectorPrimitive
with an empty primitive.
FCesiumGeoJsonFeature::FCesiumGeoJsonFeature | ( | const std::shared_ptr< CesiumVectorData::GeoJsonDocument > & | document, |
const CesiumVectorData::GeoJsonFeature * | feature ) |
Creates a new FCesiumGeoJsonFeature
wrapping the provided CesiumVectorData::GeoJsonFeature
.
|
friend |
Definition at line 94 of file CesiumGeoJsonObject.h.