Roadspaces2CitygmlParameters

@Serializable
data class Roadspaces2CitygmlParameters(val concurrentProcessing: Boolean, val gmlIdPrefix: String, val xlinkPrefix: String, val identifierAttributesPrefix: String, val geometryAttributesPrefix: String, val flattenGenericAttributeSets: Boolean, val discretizationStepSize: Double, val sweepDiscretizationStepSize: Double, val circleSlices: Int, val generateRandomGeometryIds: Boolean, val transformAdditionalRoadLines: Boolean, val generateLongitudinalFillerSurfaces: Boolean, val mappingBackwardsCompatibility: Boolean)

Constructors

Link copied to clipboard
constructor(concurrentProcessing: Boolean, gmlIdPrefix: String, xlinkPrefix: String, identifierAttributesPrefix: String, geometryAttributesPrefix: String, flattenGenericAttributeSets: Boolean, discretizationStepSize: Double, sweepDiscretizationStepSize: Double, circleSlices: Int, generateRandomGeometryIds: Boolean, transformAdditionalRoadLines: Boolean, generateLongitudinalFillerSurfaces: Boolean, mappingBackwardsCompatibility: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

number of discretization points for a circle or cylinder

Link copied to clipboard

enable concurrency during processing

Link copied to clipboard

distance between each discretization step for curves and surfaces

Link copied to clipboard

true, if nested attribute lists shall be flattened out

Link copied to clipboard

if true, filler surfaces are generated to close gaps at lane transitions

Link copied to clipboard

true, if random ids shall be generated for the gml geometries

Link copied to clipboard

prefix for geometry attribute names

Link copied to clipboard

prefix for generated gml ids

Link copied to clipboard

prefix for identifier attribute names

Link copied to clipboard

if true, only classes are populated that are also available in CityGML2

Link copied to clipboard

distance between each discretization step for solid geometries of ParametricSweep3D

Link copied to clipboard

if true, additional road lines, such as the reference line, lane boundaries, etc. are also transformed

Link copied to clipboard

prefix for xlinks in XML document