View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto (google_api_content_warehouse v0.4.0)
Raw polygon adjustments to apply to this feature's base polygon to construct a specific region's view of this feature's polygon.
Attributes
-
polygonToAdd
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t
, 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. -
polygonToSubtract
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t
, default:nil
) - Polygon to subtract from the feature's base polygon to get the view for the given region. -
regionCode
(type:String.t
, default:nil
) - Region code (or other identifier) for the region.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.