AirLay backend

LayerOptions extends NodeOptions
in package

Table of Contents

$buttons  : array<string|int, mixed>
$dataSetId  : ObjectId
$description  : array<string|int, mixed>
$filter  : string
$iconOptions  : array<string|int, mixed>
$isPreviewActive  : OptionValue
$label  : LabelOptions
$legend  : string
$lineOptions  : LineOptions
$multiPolygonOptions  : MultiPolygonOptions
$pointOptions  : PointOptions
$sideBarDescription  : string
$track  : TrackOptions
$turnOn  : bool
$updated  : UpdatedOptions
__construct()  : mixed
fromArray()  : self
getValues()  : array<string|int, mixed>
inherit()  : Options
setValues()  : self
setArrayValue()  : array<string|int, mixed>

Properties

$buttons

public array<string|int, mixed> $buttons = []

$description

public array<string|int, mixed> $description = []

$iconOptions

public array<string|int, mixed> $iconOptions = ['type' => 'none', 'icon' => '', 'iconUrl' => '', 'styles' => []]

$sideBarDescription

public string $sideBarDescription = ''

Methods

__construct()

public __construct() : mixed
Return values
mixed

fromArray()

public static fromArray(array<string|int, mixed> $data) : self
Parameters
$data : array<string|int, mixed>
Return values
self

getValues()

public getValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

setValues()

public setValues(array<string|int, mixed> $values) : self
Parameters
$values : array<string|int, mixed>
Return values
self

setArrayValue()

private setArrayValue(array<string|int, mixed> $array, array<string|int, mixed> $newArray) : array<string|int, mixed>
Parameters
$array : array<string|int, mixed>
$newArray : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results