Cesium for Unreal 2.18.0
Loading...
Searching...
No Matches
UCesiumGeoJsonPointIteratorFunctionLibrary Class Reference

#include <CesiumGeoJsonObjectIterator.h>

Inheritance diagram for UCesiumGeoJsonPointIteratorFunctionLibrary:

Static Public Member Functions

static FCesiumGeoJsonPointIterator Iterate (const FCesiumGeoJsonObject &Object)
 Creates an iterator over the GeoJSON object that will return any point values in the object and any of its children.
 
static FVector Next (UPARAM(Ref) FCesiumGeoJsonPointIterator &Iterator)
 Moves the iterator to the next available point value and returns that point.
 
static bool IsEnded (const FCesiumGeoJsonPointIterator &Iterator)
 Checks if this iterator has ended (no further points available).
 

Detailed Description

Definition at line 106 of file CesiumGeoJsonObjectIterator.h.

Member Function Documentation

◆ IsEnded()

static bool UCesiumGeoJsonPointIteratorFunctionLibrary::IsEnded ( const FCesiumGeoJsonPointIterator & Iterator)
static

Checks if this iterator has ended (no further points available).

◆ Iterate()

static FCesiumGeoJsonPointIterator UCesiumGeoJsonPointIteratorFunctionLibrary::Iterate ( const FCesiumGeoJsonObject & Object)
static

Creates an iterator over the GeoJSON object that will return any point values in the object and any of its children.

◆ Next()

static FVector UCesiumGeoJsonPointIteratorFunctionLibrary::Next ( UPARAM(Ref) FCesiumGeoJsonPointIterator & Iterator)
static

Moves the iterator to the next available point value and returns that point.

If no more points are available, a zero vector is returned.


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