#include <CesiumGeoJsonObject.h>
Definition at line 117 of file CesiumGeoJsonObject.h.
◆ GetGeometry()
◆ 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()
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()
The documentation for this class was generated from the following file: