BHRGTRockLayer
Interface: BHRGTRockLayer
Section titled “Interface: BHRGTRockLayer”Defined in: src/types/index.ts:552
A BHR-GT layer that describes rock.
Discriminate on material === "rock".
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
upperBoundary | number | - | BHRGTLayerBase.upperBoundary | src/types/index.ts:441 |
lowerBoundary | number | - | BHRGTLayerBase.lowerBoundary | src/types/index.ts:442 |
upperBoundaryDetermination? | string | null | - | BHRGTLayerBase.upperBoundaryDetermination | src/types/index.ts:445 |
lowerBoundaryDetermination? | string | null | - | BHRGTLayerBase.lowerBoundaryDetermination | src/types/index.ts:446 |
anthropogenic? | boolean | null | Whether the layer is anthropogenic (man-made) | BHRGTLayerBase.anthropogenic | src/types/index.ts:450 |
slant? | boolean | null | Whether the layer boundary is slanted | BHRGTLayerBase.slant | src/types/index.ts:454 |
bedded? | boolean | null | Whether the layer is bedded/stratified | BHRGTLayerBase.bedded | src/types/index.ts:456 |
bedding? | string | null | Bedding type of the layer (e.g., “dikGelamineerd”) | BHRGTLayerBase.bedding | src/types/index.ts:458 |
compositeLayer? | boolean | null | Whether the layer is a composite layer | BHRGTLayerBase.compositeLayer | src/types/index.ts:460 |
activityType? | string | null | Human activity type observed in the layer (e.g., “nietBepaald”) | BHRGTLayerBase.activityType | src/types/index.ts:462 |
internalStructureIntact? | boolean | null | Whether the internal structure is intact (undisturbed) | BHRGTLayerBase.internalStructureIntact | src/types/index.ts:464 |
specialMaterial? | string | null | Special material in the layer (e.g. anthropogenic debris) | BHRGTLayerBase.specialMaterial | src/types/index.ts:468 |
material | "rock" | - | - | src/types/index.ts:553 |
rock | RockDescription | Rock description | - | src/types/index.ts:555 |