Module Values_0.GeospatialLayerJoinDefinitionSource

The custom actions for a layer.

Sourcetype nonrec t = {
  1. shapeKeyField : String_.t option;
    (*

    The name of the field or property in the geospatial data source.

    *)
  2. datasetKeyField : UnaggregatedField.t option;
  3. colorField : GeospatialLayerColorField.t option;
    (*

    The geospatial color field for the join definition.

    *)
}
Sourceval make : ?shapeKeyField:??? -> ?datasetKeyField:??? -> ?colorField:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DateTimeFormat.t | `Structure of (string * [> `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) list ]) 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