Module Values.GeoMosaicConfigInputSource

Input configuration information for the geomosaic.

Sourcetype nonrec t = {
  1. algorithmName : AlgorithmNameGeoMosaic.t option;
    (*

    The name of the algorithm being used for geomosaic.

    *)
  2. targetBands : StringListInput.t option;
    (*

    The target bands for geomosaic.

    *)
}
Sourceval make : ?algorithmName:??? -> ?targetBands:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] 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