-
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-Pile-Objects'>AbstractLinearInstallation</a>"]{
<<abstract>>
+ @gml:id:ID [1]
+ gml:description:StringOrRefType [0..1]
+ gml:identifier:CodeWithAuthorityType [0..1]
+ gml:name:Codetype [1..*]
+ internalIdentifier:CodeWithAuthorityType [0..1]
+ status:CodeType [0..1]
+ implementationStatus:CodeType [0..1]
+ associatedFile:AssociatedFile [0..*]
+ role:Role [0..*]
+ remark:Remark [0..*]
+ investigationTarget:InvestigationTargetEnumExtType [1..*]
+ projectRef:FeatureReferenceType [1]
+ originalProjectRef:FeatureReferenceType [0..1]
+ associatedProjectRef:FeatureReferenceType [0..*]
+ programRef:FeatureReferenceType [0..1]
+ environment:Environment [0..*]
+ otherSamplingFeatureProperty:Parameter [0..*]
+ locality:Locality [0..1]
+ referencePoint:PointLocation [1]
+ localCoordinates:LocalCoordinate [0..1]
+ centerline:LinearExtent [1..*]
+ linearReferencing:LinearSpatialReferenceSystem [1..*]
+ plunge:PlaneAngleMeasure [0..1]
+ bearing:BearingType [0..1]
+ samplingFeatureRef:FeatureReferenceType [1]
+ installationConstructionEvent:InstallationEvent [0..*]
}
class AbstractPile["<a href='https://github.com/DIGGSml/schema-dev/wiki/Properties-Common-To-All-Pile-Objects#AbstractPile'>AbstractPile</a>"]{
<<abstract>>
+ whenInstalled:TimeInterval [0..1]
+ groundSurfaceElevation:PointLocation [1]
+ cutoffElevation:PointLocation [1]
+ jettingElevation:PointLocation [0..1]
+ totalPileLength:LengthMeasure [0..1]
+ tipDeviationNorth:LengthMeasure [0..1]
+ tipDeviationEast:LengthMeasure [0..1]
+ weightPerLength:ForcePerLength [0..1]
+ lengthAboveGS:LengthMeasure [0..1]
+ lengthBelowGS:LengthMeasure [0..1]
+ lengthNonFriction:LengthMeasure [0..1]
+ intervalData:IntervalData [1..*]
+ productionPile:boolean [0..1]
+ testPile:boolean [0..1]
+ nominalCapacity:ForceMeasure [0..1]
+ finalTipElevation:LengthMeasure [0..1]
}
class SteelHPile["<a href='https://github.com/DIGGSml/schema-dev/wiki/SteelHPile#Properties-specific-to-SteelHPile'>SteelHPile</a>"]{
+ flangeLength:LengthMeasure [0..1]
+ flangeThickness:LengthMeasure [0..1]
+ webThickness:LengthMeasure [0..1]
+ splices:Splice [0..*]
}
class Splice["<a href='https://github.com/DIGGSml/schema-dev/wiki/ConcretePile#splicearraypropertytype'>Splice</a>"]{
+ @gml:id [0..1]
+ spliceNumber:positiveInteger [0..1]
+ spliceType:CodeType [0..1]
+ spliceLocation:PointLocation [1]
}
Cross-section view of SteelHPile

Property Name Type |
Definition | Cardinality |
---|---|---|
totalDrivenLength eml:LengthMeasureExt |
0..1 | |
preDrillDepth eml:LengthMeasureExt |
0..1 | |
preDrilDiameter eml:LengthMeasureExt |
0..1 | |
plumbCheck boolean |
0..1 | |
plumbCheckDirection eml:PlaneAngleMeasureExt |
0..1 | |
pileDrivingRecord PileDrivingRecordPropertyType |
0..* | |
vibrationRecord VibrationRecordPropertyType (not yet implemnted) |
0..* | |
pdaRecord 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
-