@bentley/imodeljs-linux-x64 3.0.7 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Assets/DgnGeoCoord/GeodeticTransform.dty +0 -0
- package/Assets/DgnGeoCoord/coordsys.dty +0 -0
- package/Assets/DgnGeoCoord/datum.dty +0 -0
- package/Assets/DgnGeoCoord/ellipsoid.dty +0 -0
- package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +45 -29
- package/Assets/sqlang/iModelJsNodeAddon_en.sqlang.db3 +0 -0
- package/BeBlobDaemon +0 -0
- package/CrashpadHandler +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
5
|
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="LinearReferencing" alias="lr" version="02.00.
|
|
6
|
+
<ECSchema schemaName="LinearReferencing" alias="lr" version="02.00.03" description="Base schema for Linear Referencing." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
|
|
7
7
|
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
-
<ECSchemaReference name="BisCore" version="01.00.
|
|
8
|
+
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis"/>
|
|
9
9
|
<ECSchemaReference name="Formats" version="01.00.00" alias="f"/>
|
|
10
|
-
<ECSchemaReference name="Units" version="01.00.
|
|
10
|
+
<ECSchemaReference name="Units" version="01.00.07" alias="u"/>
|
|
11
11
|
|
|
12
12
|
<ECCustomAttributes>
|
|
13
13
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
<KindOfQuantity typeName="LENGTH" displayLabel="Linear Referencing Length" persistenceUnit="u:M" presentationUnits="f:DefaultRealU(2)[u:M];f:DefaultRealU(2)[u:FT]" relativeError="0.0001"/>
|
|
19
19
|
|
|
20
|
-
<ECEntityClass typeName="ILinearElement" description="Mix-in to be supported by Element-subclasses meant to play the role of Linear-Elements." modifier="Abstract">
|
|
20
|
+
<ECEntityClass typeName="ILinearElement" displayLabel="Linear-Element" description="Mix-in to be supported by Element-subclasses meant to play the role of Linear-Elements." modifier="Abstract">
|
|
21
21
|
<ECCustomAttributes>
|
|
22
22
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
23
23
|
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ECProperty propertyName="LengthValue" typeName="double" kindOfQuantity="LENGTH" displayLabel="Length" description="Length measure value for the Linear-Element."/>
|
|
28
28
|
<ECNavigationProperty propertyName="LinearElementSource" relationshipName="ILinearElementProvidedBySource" direction="Forward" displayLabel="Source" description="Source element providing this Linear-Element."/>
|
|
29
29
|
</ECEntityClass>
|
|
30
|
-
<ECEntityClass typeName="ILinearElementSource" description="Mix-in to be supported by Element-subclasses meant to provide Linear-Elements." modifier="Abstract">
|
|
30
|
+
<ECEntityClass typeName="ILinearElementSource" displayLabel="Linear-Element Source" description="Mix-in to be supported by Element-subclasses meant to provide Linear-Elements." modifier="Abstract">
|
|
31
31
|
<ECCustomAttributes>
|
|
32
32
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
33
33
|
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<Class class="ILinearElementSource"/>
|
|
43
43
|
</Target>
|
|
44
44
|
</ECRelationshipClass>
|
|
45
|
-
<ECEntityClass typeName="ILinearlyLocated" modifier="Abstract" description="Base mix-in for Elements to be linearly-referenced along Linear-Elements.">
|
|
45
|
+
<ECEntityClass typeName="ILinearlyLocated" modifier="Abstract" displayLabel="Linearly-Located Element" description="Base mix-in for Elements to be linearly-referenced along Linear-Elements.">
|
|
46
46
|
<ECCustomAttributes>
|
|
47
47
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
48
48
|
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<Class class="ILinearElement"/>
|
|
59
59
|
</Target>
|
|
60
60
|
</ECRelationshipClass>
|
|
61
|
-
<ECEntityClass typeName="ILinearlyLocatedAttribution" description="Mix-in to be supported by Element-subclasses representing properties whose value is located along a Linear-Element and only applies to a portion of a Linear-Element-Source." modifier="Abstract">
|
|
61
|
+
<ECEntityClass typeName="ILinearlyLocatedAttribution" displayLabel="Linearly-Located Attribution" description="Mix-in to be supported by Element-subclasses representing properties whose value is located along a Linear-Element and only applies to a portion of a Linear-Element-Source." modifier="Abstract">
|
|
62
62
|
<BaseClass>ILinearlyLocated</BaseClass>
|
|
63
63
|
<ECCustomAttributes>
|
|
64
64
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
<Class class="bis:Element"/>
|
|
76
76
|
</Target>
|
|
77
77
|
</ECRelationshipClass>
|
|
78
|
-
<ECEntityClass typeName="LinearlyLocatedAttribution" description="Base class for ILinearlyLocatedAttribution-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
78
|
+
<ECEntityClass typeName="LinearlyLocatedAttribution" displayLabel="Linearly-Located Spatial Attribution" description="Base class for ILinearlyLocatedAttribution-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
79
79
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
80
80
|
<BaseClass>ILinearlyLocatedAttribution</BaseClass>
|
|
81
81
|
</ECEntityClass>
|
|
82
|
-
<ECEntityClass typeName="ILinearLocationElement" description="Mix-in to be supported by Element-subclasses located along a Linear-Element provided by a Linear-Element-Source." modifier="Abstract">
|
|
82
|
+
<ECEntityClass typeName="ILinearLocationElement" displayLabel="Linear-Location Element" description="Mix-in to be supported by Element-subclasses located along a Linear-Element provided by a Linear-Element-Source." modifier="Abstract">
|
|
83
83
|
<BaseClass>ILinearlyLocated</BaseClass>
|
|
84
84
|
<ECCustomAttributes>
|
|
85
85
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
@@ -96,25 +96,41 @@
|
|
|
96
96
|
<Class class="bis:Element"/>
|
|
97
97
|
</Target>
|
|
98
98
|
</ECRelationshipClass>
|
|
99
|
-
<
|
|
99
|
+
<ECRelationshipClass typeName="LocatedElementOwnsLocatingElements" strength="embedding" modifier="None" description="Relates a bis:Element that is not inherently linearly-located to child lr:ILinearLocationElements carrying Linear Referencing Locations for it.">
|
|
100
|
+
<BaseClass>bis:ElementOwnsChildElements</BaseClass>
|
|
101
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
102
|
+
<Class class="bis:Element"/>
|
|
103
|
+
</Source>
|
|
104
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
105
|
+
<Class class="ILinearLocationElement"/>
|
|
106
|
+
</Target>
|
|
107
|
+
</ECRelationshipClass>
|
|
108
|
+
<ECEntityClass typeName="LinearLocationElement" displayLabel="Linear Location Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:SpatialLocationElement." modifier="Abstract">
|
|
100
109
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
101
110
|
<BaseClass>ILinearLocationElement</BaseClass>
|
|
102
111
|
</ECEntityClass>
|
|
103
|
-
<ECEntityClass typeName="LinearLocation" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
112
|
+
<ECEntityClass typeName="LinearLocation" displayLabel="Linear Location" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
104
113
|
<BaseClass>LinearLocationElement</BaseClass>
|
|
105
114
|
</ECEntityClass>
|
|
106
|
-
<ECEntityClass typeName="LinearPhysicalElement" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:PhysicalElement." modifier="Abstract">
|
|
115
|
+
<ECEntityClass typeName="LinearPhysicalElement" displayLabel="Linearly-Located Physical Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:PhysicalElement." modifier="Abstract">
|
|
107
116
|
<BaseClass>bis:PhysicalElement</BaseClass>
|
|
108
117
|
<BaseClass>ILinearLocationElement</BaseClass>
|
|
109
118
|
</ECEntityClass>
|
|
110
|
-
<ECEntityClass typeName="
|
|
119
|
+
<ECEntityClass typeName="LinearLocationRecordElement" displayLabel="Linear Location Record Element" description="Base class for ILinearLocationElement-implementations that are subclasses of bis:InformationRecordElement." modifier="Abstract">
|
|
120
|
+
<BaseClass>bis:InformationRecordElement</BaseClass>
|
|
121
|
+
<BaseClass>ILinearLocationElement</BaseClass>
|
|
122
|
+
</ECEntityClass>
|
|
123
|
+
<ECEntityClass typeName="LinearLocationRecord" displayLabel="Linear Location Record" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
|
|
124
|
+
<BaseClass>LinearLocationRecordElement</BaseClass>
|
|
125
|
+
</ECEntityClass>
|
|
126
|
+
<ECEntityClass typeName="IReferent" display="Referent-Element" description="Mix-in to be supported by Element-subclasses that can play the role of a Referent (known location along a Linear-Element)." modifier="Abstract">
|
|
111
127
|
<BaseClass>ILinearlyLocated</BaseClass>
|
|
112
128
|
<ECCustomAttributes>
|
|
113
129
|
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
|
|
114
130
|
<AppliesToEntityClass>bis:Element</AppliesToEntityClass>
|
|
115
131
|
</IsMixin>
|
|
116
132
|
</ECCustomAttributes>
|
|
117
|
-
<ECNavigationProperty propertyName="ReferencedElement" relationshipName="IReferentReferencesElement" direction="Forward"/>
|
|
133
|
+
<ECNavigationProperty propertyName="ReferencedElement" displayLabel="Referenced Element" relationshipName="IReferentReferencesElement" direction="Forward"/>
|
|
118
134
|
</ECEntityClass>
|
|
119
135
|
<ECRelationshipClass typeName="IReferentReferencesElement" strength="referencing" modifier="None" description="Relationship indicating the bis:Element being used as Referent for Linear Referencing purposes.">
|
|
120
136
|
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="references">
|
|
@@ -124,14 +140,14 @@
|
|
|
124
140
|
<Class class="bis:Element"/>
|
|
125
141
|
</Target>
|
|
126
142
|
</ECRelationshipClass>
|
|
127
|
-
<ECEntityClass typeName="ReferentElement" description="Base class for IReferent-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
143
|
+
<ECEntityClass typeName="ReferentElement" displayLabel="Referent Element" description="Base class for IReferent-implementations that are Spatial Location Elements." modifier="Abstract">
|
|
128
144
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
129
145
|
<BaseClass>IReferent</BaseClass>
|
|
130
146
|
</ECEntityClass>
|
|
131
|
-
<ECEntityClass typeName="Referent" description="IReferent-implementation turning any bis:Element not inherently Linearly-Referenced into a Referent for Linear-Referencing purposes." modifier="Sealed">
|
|
147
|
+
<ECEntityClass typeName="Referent" displayLabel="Referent" description="IReferent-implementation turning any bis:Element not inherently Linearly-Referenced into a Referent for Linear-Referencing purposes." modifier="Sealed">
|
|
132
148
|
<BaseClass>ReferentElement</BaseClass>
|
|
133
149
|
</ECEntityClass>
|
|
134
|
-
<ECEntityClass typeName="LinearlyReferencedLocation" modifier="Abstract" description="Base class for multi-aspects carrying linearly-referenced locations.">
|
|
150
|
+
<ECEntityClass typeName="LinearlyReferencedLocation" displayLabel="Linearly-Referenced Location" modifier="Abstract" description="Base class for multi-aspects carrying linearly-referenced locations.">
|
|
135
151
|
<BaseClass>bis:ElementMultiAspect</BaseClass>
|
|
136
152
|
</ECEntityClass>
|
|
137
153
|
<ECRelationshipClass typeName="ILinearlyLocatedOwnsAtLocations" strength="embedding" modifier="None" description="Relationship documenting multi-aspect ownership by concrete instances of ILinearlyLocated.">
|
|
@@ -153,22 +169,22 @@
|
|
|
153
169
|
</Target>
|
|
154
170
|
</ECRelationshipClass>
|
|
155
171
|
<ECStructClass typeName="DistanceExpression" description="Core structure carrying linearly-referenced information.">
|
|
156
|
-
<ECProperty propertyName="DistanceAlongFromStart" typeName="double" kindOfQuantity="LENGTH"/>
|
|
157
|
-
<ECProperty propertyName="LateralOffsetFromILinearElement" typeName="double" kindOfQuantity="LENGTH"/>
|
|
158
|
-
<ECProperty propertyName="VerticalOffsetFromILinearElement" typeName="double" kindOfQuantity="LENGTH"/>
|
|
159
|
-
<ECProperty propertyName="DistanceAlongFromReferent" typeName="double" kindOfQuantity="LENGTH"/>
|
|
172
|
+
<ECProperty propertyName="DistanceAlongFromStart" typeName="double" displayLabel="Distance-along" kindOfQuantity="LENGTH"/>
|
|
173
|
+
<ECProperty propertyName="LateralOffsetFromILinearElement" typeName="double" displayLabel="Lateral offset" kindOfQuantity="LENGTH"/>
|
|
174
|
+
<ECProperty propertyName="VerticalOffsetFromILinearElement" typeName="double" displayLabel="Vertical offset" kindOfQuantity="LENGTH"/>
|
|
175
|
+
<ECProperty propertyName="DistanceAlongFromReferent" typeName="double" displayLabel="Distance-along from Referent" kindOfQuantity="LENGTH"/>
|
|
160
176
|
</ECStructClass>
|
|
161
|
-
<ECEntityClass typeName="LinearlyReferencedAtLocation" modifier="Sealed" description="Concrete multi-aspect class carrying 'at' linearly-referenced positions along a Linear-Element.">
|
|
177
|
+
<ECEntityClass typeName="LinearlyReferencedAtLocation" displayLabel="Linearly-Referenced At-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'at' linearly-referenced positions along a Linear-Element.">
|
|
162
178
|
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
163
|
-
<ECStructProperty propertyName="AtPosition" typeName="DistanceExpression"/>
|
|
164
|
-
<ECNavigationProperty propertyName="FromReferent" relationshipName="LinearlyReferencedAtPositionRefersToReferent" direction="Forward"/>
|
|
179
|
+
<ECStructProperty propertyName="AtPosition" typeName="DistanceExpression" displayLabel="At-Position"/>
|
|
180
|
+
<ECNavigationProperty propertyName="FromReferent" displayLabel="Referent" relationshipName="LinearlyReferencedAtPositionRefersToReferent" direction="Forward"/>
|
|
165
181
|
</ECEntityClass>
|
|
166
|
-
<ECEntityClass typeName="LinearlyReferencedFromToLocation" modifier="Sealed" description="Concrete multi-aspect class carrying 'from/to' linearly-referenced positions along a Linear-Element.">
|
|
182
|
+
<ECEntityClass typeName="LinearlyReferencedFromToLocation" displayLabel="Linearly-Referenced From/To-Location" modifier="Sealed" description="Concrete multi-aspect class carrying 'from/to' linearly-referenced positions along a Linear-Element.">
|
|
167
183
|
<BaseClass>LinearlyReferencedLocation</BaseClass>
|
|
168
|
-
<ECStructProperty propertyName="FromPosition" typeName="DistanceExpression"/>
|
|
169
|
-
<ECNavigationProperty propertyName="FromPositionFromReferent" relationshipName="LinearlyReferencedFromPositionRefersToReferent" direction="Forward"/>
|
|
170
|
-
<ECStructProperty propertyName="ToPosition" typeName="DistanceExpression"/>
|
|
171
|
-
<ECNavigationProperty propertyName="ToPositionFromReferent" relationshipName="LinearlyReferencedToPositionRefersToReferent" direction="Forward"/>
|
|
184
|
+
<ECStructProperty propertyName="FromPosition" typeName="DistanceExpression" displayLabel="From-Position"/>
|
|
185
|
+
<ECNavigationProperty propertyName="FromPositionFromReferent" displayLabel="From-Referent" relationshipName="LinearlyReferencedFromPositionRefersToReferent" direction="Forward"/>
|
|
186
|
+
<ECStructProperty propertyName="ToPosition" typeName="DistanceExpression" displayLabel="To-Position"/>
|
|
187
|
+
<ECNavigationProperty propertyName="ToPositionFromReferent" displayLabel="To-Referent" relationshipName="LinearlyReferencedToPositionRefersToReferent" direction="Forward"/>
|
|
172
188
|
</ECEntityClass>
|
|
173
189
|
<ECRelationshipClass typeName="LinearlyReferencedAtPositionRefersToReferent" strength="referencing" modifier="None" description="Relationship indicating the referent used by a particular linearly-referenced At position.">
|
|
174
190
|
<Source multiplicity="(0..*)" polymorphic="true" roleLabel="refers to">
|
|
Binary file
|
package/BeBlobDaemon
CHANGED
|
Binary file
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|