./
spdfinventorydescription__define.pro
This class is an IDL representation of the InventoryDescription element from the Coordinated Data Analysis System (CDAS) XML schema.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2010-2017 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 SpdfInventoryDescription
Fields
Fields in SpdfInventoryDescription
- id ''
dataset identifier.
- timeIntervals ptr_new()
time intervals when data is available.
Routines
Routines from spdfinventorydescription__define.pro
result = SpdfInventoryDescription::init(id, timeIntervals)
Creates an SpdfInventoryDescription object.
SpdfInventoryDescription::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfInventoryDescription::getId()
Gets the dataset identifier.
result = SpdfInventoryDescription::getTimeIntervals()
Gets the time intervals when data is available.
SpdfInventoryDescription__define
Defines the SpdfInventoryDescription class.
Routine details
top source SpdfInventoryDescription::init
result = SpdfInventoryDescription::init(id, timeIntervals)
Creates an SpdfInventoryDescription object.
Return value
reference to an SpdfInventoryDescription object.
Parameters
- id in type=string
dataset identifier.
- timeIntervals in type=objarr of SpdfTimeIntervals
time intervals when data is available.
top source SpdfInventoryDescription::cleanup
SpdfInventoryDescription::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfInventoryDescription::getId
result = SpdfInventoryDescription::getId()
Gets the dataset identifier.
Return value
dataset identifier.
File attributes
Modification date: | Wed May 9 06:58:57 2018 |
Lines: | 26 |
CDAS Feedback.