GoogleApi.ContentWarehouse.V1.Model.GeostoreGeometryStoreReferenceProto
Table of Contents ▼
Jump to a specific part of the page:
Description
A Geometry Store ID and, in some contexts, geometry materialized from the record associated with that ID.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
footprint
(type:String.t
, default:nil
)
- Geometry (in STGeography format) materialized from the footprint field of the Geometry Store record associated with the geometry_id referenced above. -
geometry
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto
, default:nil
)
- Geometry materialized from the full_fidelity_proto field of the Geometry Store record associated with the geometry_id referenced above. -
geometryId
(type:String.t
, default:nil
)
- The ID of a record in the Geometry Store.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeometryStoreReferenceProto{
footprint: String.t() | nil,
geometry: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto.t() | nil,
geometryId: String.t() | nil
}
footprint: String.t() | nil,
geometry: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto.t() | nil,
geometryId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreGeometryStoreReferenceProto