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

A FCesiumGeoJsonLineString is a set of points representing a line. More...

#include <CesiumGeoJsonObject.h>

Public Member Functions

 FCesiumGeoJsonLineString ()
 Creates a new FCesiumGeoJsonLineString with an empty line string.
 
 FCesiumGeoJsonLineString (TArray< FVector > &&InPoints)
 Creates a new FCesiumGeoJsonLineString from a set of Longitude-Latitude-Height points.
 

Public Attributes

TArray< FVector > Points
 The Longitude-Latitude-Height points of this polygon.
 

Detailed Description

A FCesiumGeoJsonLineString is a set of points representing a line.

Definition at line 216 of file CesiumGeoJsonObject.h.

Constructor & Destructor Documentation

◆ FCesiumGeoJsonLineString() [1/2]

FCesiumGeoJsonLineString::FCesiumGeoJsonLineString ( )
inline

Creates a new FCesiumGeoJsonLineString with an empty line string.

Definition at line 222 of file CesiumGeoJsonObject.h.

◆ FCesiumGeoJsonLineString() [2/2]

FCesiumGeoJsonLineString::FCesiumGeoJsonLineString ( TArray< FVector > && InPoints)

Creates a new FCesiumGeoJsonLineString from a set of Longitude-Latitude-Height points.

Member Data Documentation

◆ Points

TArray<FVector> FCesiumGeoJsonLineString::Points

The Longitude-Latitude-Height points of this polygon.

Definition at line 234 of file CesiumGeoJsonObject.h.


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