Freigeben über


SpatialLocator.TryLocateAtTimestamp Methode

Definition

Gibt einen SpatialLocation-Wert zurück, der den Standort des Geräts zum angegebenen Zeitstempel darstellt. Die Koordinaten innerhalb werden relativ zum angegebenen Koordinatensystem ausgedrückt. Wenn das Gerät nicht zum angegebenen Zeitstempel in diesem Koordinatensystem gefunden werden kann, ist der Rückgabewert NULL. Dies kann beispielsweise der Fall sein, wenn das Gerät die Nachverfolgung verloren hat.

public:
 virtual SpatialLocation ^ TryLocateAtTimestamp(PerceptionTimestamp ^ timestamp, SpatialCoordinateSystem ^ coordinateSystem) = TryLocateAtTimestamp;
SpatialLocation TryLocateAtTimestamp(PerceptionTimestamp const& timestamp, SpatialCoordinateSystem const& coordinateSystem);
public SpatialLocation TryLocateAtTimestamp(PerceptionTimestamp timestamp, SpatialCoordinateSystem coordinateSystem);
function tryLocateAtTimestamp(timestamp, coordinateSystem)
Public Function TryLocateAtTimestamp (timestamp As PerceptionTimestamp, coordinateSystem As SpatialCoordinateSystem) As SpatialLocation

Parameter

timestamp
PerceptionTimestamp

Der Zeitstempel, an dem das Gerät gesucht werden soll.

coordinateSystem
SpatialCoordinateSystem

Das Koordinatensystem, in dem die Koordinaten des Standorts ausgedrückt werden sollen.

Gibt zurück

Der Speicherort.

Gilt für: