Module Values_0.SpatialStaticFileSource

A static file that contains the geospatial data.

Sourcetype nonrec t = {
  1. staticFileId : ShortRestrictiveResourceId.t;
    (*

    The ID of the spatial static file.

    *)
  2. source : StaticFileSource.t option;
    (*

    The source of the spatial static file.

    *)
}
Sourceval context_ : string
Sourceval make : ?source:??? -> staticFileId:ShortRestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t