AirLay backend

MigrateAddLineBarycenter extends Injectable
in package
implements AirlayCliDi

Interfaces, Classes, Traits and Enums

AirlayCliDi
Interface AirlayCliDi

Table of Contents

LIMIT  = 50000
migrate()  : void
addToRelatedDataSets()  : void
addToSimpleDataSet()  : void
getLineFeatures()  : array<string|int, FeatureEntity>
getLineRelations()  : array<string|int, RelationEntity>
getRelatedDataSets()  : array<string|int, DataSetEntity>
getSimpleDataSets()  : array<string|int, DataSetEntity>
setLinePointZoom()  : void
updateRelatedBarycenter()  : void
updateSimpleBarycenter()  : void

Constants

Methods

getRelatedDataSets()

private getRelatedDataSets() : array<string|int, DataSetEntity>
Return values
array<string|int, DataSetEntity>

getSimpleDataSets()

private getSimpleDataSets() : array<string|int, DataSetEntity>
Return values
array<string|int, DataSetEntity>

updateRelatedBarycenter()

private updateRelatedBarycenter(DataSetEntity $dataSet) : void
Parameters
$dataSet : DataSetEntity
Return values
void

updateSimpleBarycenter()

private updateSimpleBarycenter(DataSetEntity $dataSet) : void
Parameters
$dataSet : DataSetEntity
Return values
void

Search results