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

Iterates over a GeoJSON object, returning the object itself and all of its children (and their children, and so on). More...

#include <CesiumGeoJsonObjectIterator.h>

Public Member Functions

 FCesiumGeoJsonObjectIterator ()
 Creates an iterator that will return no objects.
 
 FCesiumGeoJsonObjectIterator (const FCesiumGeoJsonObject &object)
 Creates a new iterator to iterate over the given object.
 

Friends

class UCesiumGeoJsonObjectIteratorFunctionLibrary
 

Detailed Description

Iterates over a GeoJSON object, returning the object itself and all of its children (and their children, and so on).

Definition at line 12 of file CesiumGeoJsonObjectIterator.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonObjectIterator() [1/2]

FCesiumGeoJsonObjectIterator::FCesiumGeoJsonObjectIterator ( )

Creates an iterator that will return no objects.

◆ FCesiumGeoJsonObjectIterator() [2/2]

FCesiumGeoJsonObjectIterator::FCesiumGeoJsonObjectIterator ( const FCesiumGeoJsonObject & object)

Creates a new iterator to iterate over the given object.

Friends And Related Symbol Documentation

◆ UCesiumGeoJsonObjectIteratorFunctionLibrary

Definition at line 25 of file CesiumGeoJsonObjectIterator.h.


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