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

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

#include <CesiumGeoJsonObjectIterator.h>

Public Member Functions

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

Friends

class UCesiumGeoJsonPolygonIteratorFunctionLibrary
 

Detailed Description

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

Definition at line 209 of file CesiumGeoJsonObjectIterator.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonPolygonIterator() [1/2]

FCesiumGeoJsonPolygonIterator::FCesiumGeoJsonPolygonIterator ( )

Creates an iterator that will return no polygons.

◆ FCesiumGeoJsonPolygonIterator() [2/2]

FCesiumGeoJsonPolygonIterator::FCesiumGeoJsonPolygonIterator ( const FCesiumGeoJsonObject & object)

Creates a new iterator to iterate over the given object.

Friends And Related Symbol Documentation

◆ UCesiumGeoJsonPolygonIteratorFunctionLibrary

Definition at line 222 of file CesiumGeoJsonObjectIterator.h.


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