GeostoreSlopeProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreSlopeProto


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. slopeValue (type: number(), default: nil)
    - Slope value as elevation change divided by horizontal distance, in the format of decimal, e.g., ‘0.1234’ means a 12.34% slope. If a slope_value is unset, it indicates we don’t have enough information to compute slope at this location.
  2. startPointFraction (type: number(), default: nil)
    - Indicates how far along the segment this slope value starts to apply, in the format of decimal between 0 and 1.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreSlopeProto{
slopeValue: number() | nil,
startPointFraction: number() | nil
}

Function

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

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