GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalGeometryProto
Table of Contents ▼
Jump to a specific part of the page:
Description
Geopolitical (unsimplified) polygons for a feature for different geopolitical use cases. See go/unsimplified-poly.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
restOfWorldPolygon
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto
, default:nil
)
- The unsimplified, water-subtracted polygon representing the feature's geometry as viewed by the rest of the world, which may differ from its default polygon, for example by excluding certain regions. -
selfPolygon
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto
, default:nil
)
- The unsimplified, water-subtracted polygon representing the feature's geometry as viewed by the country that administers it, which may differ from its default polygon, for example by including disputed areas.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalGeometryProto{
restOfWorldPolygon: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
selfPolygon: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil
}
restOfWorldPolygon: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
selfPolygon: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalGeometryProto