Module Values.UserDefinedSource

The output resolution (in target georeferenced units) of the result of the operation

Sourcetype nonrec t = {
  1. unit : Unit.t;
    (*

    The units for output resolution of the result.

    *)
  2. value : Float_.t;
    (*

    The value for output resolution of the result.

    *)
}
Sourceval context_ : string
Sourceval make : unit:Unit.t -> value:Float_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of Float_.t ]) 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