![]() |
Cesium for Unreal 2.18.0
|
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 |
A FCesiumGeoJsonPolygon
is a polygon made up of one or more linear rings.
Definition at line 187 of file CesiumGeoJsonObject.h.
|
inline |
Creates a new FCesiumGeoJsonPolygon
with an empty composite polygon.
Definition at line 194 of file CesiumGeoJsonObject.h.
|
inline |
Creates a new FCesiumGeoJsonPolygon
wrapping the provided CesiumGeospatial::CompositeCartographicPolygon
.
Definition at line 200 of file CesiumGeoJsonObject.h.
|
friend |
Definition at line 209 of file CesiumGeoJsonObject.h.