AirLay backend

GeoIntersect
in package
implements ConnectionInterface

Interfaces, Classes, Traits and Enums

ConnectionInterface

Table of Contents

$masterDataSetId  : ObjectId
$mergeProperties  : bool
__construct()  : mixed
getMasterDateSetId()  : ObjectId
getMergeProperties()  : bool
getType()  : string
toArray()  : array<string|int, mixed>

Properties

$masterDataSetId read-only

private ObjectId $masterDataSetId

$mergeProperties read-only

private bool $mergeProperties = false

Methods

__construct()

public __construct(ObjectId $masterDataSetId[, bool $mergeProperties = false ]) : mixed
Parameters
$masterDataSetId : ObjectId
$mergeProperties : bool = false
Return values
mixed

getMasterDateSetId()

public getMasterDateSetId() : ObjectId
Return values
ObjectId

getMergeProperties()

public getMergeProperties() : bool
Return values
bool

getType()

public getType() : string
Return values
string

toArray()

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

Search results