populateLod0Geometry

fun AbstractSpace.populateLod0Geometry(geometryTransformer: GeometryTransformer): Either<GeometryTransformerException, Unit>

Populates the LOD0 point geometry of an AbstractSpace object with the source geometries of the GeometryTransformer.

Return

Either.Right is returned, if a geometry has been populated; Either.Left, if no adequate geometry could be assigned

Parameters

geometryTransformer

source geometries


fun AbstractThematicSurface.populateLod0Geometry(geometryTransformer: GeometryTransformer): Either<GeometryTransformerException, Unit>

Populates the LOD0 geometry of an AbstractThematicSurface object with the source geometries of the GeometryTransformer.

Return

Either.Right is returned, if a geometry has been populated; Either.Left, if no adequate geometry could be assigned

Parameters

geometryTransformer

source geometries