BHRGTLayerBase
Interface: BHRGTLayerBase
Section titled “Interface: BHRGTLayerBase”Defined in: src/types/index.ts:439
Fields shared by every BHR-GT described layer, regardless of whether it
describes soil or rock (they live directly on the XSD layer element).
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
upperBoundary | number | - | src/types/index.ts:441 |
lowerBoundary | number | - | src/types/index.ts:442 |
upperBoundaryDetermination? | string | null | - | src/types/index.ts:445 |
lowerBoundaryDetermination? | string | null | - | src/types/index.ts:446 |
anthropogenic? | boolean | null | Whether the layer is anthropogenic (man-made) | src/types/index.ts:450 |
slant? | boolean | null | Whether the layer boundary is slanted | src/types/index.ts:454 |
bedded? | boolean | null | Whether the layer is bedded/stratified | src/types/index.ts:456 |
bedding? | string | null | Bedding type of the layer (e.g., “dikGelamineerd”) | src/types/index.ts:458 |
compositeLayer? | boolean | null | Whether the layer is a composite layer | src/types/index.ts:460 |
activityType? | string | null | Human activity type observed in the layer (e.g., “nietBepaald”) | src/types/index.ts:462 |
internalStructureIntact? | boolean | null | Whether the internal structure is intact (undisturbed) | src/types/index.ts:464 |
specialMaterial? | string | null | Special material in the layer (e.g. anthropogenic debris) | src/types/index.ts:468 |