#include <CesiumGeoJsonObjectIterator.h>
◆ GetFeature()
Gets the feature the current object belongs to, if any.
This will be the first parent of this object that is a feature. For example, with a document with a hierarchy like:
- FeatureCollection -> Feature -> GeometryCollection -> Point Calling GetFeature on the Point, GeometryCollection, or Feature will both return the same Feature object. Calling GetFeature on the FeatureCollection will return an invalid feature as there is no parent feature.
◆ IsEnded()
Checks if this iterator has ended (no further objects available).
◆ Iterate()
Creates an iterator over the GeoJSON object that will return this object and any children (and children of those children, and so on).
◆ Next()
Moves the iterator to the next available GeoJSON object and returns that object.
If no more objects are available, an invalid FCesiumGeoJsonObject is returned.
The documentation for this class was generated from the following file: