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

A FCesiumGeoJsonPolygon is a polygon made up of one or more linear rings. More...

#include <CesiumGeoJsonObject.h>

Public Member Functions

 FCesiumGeoJsonPolygon ()
 Creates a new FCesiumGeoJsonPolygon with an empty composite polygon.
 
 FCesiumGeoJsonPolygon (const std::shared_ptr< CesiumVectorData::GeoJsonDocument > &document, const std::vector< std::vector< glm::dvec3 > > *rings)
 Creates a new FCesiumGeoJsonPolygon wrapping the provided CesiumGeospatial::CompositeCartographicPolygon.
 

Friends

class UCesiumGeoJsonPolygonBlueprintFunctionLibrary
 

Detailed Description

A FCesiumGeoJsonPolygon is a polygon made up of one or more linear rings.

Definition at line 187 of file CesiumGeoJsonObject.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonPolygon() [1/2]

FCesiumGeoJsonPolygon::FCesiumGeoJsonPolygon ( )
inline

Creates a new FCesiumGeoJsonPolygon with an empty composite polygon.

Definition at line 194 of file CesiumGeoJsonObject.h.

◆ FCesiumGeoJsonPolygon() [2/2]

FCesiumGeoJsonPolygon::FCesiumGeoJsonPolygon ( const std::shared_ptr< CesiumVectorData::GeoJsonDocument > & document,
const std::vector< std::vector< glm::dvec3 > > * rings )
inline

Creates a new FCesiumGeoJsonPolygon wrapping the provided CesiumGeospatial::CompositeCartographicPolygon.

Definition at line 200 of file CesiumGeoJsonObject.h.

Friends And Related Symbol Documentation

◆ UCesiumGeoJsonPolygonBlueprintFunctionLibrary

Definition at line 209 of file CesiumGeoJsonObject.h.


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