Table Index

PositionDelta


Represents MAGE Class PositionDelta
The delta the feature was actually printed on the array from the position specified for the feature in the array design.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
DeltaX FLOAT NUMBER Yes MAGE attribute PositionDelta.deltaX
Deviation from the y coordinate of this feature's position.
DeltaY FLOAT NUMBER Yes MAGE attribute PositionDelta.deltaY
Deviation from the y coordinate of this feature's position.
PositionDelta_DistanceUnit BIGINT NUMBER Yes Represents 1..1 association between PositionDelta and DistanceUnit
The unit for the attributes.

Referenced By

Table Column
FeatureDefect FeatureDefect_PositionDelta
ZoneDefect ZoneDefect_PositionDelta

Other Constraints

None.

Indexes

Name Columns
PositionDelta1 DataSetWID
PositionDelta2 DeltaX
PositionDelta3 DeltaY
PositionDelta4 PositionDelta_DistanceUnit