EarthDataFlags

Description

[Flags]
enum Tinman.Demo.Tutorials.EarthDataFlags

Full source code is included in the Tinman 3D SDK download.

Enumeration of flags for choosing the components of EarthData.

Public / Constants

None

public constant None → (0:int32)

No flags.

Geoid

public constant Geoid → (1:int32)

Build the geoid?

Water

public constant Water → (2:int32)

Build the water dataset?

See also

EarthData.Water

Elevation

public constant Elevation → (7:int32)

Build the elevation heightmap?

This flag implies Geoid and Water.

ShapesElevation

public constant ShapesElevation → (15:int32)

Build the elevation shape layer?

This flag implies Elevation.

Texture

public constant Texture → (16:int32)

Build the texture heightmap for surface albedo?

ShapesTexture

public constant ShapesTexture → (32:int32)

Build the texture shape layer?

CartoBoundaries

public constant CartoBoundaries → (96:int32)

Applies the default cartographic shapes for country borders:
Data/Earth/ne_10m_coastline.csh
Data/Earth/ne_10m_admin_0_boundary_lines_land.csh
Data/Earth/ne_10m_admin_1_states_provinces_lines.csh

This flag implies ShapesTexture.

All

public constant All → (127:int32)

All flags.