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

Iterates over every Point value in a GeoJSON object and all of its children. More...

#include <CesiumGeoJsonObjectIterator.h>

Public Member Functions

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

Friends

class UCesiumGeoJsonPointIteratorFunctionLibrary
 

Detailed Description

Iterates over every Point value in a GeoJSON object and all of its children.

Definition at line 89 of file CesiumGeoJsonObjectIterator.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonPointIterator() [1/2]

FCesiumGeoJsonPointIterator::FCesiumGeoJsonPointIterator ( )

Creates an iterator that will return no points.

◆ FCesiumGeoJsonPointIterator() [2/2]

FCesiumGeoJsonPointIterator::FCesiumGeoJsonPointIterator ( const FCesiumGeoJsonObject & object)

Creates a new iterator to iterate over the given object.

Friends And Related Symbol Documentation

◆ UCesiumGeoJsonPointIteratorFunctionLibrary

Definition at line 102 of file CesiumGeoJsonObjectIterator.h.


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