GridPoint

inner class GridPoint(val x: Double, val y: Double, 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(x: Double, y: Double, aName: String? = null)

Properties

Link copied to clipboard
open override val spatialModel: SpatialModel
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double

Functions

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