GeostoreElevationModelProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationModelProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents raster digital elevation model data.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. blendOrder (type: integer(), default: nil)
    - Defines the relative order in which terrain data should be rendered. Features with higher blend_order should be blended on top of features with lower blend_order. NOTE: this is backwards from the way BlendRank works in Magrathean.
  2. dataLevel (type: integer(), default: nil)
    - The zoom level at which this data is defined. Level 0 is world level data, and each increase in zoom level corresponds to a factor of 2 increase in scale.
  3. dataMaxlevel (type: integer(), default: nil)
    - The maximum (finest) level at which this terrain data has sufficient resolution to be displayed.
  4. elevationData (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - A place to store an elevation data protocol buffer. Currently, this must be a keyhole::AssetTileCompressed (see google3/keyhole/common/proto/magrathean.protodevel).
  5. fullChildDataAvailable (type: boolean(), default: nil)
    - If true, all of the data contained in this feature is available at the next highest (more detailed) level. If this is true, partial_child_data_available should also be true.
  6. partialChildDataAvailable (type: boolean(), default: nil)
    - If true, at least part of the data contained in this feature is available at the next highest (more detailed) level.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationModelProto{
blendOrder: integer() | nil,
dataLevel: integer() | nil,
dataMaxlevel: integer() | nil,
elevationData: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
fullChildDataAvailable: boolean() | nil,
partialChildDataAvailable: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationModelProto