class GenericsModuleBuilder: Any
Constructors
<init>
constructor(parameters: Roadspaces2CitygmlParameters, identifierAdder: IdentifierAdder)
Builder for city objects of the CityGML Generics module.
Parameters
Name | Description |
---|---|
parameters: Roadspaces2CitygmlParameters
|
|
identifierAdder: IdentifierAdder
|
Methods
createGenericOccupiedSpaceFeature
fun createGenericOccupiedSpaceFeature(roadspaceObject: RoadspaceObject): ContextMessageList
Parameters
Name | Description |
---|---|
roadspaceObject: RoadspaceObject
|
ReturnValue
Name | Description |
---|---|
ContextMessageList
|
createGenericOccupiedSpaceFeature
fun createGenericOccupiedSpaceFeature(id: LaneIdentifier, name: String, abstractGeometry: AbstractGeometry3D, attributes: AttributeList): ContextMessageList
Parameters
Name | Description |
---|---|
id: LaneIdentifier
|
|
name: String
|
|
abstractGeometry: AbstractGeometry3D
|
|
attributes: AttributeList
|
ReturnValue
Name | Description |
---|---|
ContextMessageList
|
createGenericOccupiedSpaceFeature
fun createGenericOccupiedSpaceFeature(id: RoadspaceIdentifier, name: String, abstractGeometry: AbstractGeometry3D, attributes: AttributeList): ContextMessageList
Parameters
Name | Description |
---|---|
id: RoadspaceIdentifier
|
|
name: String
|
|
abstractGeometry: AbstractGeometry3D
|
|
attributes: AttributeList
|
ReturnValue
Name | Description |
---|---|
ContextMessageList
|
Builder for city objects of the CityGML Generics module.