View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreGeometryStoreReferenceProto (google_api_content_warehouse v0.4.0)
A Geometry Store ID and, in some contexts, geometry materialized from the record associated with that ID.
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.t
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeometryStoreReferenceProto{ footprint: String.t() | nil, geometry: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto.t() | nil, geometryId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.