5#include <CesiumAsync/AsyncSystem.h>
6#include <CesiumAsync/IAssetAccessor.h>
7#include <CesiumGeospatial/CartographicPolygon.h>
8#include <CesiumGeospatial/Ellipsoid.h>
9#include <CesiumRasterOverlays/RasterOverlay.h>
10#include <CesiumRasterOverlays/RasterOverlayTileProvider.h>
11#include <CesiumUtility/Color.h>
12#include <CesiumUtility/IntrusivePointer.h>
13#include <CesiumVectorData/GeoJsonDocument.h>
14#include <CesiumVectorData/GeoJsonObject.h>
15#include <CesiumVectorData/VectorStyle.h>
17#include <spdlog/fwd.h>
65 const std::string& name,
66 const std::shared_ptr<CesiumVectorData::GeoJsonDocument>& document,
81 const std::string& name,
91 parameters)
const override;
A system for managing asynchronous requests and tasks.
A value that will be available in the future, as produced by AsyncSystem.
A quadratic surface defined in Cartesian coordinates.
The base class for a rasterized image that can be draped over a Cesium3DTilesSelection::Tileset....
A raster overlay made from rasterizing a CesiumVectorData::GeoJsonDocument.
GeoJsonDocumentRasterOverlay(const CesiumAsync::AsyncSystem &asyncSystem, const std::string &name, const std::shared_ptr< CesiumVectorData::GeoJsonDocument > &document, const GeoJsonDocumentRasterOverlayOptions &vectorOverlayOptions, const CesiumRasterOverlays::RasterOverlayOptions &overlayOptions={})
Creates a new GeoJsonDocumentRasterOverlay.
virtual CesiumAsync::Future< CreateTileProviderResult > createTileProvider(const CesiumRasterOverlays::CreateRasterOverlayTileProviderParameters ¶meters) const override
Begins asynchronous creation of a tile provider for this overlay and eventually returns it via a Futu...
GeoJsonDocumentRasterOverlay(const std::string &name, CesiumAsync::Future< std::shared_ptr< CesiumVectorData::GeoJsonDocument > > &&documentFuture, const GeoJsonDocumentRasterOverlayOptions &vectorOverlayOptions, const CesiumRasterOverlays::RasterOverlayOptions &overlayOptions={})
Creates a new GeoJsonDocumentRasterOverlay from a future.
Raster overlays for displaying vector data.
Parameters passed to RasterOverlay::createTileProvider.
Options for loading raster overlays.
Style information to use when drawing vector data.
A set of options for configuring a GeoJsonDocumentRasterOverlay.
CesiumVectorData::VectorStyle defaultStyle
The default style to use when no style is otherwise specified on a CesiumVectorData::GeoJsonObject.
uint32_t mipLevels
The number of mip levels to generate.
CesiumGeospatial::Ellipsoid ellipsoid
The ellipsoid to use for this overlay.