cesium-native 0.50.0
Loading...
Searching...
No Matches
CesiumITwinClient::GeospatialFeatureCollection Struct Reference

The definition of a collection of geospatial features. More...

#include <CesiumITwinClient/GeospatialFeatureCollection.h>

Public Attributes

std::string id
 The ID of this feature collection.
 
std::string title
 The title of this feature collection.
 
std::string description
 The description of this feature collection.
 
GeospatialFeatureCollectionExtents extents
 The spatial and temporal extents of this collection.
 
std::vector< std::string > crs
 The coordinate reference systems used by this feature collection.
 
std::string storageCrs
 The coordinate reference system used for storage.
 
std::optional< std::string > storageCrsCoordinateEpoch
 The epoch of the storage coordinate reference system, if applicable.
 

Detailed Description

The definition of a collection of geospatial features.

Definition at line 59 of file GeospatialFeatureCollection.h.

Member Data Documentation

◆ crs

std::vector<std::string> CesiumITwinClient::GeospatialFeatureCollection::crs

The coordinate reference systems used by this feature collection.

Definition at line 79 of file GeospatialFeatureCollection.h.

◆ description

std::string CesiumITwinClient::GeospatialFeatureCollection::description

The description of this feature collection.

Definition at line 71 of file GeospatialFeatureCollection.h.

◆ extents

GeospatialFeatureCollectionExtents CesiumITwinClient::GeospatialFeatureCollection::extents

The spatial and temporal extents of this collection.

Definition at line 75 of file GeospatialFeatureCollection.h.

◆ id

std::string CesiumITwinClient::GeospatialFeatureCollection::id

The ID of this feature collection.

Definition at line 63 of file GeospatialFeatureCollection.h.

◆ storageCrs

std::string CesiumITwinClient::GeospatialFeatureCollection::storageCrs

The coordinate reference system used for storage.

Definition at line 83 of file GeospatialFeatureCollection.h.

◆ storageCrsCoordinateEpoch

std::optional<std::string> CesiumITwinClient::GeospatialFeatureCollection::storageCrsCoordinateEpoch

The epoch of the storage coordinate reference system, if applicable.

Definition at line 87 of file GeospatialFeatureCollection.h.

◆ title

std::string CesiumITwinClient::GeospatialFeatureCollection::title

The title of this feature collection.

Definition at line 67 of file GeospatialFeatureCollection.h.


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