./
spdfgroundstation__define.pro
This class is an IDL representation of the GroundStation element from the Satellite Situation Center (SSC) XML schema.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2013 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Class description for SpdfGroundStation
Routines
Routines from spdfgroundstation__define.pro
result = SpdfGroundStation::init(id, name, location)
Creates an SpdfGroundStation object.
SpdfGroundStation::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfGroundStation::getId()
Gets the id of this ground station.
result = SpdfGroundStation::getName()
Gets the name of this ground station.
result = SpdfGroundStation::getLocation()
Gets the location of this ground station.
SpdfGroundStation::print
Prints a textual representation of this object.
SpdfGroundStation__define
Defines the SpdfGroundStation class.
Routine details
top source SpdfGroundStation::init
result = SpdfGroundStation::init(id, name, location)
Creates an SpdfGroundStation object.
Return value
reference to an SpdfGroundStation object.
Parameters
- id in type=string
ground station identifier.
- name in type=string
ground station name.
- location in type=SpdfSurfaceGeographicCoordinates
ground station location.
top source SpdfGroundStation::cleanup
SpdfGroundStation::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfGroundStation::getId
result = SpdfGroundStation::getId()
Gets the id of this ground station.
Return value
id of this ground station.
top source SpdfGroundStation::getName
result = SpdfGroundStation::getName()
Gets the name of this ground station.
Return value
name of this ground station.
top source SpdfGroundStation::getLocation
result = SpdfGroundStation::getLocation()
Gets the location of this ground station.
Return value
a reference to the location of this ground station.
File attributes
Modification date: | Fri May 13 08:54:13 2022 |
Lines: | 35 |
SSC Feedback.