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

#include <CesiumGeoJsonObject.h>

Inheritance diagram for UCesiumGeoJsonPolygonBlueprintFunctionLibrary:

Static Public Member Functions

static TArray< FCesiumGeoJsonLineStringGetPolygonRings (const FCesiumGeoJsonPolygon &InPolygon)
 Returns the linear rings that make up this composite polygon.
 

Detailed Description

Definition at line 238 of file CesiumGeoJsonObject.h.

Member Function Documentation

◆ GetPolygonRings()

static TArray< FCesiumGeoJsonLineString > UCesiumGeoJsonPolygonBlueprintFunctionLibrary::GetPolygonRings ( const FCesiumGeoJsonPolygon & InPolygon)
static

Returns the linear rings that make up this composite polygon.

The first returned ring represents the outer bounds of the polygon. Any additional rings define holes within those bounds.


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