./
spdfdatasetrequest__define.pro
This class is an IDL representation of the DatasetRequest 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 SpdfDatasetRequest
Fields
Fields in SpdfDatasetRequest
- datasetId ''
dataset identifier.
- variableNames ptr_new()
variable names.
Routines
Routines from spdfdatasetrequest__define.pro
result = SpdfDatasetRequest::init(datasetId, variableNames)
Creates an SpdfDatasetRequest object.
SpdfDatasetRequest::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfDatasetRequest::getDatasetId()
Gets the dataset identifier.
result = SpdfDatasetRequest::getVariableNames()
Get the variable names.
result = SpdfDatasetRequest::createDomElement(doc)
Creates a DataRequest element using the given XML DOM document with the values of this object.
SpdfDatasetRequest__define
Defines the SpdfDatasetRequest class.
Routine details
top source SpdfDatasetRequest::init
result = SpdfDatasetRequest::init(datasetId, variableNames)
Creates an SpdfDatasetRequest object.
Return value
reference to an SpdfDatasetRequest object.
Parameters
- datasetId in type=string
dataset identifier.
- variableNames in type=strarr
names of variables.
top source SpdfDatasetRequest::cleanup
SpdfDatasetRequest::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfDatasetRequest::getDatasetId
result = SpdfDatasetRequest::getDatasetId()
Gets the dataset identifier.
Return value
dataset identifier.
top source SpdfDatasetRequest::getVariableNames
result = SpdfDatasetRequest::getVariableNames()
Get the variable names.
Return value
variable names.
top source SpdfDatasetRequest::createDomElement
result = SpdfDatasetRequest::createDomElement(doc)
Creates a DataRequest element using the given XML DOM document with the values of this object.
Return value
a reference to a new IDLffXMLDOMElement representation of this object.
Parameters
- doc in type=IDLffXMLDOMDocument
document in which to create the DataRequest element.
File attributes
Modification date: | Wed May 9 06:58:57 2018 |
Lines: | 44 |
CDAS Feedback.