RockDescription
Interface: RockDescription
Section titled “Interface: RockDescription”Defined in: src/types/index.ts:392
Rock description for a layer (BHR-GT rock element).
A layer describes either soil (flattened onto BHRGTLayer) or rock (this nested object). Yes/no fields keep their raw code (e.g. “ja”, “nee”, “nietWaargenomen”) to preserve archive nuance.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
rockType | string | null | - | src/types/index.ts:393 |
cementType | string | null | - | src/types/index.ts:394 |
colour | string | null | - | src/types/index.ts:395 |
tertiaryRockConstituent | string[] | Tertiary rock constituents (1 or more) | src/types/index.ts:397 |
interbedding | string | null | - | src/types/index.ts:398 |
dispersedInhomogeneity | string[] | Dispersed inhomogeneities (0-2) | src/types/index.ts:400 |
carbonateContentClass | string | null | - | src/types/index.ts:401 |
crossBedding | string | null | - | src/types/index.ts:402 |
gradedBedding | string | null | - | src/types/index.ts:403 |
voidsPresent | string | null | - | src/types/index.ts:404 |
voidDistribution | string | null | - | src/types/index.ts:405 |
stability | string | null | - | src/types/index.ts:406 |
strengthClass | string | null | - | src/types/index.ts:407 |
weathered | string | null | - | src/types/index.ts:408 |
weatheringDegree? | RockWeatheringDegree | - | src/types/index.ts:409 |