![]() |
Cesium for Unreal 2.18.0
|
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 |
Iterates over every Point value in a GeoJSON object and all of its children.
Definition at line 89 of file CesiumGeoJsonObjectIterator.h.
FCesiumGeoJsonPointIterator::FCesiumGeoJsonPointIterator | ( | ) |
Creates an iterator that will return no points.
FCesiumGeoJsonPointIterator::FCesiumGeoJsonPointIterator | ( | const FCesiumGeoJsonObject & | object | ) |
Creates a new iterator to iterate over the given object.
|
friend |
Definition at line 102 of file CesiumGeoJsonObjectIterator.h.