KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
ProjectionSpatialModel
/
location
location
fun
location
(
x
:
Double
,
y
:
Double
,
name
:
String
?
=
null
)
:
ProjectionSpatialModel.ProjectedLocation
(
source
)
Create a location at the given coordinates.
fun
location
(
point
:
Point2D
,
name
:
String
?
=
null
)
:
ProjectionSpatialModel.ProjectedLocation
(
source
)
Create a location at the given
Point2D
.