3#include <CesiumGeospatial/BoundingRegion.h>
24 std::vector<CesiumGeometry::AxisAlignedBox>
spatial;
47 std::vector<std::pair<std::string, std::string>>
temporal;
79 std::vector<std::string>
crs;
Classes for interacting with the iTwin API.
The extents of a feature collection.
std::string temporalReferenceSystem
The temporal reference system used for the temporal extents.
std::vector< CesiumGeometry::AxisAlignedBox > spatial
A feature collection's spatial extents.
std::vector< std::pair< std::string, std::string > > temporal
A feature collection's temporal extents.
std::string coordinateReferenceSystem
The coordinate reference system used for the spatial extents.
The definition of a collection of geospatial features.
std::string id
The ID of this feature collection.
GeospatialFeatureCollectionExtents extents
The spatial and temporal extents of this collection.
std::optional< std::string > storageCrsCoordinateEpoch
The epoch of the storage coordinate reference system, if applicable.
std::string title
The title of this feature collection.
std::string storageCrs
The coordinate reference system used for storage.
std::vector< std::string > crs
The coordinate reference systems used by this feature collection.
std::string description
The description of this feature collection.