cesium-native 0.50.0
|
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. | |
The definition of a collection of geospatial features.
Definition at line 59 of file GeospatialFeatureCollection.h.
std::vector<std::string> CesiumITwinClient::GeospatialFeatureCollection::crs |
The coordinate reference systems used by this feature collection.
Definition at line 79 of file GeospatialFeatureCollection.h.
std::string CesiumITwinClient::GeospatialFeatureCollection::description |
The description of this feature collection.
Definition at line 71 of file GeospatialFeatureCollection.h.
GeospatialFeatureCollectionExtents CesiumITwinClient::GeospatialFeatureCollection::extents |
The spatial and temporal extents of this collection.
Definition at line 75 of file GeospatialFeatureCollection.h.
std::string CesiumITwinClient::GeospatialFeatureCollection::id |
The ID of this feature collection.
Definition at line 63 of file GeospatialFeatureCollection.h.
std::string CesiumITwinClient::GeospatialFeatureCollection::storageCrs |
The coordinate reference system used for storage.
Definition at line 83 of file GeospatialFeatureCollection.h.
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.
std::string CesiumITwinClient::GeospatialFeatureCollection::title |
The title of this feature collection.
Definition at line 67 of file GeospatialFeatureCollection.h.