Module Values.RasterDataCollectionQueryOutputSource

The output structure contains the Raster Data Collection Query input along with some additional metadata.

Sourcetype nonrec t = {
  1. areaOfInterest : AreaOfInterest.t option;
    (*

    The Area of Interest used in the search.

    *)
  2. propertyFilters : PropertyFilters.t option;
    (*

    Property filters used in the search.

    *)
  3. rasterDataCollectionArn : DataCollectionArn.t option;
    (*

    The ARN of the Raster Data Collection against which the search is done.

    *)
  4. rasterDataCollectionName : String_.t option;
    (*

    The name of the raster data collection.

    *)
  5. timeRangeFilter : TimeRangeFilterOutput.t option;
    (*

    The TimeRange filter used in the search.

    *)
}
Sourceval make : ?areaOfInterest:??? -> ?propertyFilters:??? -> ?rasterDataCollectionArn:??? -> ?rasterDataCollectionName:??? -> ?timeRangeFilter:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataCollectionArn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of Float_.t | `String of String_.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `List of [> `List of [> `Double of Double.t | `List of [> `Double of Double.t ] list ] list ] list ] list ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.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