View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreCurvatureProto (google_api_content_warehouse v0.4.0)

Attributes

  • pointCurvature (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePointCurvatureProto.t), default: nil) - Curvature values at points along the flowline. A linear interpolation between two successive points will yield the curvature value at intermediate points.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCurvatureProto{
  pointCurvature:
    [GoogleApi.ContentWarehouse.V1.Model.GeostorePointCurvatureProto.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.