Module Values_0.GeospatialLayerItemSource

The properties for a single geospatial layer.

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

    The ID of the layer.

    *)
  2. layerType : GeospatialLayerType.t option;
    (*

    The layer type.

    *)
  3. dataSource : GeospatialDataSourceItem.t option;
    (*

    The data source for the layer.

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

    The label that is displayed for the layer.

    *)
  5. visibility : Visibility.t option;
    (*

    The state of visibility for the layer.

    *)
  6. layerDefinition : GeospatialLayerDefinition.t option;
    (*

    The definition properties for a layer.

    *)
  7. tooltip : TooltipOptions.t option;
  8. joinDefinition : GeospatialLayerJoinDefinition.t option;
    (*

    The join definition properties for a layer.

    *)
  9. actions : LayerCustomActionList.t option;
    (*

    A list of custom actions for a layer.

    *)
}
Sourceval context_ : string
Sourceval make : ?layerType:??? -> ?dataSource:??? -> ?label:??? -> ?visibility:??? -> ?layerDefinition:??? -> ?tooltip:??? -> ?joinDefinition:??? -> ?actions:??? -> layerId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `Enum of string | `List of [> `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of ShortRestrictiveResourceId.t ] list ]) list ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum 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 | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t | `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 ShortRestrictiveResourceId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of DateTimeFormat.t | `Structure of (string * [> `Double of GeospatialWidth.t | `String of NullString.t | `Structure of (string * [> `Double of Opacity.t | `Enum of string | `List of [> `Structure of (string * [> `Double of Double.t | `String of HexColorWithTransparency.t ]) list ] list | `String of HexColorWithTransparency.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Double of GeospatialWidth.t | `Enum of string | `String of HexColorWithTransparency.t ]) list ]) 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