-
Notifications
You must be signed in to change notification settings - Fork 5
PileDrivingActivity
Dan Ponti edited this page Jun 20, 2024
·
19 revisions
The PileDrivingActivity object is a concrete representation of a construction activity, and inherits properties from AbstractConstructionActivity
(Click on links in the diagram to view details of the properties of each object)
classDiagram
direction LR
AbstractConstructionActivity <|-- PileDrivingActivity
PileDrivingActivity "1" o-- "0..1" PileDrivingRecord
class AbstractConstructionActivity["<a href='https://github.com/DIGGSml/schema-dev/wiki/Properties-Common-To-All-Construction-Activities'>AbstractConstructionActivity</a>"]{
<<abstract>>
+ @gml:id:ID [1]
+ gml:description:StringOrRefType [0..1]
+ gml:identifier:CodeWithAuthorityType [0..1]
+ gml:name:CodeType [0..*]
+ internalIdentifier:CodeWithAuthorityType [0..1]
+ status:CodeType [0..1]
+ implementationStatus:CodeType [0..1]
+ associatedFile:AssociatedFile [0..*]
+ role:Role [0..*]
+ remark:Remark [0..*]
+ investigationTarget:InvestigationTargetEnumType [1]
+ projectRef:FeatureReferenceType [1]
+ samplingFeatureRef:FeatureReferenceType [0..1]
+ programRef:FeatureReferenceType [0..1]
+ programSpecificationRef:FeatureReferenceType [0..1]
+ constructionMethod:Specification [0..*]
+ constructionEnvironment:Environment [0..*]
+ equpment:AbstractEquipment [0..*]
+ otherConstructionActivityProperty:Parameter [0..*]
+ activityDateTime:TimeInterval [0..1]
}
class PileDrivingActivity["<a href='https://github.com/DIGGSml/schema-dev/wiki/Properties-Common-To-All-Pile-Objects#AbstractPile'>AbstractPile</a>"]{
+ totalDrivenLength:LengthMeasure [0..1]
+ preDrillDepth:LengthMeasure [0..1]
+ preDrillDiameter:LengthMeasure [0..1]
+ plumbCheck:boolean [0..1]
+ plumbCheckDirection:PlaneAngleMeasure [0..1]
+ pileDrivingRecord:PileDrivingRecord|SaximeterRecord [0..*]
+ vibrationRecord:VibrationRecord [0..*]
+ pdaRecord:PDARecord [0..*]}
### Properties specific to PileDrivingActivity:
| Property Name<br/>Type | Definition | Cardinality |
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |------------- |
| totalDrivenLength<br/>[eml:LengthMeasureExt](https://diggsml.org/docs/latest/MeasureType_xsd_Complex_Type_eml_LengthMeasureExt.html#LengthMeasureExt) | | 0..1 |
| preDrillDepth<br/>[eml:LengthMeasureExt](https://diggsml.org/docs/latest/MeasureType_xsd_Complex_Type_eml_LengthMeasureExt.html#LengthMeasureExt) | | 0..1 |
| preDrilDiameter<br/>[eml:LengthMeasureExt](https://diggsml.org/docs/latest/MeasureType_xsd_Complex_Type_eml_LengthMeasureExt.html#LengthMeasureExt) | | 0..1 |
| plumbCheck<br/>[boolean](https://www.w3.org/TR/xmlschema-2/#boolean) | | 0..1 |
| plumbCheckDirection<br/>[eml:PlaneAngleMeasureExt](https://diggsml.org/docs/latest/MeasureType_xsd_Complex_Type_eml_PlaneAngleMeasureExt.html#PlaneAngleMeasureExt) | | 0..1 |
| pileDrivingRecord<br/>[PileDrivingRecordPropertyType](https://github.com/DIGGSml/schema-dev/wiki/PileDrivingRecord) | | 0..* |
| vibrationRecord<br/>[VibrationRecordPropertyType (not yet implemnted)]() | | 0..* |
| pdaRecord<br/>[pdaRecordPropertyType (not yet implemnted)]() | | 0..* |
- Rock Grouting
-
Deep Foundations
-
Pile Objects
- SteelHPile
- SteelPipePile
- ConcretePile
- TimberPile
- CompositePile (not yet implemented)
- CastInPlacePile (not yet implemented)
-
Pile Driving Equipment Objects
-
Pile Driving Activity Objects
-
PileDrivingActivity
- PileDrivingRecord
- PDARecord (not yet implemented)
- VibrationRecord (not yet implemented)
- CastInPlaceActivity (not yet implemented)
-
PileDrivingActivity
-