Spatial Element
class SpatialElement(val modelElement: ModelElement, initLocation: LocationIfc = modelElement.spatialModel.defaultLocation, aName: String? = null, val observableComponent: ObservableComponent<SpatialElementIfc> = ObservableComponent()) : ObservableIfc<SpatialElementIfc> , SpatialElementIfc(source)
Creates a spatial element associated with the spatial model at the location. A spatial element is something associated with a spatial model that has a location.
Constructors
Link copied to clipboard
constructor(modelElement: ModelElement, initLocation: LocationIfc = modelElement.spatialModel.defaultLocation, aName: String? = null, observableComponent: ObservableComponent<SpatialElementIfc> = ObservableComponent())