Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
CesiumWebMapTileServiceRasterOverlay.h File Reference
#include "CesiumRasterOverlay.h"
#include "Components/ActorComponent.h"
#include "CoreMinimal.h"
#include "CesiumWebMapTileServiceRasterOverlay.generated.h"

Go to the source code of this file.

Enumerations

enum class  ECesiumWebMapTileServiceRasterOverlayProjection : uint8 { WebMercator , Geographic }
 Specifies the type of projection used for projecting a Web Map Tile Service raster overlay. More...
 

Variables

 meta
 

Enumeration Type Documentation

◆ ECesiumWebMapTileServiceRasterOverlayProjection

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.

Variable Documentation

◆ meta

meta

Definition at line 32 of file CesiumWebMapTileServiceRasterOverlay.h.