GeostoreDisputedAreaProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreDisputedAreaProto


Table of Contents ▼

Jump to a specific part of the page:

Description

This protocol buffer is used to store information about disputed areas. E.g., the political power that administers a disputed area or the countries that claim it. It should only be used for features of TYPE_DISPUTED_AREA.

Attributes List

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

View Attributes

Attributes

  1. administeredBy (type: String.t, default: nil)
    - If present this feature is administered by the power present in the field. In most cases this will be a two letter ISO-3166 region code, but may be a descriptive string if no region code is available.
  2. claimant (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto), default: nil)
    - Feature IDs (usually a country feature ID) of all parties who claim this feature. No claimants means the claim by the country that contains it (based on country polygon) is not disputed.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreDisputedAreaProto{
administeredBy: String.t() | nil,
claimant: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}

Function

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

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