![]() |
Cesium for Unreal 2.18.0
|
#include <CesiumGeoJsonObjectIterator.h>
Static Public Member Functions | |
static FCesiumGeoJsonPolygonIterator | Iterate (const FCesiumGeoJsonObject &Object) |
Creates an iterator over the GeoJSON object that will return any polygon values in the object and any of its children. | |
static FCesiumGeoJsonPolygon | Next (UPARAM(Ref) FCesiumGeoJsonPolygonIterator &Iterator) |
Moves the iterator to the next available polygon value and returns that polygon. | |
static bool | IsEnded (const FCesiumGeoJsonPolygonIterator &Iterator) |
Checks if this iterator has ended (no further polygons available). | |
Definition at line 226 of file CesiumGeoJsonObjectIterator.h.
|
static |
Checks if this iterator has ended (no further polygons available).
|
static |
Creates an iterator over the GeoJSON object that will return any polygon values in the object and any of its children.
|
static |
Moves the iterator to the next available polygon value and returns that polygon.
If no more polygons are available, an empty polygon is returned.