![]() |
Cesium for Unreal 2.21.0
|
#include "CesiumRasterOverlay.h"#include "Components/ActorComponent.h"#include "CoreMinimal.h"#include "CesiumWebMapTileServiceRasterOverlay.generated.h"Go to the source code of this file.
Classes | |
| class | UCesiumWebMapTileServiceRasterOverlay |
| A raster overlay that directly accesses a Web Map Tile Service (WMTS) server. More... | |
Enumerations | |
| enum class | ECesiumWebMapTileServiceRasterOverlayProjection : uint8 { WebMercator , Geographic } |
| Specifies the type of projection used for projecting a Web Map Tile Service raster overlay. More... | |
|
strong |
Specifies the type of projection used for projecting a Web Map Tile Service raster overlay.
| Enumerator | |
|---|---|
| WebMercator | The raster overlay is projected using Web Mercator. |
| Geographic | The raster overlay is projected using a geographic projection. |
Definition at line 15 of file CesiumWebMapTileServiceRasterOverlay.h.