MigrateAddLineBarycenter
extends Injectable
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
LIMIT
private
mixed
LIMIT
= 50000
migrate()
public
migrate() : void
Return values
void
—
private
addToRelatedDataSets() : void
Return values
void
—
addToSimpleDataSet()
private
addToSimpleDataSet() : void
Return values
void
—
getLineFeatures()
private
getLineFeatures(FeaturesCollection $featuresCollection, ObjectId|MinKey $startId) : array<string|int, FeatureEntity>
Parameters
-
$featuresCollection
: FeaturesCollection
-
-
$startId
: ObjectId|MinKey
-
Return values
array<string|int, FeatureEntity>
—
getLineRelations()
private
getLineRelations(RelatedDataSet|DependentDataSet $dataSetCollection, MinKey|ObjectId $startId) : array<string|int, RelationEntity>
Parameters
-
$dataSetCollection
: RelatedDataSet|DependentDataSet
-
-
$startId
: MinKey|ObjectId
-
Return values
array<string|int, RelationEntity>
—
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>
—
setLinePointZoom()
private
setLinePointZoom() : void
Return values
void
—
private
updateRelatedBarycenter(DataSetEntity $dataSet) : void
Parameters
-
$dataSet
: DataSetEntity
-
Return values
void
—
updateSimpleBarycenter()
private
updateSimpleBarycenter(DataSetEntity $dataSet) : void
Parameters
-
$dataSet
: DataSetEntity
-
Return values
void
—