Location

inner class Location(aName: String? = null) : SpatialModel.AbstractLocation(source)

Represents a location within this spatial model.

Parameters

aName

the name of the location will be assigned based on ID_id if null

Constructors

Link copied to clipboard
constructor(aName: String? = null)

Properties

Link copied to clipboard
open override val spatialModel: SpatialModel

Functions

Link copied to clipboard
open override fun toString(): String