Skip to content
A

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).

PropertyTypeDescriptionDefined in
upperBoundarynumber-src/types/index.ts:441
lowerBoundarynumber-src/types/index.ts:442
upperBoundaryDetermination?string | null-src/types/index.ts:445
lowerBoundaryDetermination?string | null-src/types/index.ts:446
anthropogenic?boolean | nullWhether the layer is anthropogenic (man-made)src/types/index.ts:450
slant?boolean | nullWhether the layer boundary is slantedsrc/types/index.ts:454
bedded?boolean | nullWhether the layer is bedded/stratifiedsrc/types/index.ts:456
bedding?string | nullBedding type of the layer (e.g., “dikGelamineerd”)src/types/index.ts:458
compositeLayer?boolean | nullWhether the layer is a composite layersrc/types/index.ts:460
activityType?string | nullHuman activity type observed in the layer (e.g., “nietBepaald”)src/types/index.ts:462
internalStructureIntact?boolean | nullWhether the internal structure is intact (undisturbed)src/types/index.ts:464
specialMaterial?string | nullSpecial material in the layer (e.g. anthropogenic debris)src/types/index.ts:468