Cesium for Unreal 2.18.0
Loading...
Searching...
No Matches
FCesiumGeoJsonObject Struct Reference

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
 

Detailed Description

A single object in the GeoJSON document.

Definition at line 22 of file CesiumGeoJsonObject.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonObject() [1/2]

FCesiumGeoJsonObject::FCesiumGeoJsonObject ( )
inline

Creates a new FCesiumGeoJsonObject containing an empty GeoJSON object.

Definition at line 29 of file CesiumGeoJsonObject.h.

◆ FCesiumGeoJsonObject() [2/2]

FCesiumGeoJsonObject::FCesiumGeoJsonObject ( const std::shared_ptr< CesiumVectorData::GeoJsonDocument > & doc,
const CesiumVectorData::GeoJsonObject * pObject )
inline

Creates a new FCesiumGeoJsonObject wrapping the provided CesiumVectorData::GeoJsonObject.

Definition at line 35 of file CesiumGeoJsonObject.h.

Member Function Documentation

◆ getDocument()

const std::shared_ptr< CesiumVectorData::GeoJsonDocument > & FCesiumGeoJsonObject::getDocument ( ) const
inline

Definition at line 41 of file CesiumGeoJsonObject.h.

◆ getObject()

const CesiumVectorData::GeoJsonObject * FCesiumGeoJsonObject::getObject ( ) const
inline

Definition at line 45 of file CesiumGeoJsonObject.h.

Friends And Related Symbol Documentation

◆ UCesiumGeoJsonObjectBlueprintLibrary

Definition at line 53 of file CesiumGeoJsonObject.h.


The documentation for this struct was generated from the following file: