![]() |
Cesium for Unreal 2.23.0
|
A single object in the GeoJSON document. More...
#include <CesiumGeoJsonObject.h>
Public Member Functions | |
| FCesiumGeoJsonObject () | |
Creates a new FCesiumGeoJsonObject containing an empty GeoJSON object. | |
| FCesiumGeoJsonObject (const std::shared_ptr< CesiumVectorData::GeoJsonDocument > &doc, const CesiumVectorData::GeoJsonObject *pObject) | |
Creates a new FCesiumGeoJsonObject wrapping the provided CesiumVectorData::GeoJsonObject. | |
| const std::shared_ptr< CesiumVectorData::GeoJsonDocument > & | getDocument () const |
| const CesiumVectorData::GeoJsonObject * | getObject () const |
Friends | |
| class | UCesiumGeoJsonObjectBlueprintLibrary |
A single object in the GeoJSON document.
Definition at line 22 of file CesiumGeoJsonObject.h.
|
inline |
Creates a new FCesiumGeoJsonObject containing an empty GeoJSON object.
Definition at line 29 of file CesiumGeoJsonObject.h.
|
inline |
Creates a new FCesiumGeoJsonObject wrapping the provided CesiumVectorData::GeoJsonObject.
Definition at line 35 of file CesiumGeoJsonObject.h.
|
inline |
Definition at line 41 of file CesiumGeoJsonObject.h.
|
inline |
Definition at line 45 of file CesiumGeoJsonObject.h.
|
friend |
Definition at line 53 of file CesiumGeoJsonObject.h.