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