Signatures
|
Return Value
|
Description
|
GroundStation.VectorToObject(ProximityZone targetProximityZone)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetProximityZone, in the ICRF.
|
GroundStation.VectorToObject(Sensor targetSensor)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetSensor, in the ICRF.
|
GroundStation.VectorToObject(Vehicle targetVehicle)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetVehicle, in the ICRF.
|
GroundStation.VectorToObject(CelestialObject targetCelestialObject, Variable epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetCelestialObject, in the ICRF at epoch.
|
GroundStation.VectorToObject(CelestialSystem targetCelestialSystem, Variable epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetCelestialSystem, in the ICRF.
|
GroundStation.VectorToObject(CoordinateSystem targetCoordinateSystem, Variable epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetCoordinateSystem, in the ICRF.
|
GroundStation.VectorToObject(GroundStation targetGroundStation, Variable epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetGroundStation, in the ICRF at epoch.
|
GroundStation.VectorToObject(RotatingLibrationPoint targetRotatingLibrationPoint, Variable epoch)
|
Array
|
Returns an Array containing the components of the vector originating at the location of the calling GroundStation and terminating at the location of targetRotatingLibrationPoint, in the ICRF.
|