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

#include <CesiumGeoJsonObject.h>

Inheritance diagram for UCesiumGeoJsonFeatureBlueprintLibrary:

Static Public Member Functions

static ECesiumGeoJsonFeatureIdType GetIdType (const FCesiumGeoJsonFeature &InFeature)
 Returns true if this feature's.
 
static int64 GetIdAsInteger (const FCesiumGeoJsonFeature &InFeature)
 Returns the ID of the provided feature, or -1 if no ID was present or if the ID is not an integer.
 
static FString GetIdAsString (const FCesiumGeoJsonFeature &InFeature)
 Returns the ID of the provided feature, or an empty string if no ID was present.
 
static FJsonObjectWrapper GetProperties (const FCesiumGeoJsonFeature &InFeature)
 Obtains the properties attached to this feature, if any.
 
static FCesiumGeoJsonObject GetGeometry (const FCesiumGeoJsonFeature &InFeature)
 Obtains the FCesiumGeoJsonObject specified as the geometry of this feature, if any.
 
static bool IsValid (const FCesiumGeoJsonFeature &InFeature)
 Checks if this FCesiumGeoJsonFeature is valid or not.
 

Detailed Description

Definition at line 117 of file CesiumGeoJsonObject.h.

Member Function Documentation

◆ GetGeometry()

static FCesiumGeoJsonObject UCesiumGeoJsonFeatureBlueprintLibrary::GetGeometry ( const FCesiumGeoJsonFeature & InFeature)
static

Obtains the FCesiumGeoJsonObject specified as the geometry of this feature, if any.

◆ GetIdAsInteger()

static int64 UCesiumGeoJsonFeatureBlueprintLibrary::GetIdAsInteger ( const FCesiumGeoJsonFeature & InFeature)
static

Returns the ID of the provided feature, or -1 if no ID was present or if the ID is not an integer.

◆ GetIdAsString()

static FString UCesiumGeoJsonFeatureBlueprintLibrary::GetIdAsString ( const FCesiumGeoJsonFeature & InFeature)
static

Returns the ID of the provided feature, or an empty string if no ID was present.

If the ID is an integer, it will be converted to a string.

◆ GetIdType()

static ECesiumGeoJsonFeatureIdType UCesiumGeoJsonFeatureBlueprintLibrary::GetIdType ( const FCesiumGeoJsonFeature & InFeature)
static

Returns true if this feature's.

◆ GetProperties()

static FJsonObjectWrapper UCesiumGeoJsonFeatureBlueprintLibrary::GetProperties ( const FCesiumGeoJsonFeature & InFeature)
static

Obtains the properties attached to this feature, if any.

◆ IsValid()

static bool UCesiumGeoJsonFeatureBlueprintLibrary::IsValid ( const FCesiumGeoJsonFeature & InFeature)
static

Checks if this FCesiumGeoJsonFeature is valid or not.


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