-
Notifications
You must be signed in to change notification settings - Fork 5
PileCap
Nick Machairas edited this page Jun 21, 2024
·
5 revisions
The PileCap object is a concrete representation of a pile cap, and inherits properties from AbstractPilingEquipment.
For comments/feedback on the elements below or to propose properties that are missing, create a post on the Deep Foundations: Schema Discussion.
(Click on links in the diagram to view details of the properties of each object)
classDiagram
direction LR
AbstractEquipment <|-- AbstractPilingEquipment
AbstractPilingEquipment <|-- PileCap
class AbstractEquipment["<a href='https://github.com/DIGGSml/schema-dev/wiki/Properties-common-to-all-Pile-Driving-Equipment-Objects'>AbstractEquipment</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..*]
+ class:CodeType [0..1]
+ make:DiggsStringType [0..1]
+ modelNumber:DiggsStringType [0..1]
+ serialNumber:DiggsStringType [0..1]
+ calibrationAuditTrail:Calibration [0..*]
+ otherEquipmentProperty:Parameter [0..*]
}
class AbstractPilingEquipment{
<<abstract>>
}
class PileCap["<a href='https://github.com/DIGGSml/schema-dev/wiki/PileCap#Properties-specific-to-PileCap'>PileCap</a>"]{
+ weight:ForceMeasure [0..1]
+ diameter:LengthMeasure [0..1]
+ thickness:LengthMeasure [0..1]
}
Property or Attribute Name (Type) | Definition | Cardinality |
---|---|---|
weight (eml:ForceMeasureExt) |
The weight of the pile cap, which is typically made of steel. | 0..1 |
diameter (eml:LengthMeasureExt) |
The outer diameter of the pile cap. This is typically relevant for circular pile caps. | 0..1 |
thickness (eml:LengthMeasureExt) |
The thickness of the pile cap material, measured from the outer surface to the inner surface. | 0..1 |
Key Points:
- Cardinality (0..1): All these properties are optional. Not all pile caps will have the same properties recorded, depending on their shape and specific design.
- Data Types: The linked data types provide specific information on how to measure and format these properties.
- 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
-