abstract dataType RefLocation
RefLocation defines the origin of the spatial coordinate space. This location is represented either by a standard reference position (for which the absolute location in phase space is known by definition), or a specified point in another Spatial frame. This object is used as the origin of the SpaceFrame here, but also to specify the Spatial Reference Position (refPosition) associated with other domain Frames. For example, in the Time domain, the Spatial Reference Position indicates that the 'time' values are the time that the 'event' occured at that location, which might be different from the detector location.
classDiagram
class RefLocation{
}
StdRefLocation --|> RefLocation
CustomRefLocation --|> RefLocation
link StdRefLocation "../StdRefLocation"
link CustomRefLocation "../CustomRefLocation"
Members
name | type | mult | description |
---|---|---|---|