GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Raw polygon adjustments to apply to this feature's base polygon to construct a specific region's view of this feature's polygon.

Attributes List

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

View Attributes

Attributes

  1. polygonToAdd (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto, default: nil)
    - Polygon to add to the feature's base polygon to get the view for the given region. Applied after polygon_to_subtract, such that any region contained in both polygons WILL be part of the final result.
  2. polygonToSubtract (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto, default: nil)
    - Polygon to subtract from the feature's base polygon to get the view for the given region.
  3. regionCode (type: String.t, default: nil)
    - Region code (or other identifier) for the region.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto{
polygonToAdd: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
polygonToSubtract: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
regionCode: String.t() | nil
}

Function

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

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