Skip to content
A

BHRGTRockLayer

Defined in: src/types/index.ts:552

A BHR-GT layer that describes rock. Discriminate on material === "rock".

PropertyTypeDescriptionInherited fromDefined in
upperBoundarynumber-BHRGTLayerBase.upperBoundarysrc/types/index.ts:441
lowerBoundarynumber-BHRGTLayerBase.lowerBoundarysrc/types/index.ts:442
upperBoundaryDetermination?string | null-BHRGTLayerBase.upperBoundaryDeterminationsrc/types/index.ts:445
lowerBoundaryDetermination?string | null-BHRGTLayerBase.lowerBoundaryDeterminationsrc/types/index.ts:446
anthropogenic?boolean | nullWhether the layer is anthropogenic (man-made)BHRGTLayerBase.anthropogenicsrc/types/index.ts:450
slant?boolean | nullWhether the layer boundary is slantedBHRGTLayerBase.slantsrc/types/index.ts:454
bedded?boolean | nullWhether the layer is bedded/stratifiedBHRGTLayerBase.beddedsrc/types/index.ts:456
bedding?string | nullBedding type of the layer (e.g., “dikGelamineerd”)BHRGTLayerBase.beddingsrc/types/index.ts:458
compositeLayer?boolean | nullWhether the layer is a composite layerBHRGTLayerBase.compositeLayersrc/types/index.ts:460
activityType?string | nullHuman activity type observed in the layer (e.g., “nietBepaald”)BHRGTLayerBase.activityTypesrc/types/index.ts:462
internalStructureIntact?boolean | nullWhether the internal structure is intact (undisturbed)BHRGTLayerBase.internalStructureIntactsrc/types/index.ts:464
specialMaterial?string | nullSpecial material in the layer (e.g. anthropogenic debris)BHRGTLayerBase.specialMaterialsrc/types/index.ts:468
material"rock"--src/types/index.ts:553
rockRockDescriptionRock description-src/types/index.ts:555