::: header
:::
Overview Directory File Source
{align=“top”} Etc Categories Search Index Help User documentation
single page{target=“_top”} | use frames{target=“_top”} summary class fields routine details file attributes
::: content
\
::: {#file_comments} ::: small This class is an IDL representation of the FormatOptions element from the Satellite Situation Center (SSC) XML schema. ::: :::
Author
: B. Harris
Copyright
: Copyright (c) 2014 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
::: details
cdf [init ]{.smaller}
:
dateFormat [init ]{.smaller}
:
degreeDigits [init ]{.smaller}
:
degreeFormat [init ]{.smaller}
:
distanceDigits [init ]{.smaller}
:
distanceFormat [init ]{.smaller}
:
latLonFormat [init ]{.smaller}
:
linesPerPage [init ]{.smaller}
:
timeFormat [init ]{.smaller}
:
:::
:::
: Creates an SpdfFormatOptions object.
: Performs cleanup operations when this object is destroyed.
[result]{.var} = SpdfFormatOptions::getDateFormat()
: Gets the dateFormat value.
[result]{.var} = SpdfFormatOptions::getTimeFormat()
: Gets the timeFormat value.
[result]{.var} = SpdfFormatOptions::getDistanceFormat()
: Gets the distanceFormat value.
[result]{.var} = SpdfFormatOptions::getDistanceDigits()
: Gets the distanceDigits value.
[result]{.var} = SpdfFormatOptions::getDegreeFormat()
: Gets the degreeFormat value.
[result]{.var} = SpdfFormatOptions::getDegreeDigits()
: Gets the degreeDigits value.
[result]{.var} = SpdfFormatOptions::getLatLonFormat()
: Gets the latLonFormat value.
[result]{.var} = SpdfFormatOptions::getCdf()
: Gets the cdf value.
[result]{.var} = SpdfFormatOptions::getLinesPerPage()
: Gets the linesPerPage value.
[result]{.var} = SpdfFormatOptions::createDomElement([doc]{.argument})
: Creates an FormatOptions element using the given XML DOM document with the values of this object.
: Defines the SpdfFormatOptions class.
::: {#routine-details}
::: {#SpdfFormatOptions::init .routine-details .details}
[result]{.var} = SpdfFormatOptions::init([ [dateFormat=[string]{.var}]]{.argument}[[,timeFormat=[string]{.var}]]{.argument}[[,distanceFormat=[string]{.var}]]{.argument}[[,distanceDigits=[int]{.var}]]{.argument}[[,degreeFormat=[string]{.var}]]{.argument}[[,degreeDigits=[int]{.var}]]{.argument}[[,latLonFormat=[string]{.var}]]{.argument}[ [, /cdf]]{.argument}[[,linesPerPage=[int]{.var}]]{.argument})
Creates an SpdfFormatOptions object.
::: small reference to an SpdfFormatOptions object. :::
dateFormat [in optional type=string default=‘yyyy_ddd’]{.smaller}
: specifies the format for date values (‘yyyy_ddd’, ‘yy_mm_dd’, ‘yy_Mmm_dd’, ‘yy_CMMM_dd’)
timeFormat [in optional type=string default=‘hh_hhhh’]{.smaller}
: specifies the format for time values (‘hh_hhhh’, ‘hh_mm_ss’, ‘hh_mm’)
distanceFormat [in optional type=string default=‘Km’]{.smaller}
: specifies the units for distance values (‘Re’, ‘Km’, ‘IntegerKm’, ‘ScientificNotationKm’)
distanceDigits [in optional type=int default=2]{.smaller}
: specifies the number of decimal places to include when displaying distance values in scientific notation.
degreeFormat [in optional type=string default=‘Decimal’]{.smaller}
: specifies the format for degree values (‘Decimal’, ‘Minutes’, ‘MinutesSeconds’)
degreeDigits [in optional type=int default=2]{.smaller}
: specifies the number of decimal places to include when displaying degree values.
latLonFormat [in optional type=string default=‘Lat90Lon360’]{.smaller}
: specifies the format for direction/range values (‘Lat90Lon360’, ‘Lat90Lon180’, ‘Lat90SnLon180We’)
cdf [in optional type=boolean default=false]{.smaller}
: boolean value indicating whether the output should be a CDF file.
linesPerPage [in optional type=int default=55]{.smaller}
: specifies the number of lines per page for text output. :::
::: {#SpdfFormatOptions::cleanup .routine-details .details}
SpdfFormatOptions::cleanup
Performs cleanup operations when this object is destroyed.
::: {#SpdfFormatOptions::getDateFormat .routine-details .details}
[result]{.var} = SpdfFormatOptions::getDateFormat()
Gets the dateFormat value.
::: small dateFormat value. ::: :::
::: {#SpdfFormatOptions::getTimeFormat .routine-details .details}
[result]{.var} = SpdfFormatOptions::getTimeFormat()
Gets the timeFormat value.
::: small timeFormat value. ::: :::
::: {#SpdfFormatOptions::getDistanceFormat .routine-details .details}
[result]{.var} = SpdfFormatOptions::getDistanceFormat()
Gets the distanceFormat value.
::: small distanceFormat value. ::: :::
::: {#SpdfFormatOptions::getDistanceDigits .routine-details .details}
[result]{.var} = SpdfFormatOptions::getDistanceDigits()
Gets the distanceDigits value.
::: small distanceDigits value. ::: :::
::: {#SpdfFormatOptions::getDegreeFormat .routine-details .details}
[result]{.var} = SpdfFormatOptions::getDegreeFormat()
Gets the degreeFormat value.
::: small degreeFormat value. ::: :::
::: {#SpdfFormatOptions::getDegreeDigits .routine-details .details}
[result]{.var} = SpdfFormatOptions::getDegreeDigits()
Gets the degreeDigits value.
::: small degreeDigits value. ::: :::
::: {#SpdfFormatOptions::getLatLonFormat .routine-details .details}
[result]{.var} = SpdfFormatOptions::getLatLonFormat()
Gets the latLonFormat value.
::: small latLonFormat value. ::: :::
::: {#SpdfFormatOptions::getCdf .routine-details .details}
[result]{.var} = SpdfFormatOptions::getCdf()
Gets the cdf value.
::: small cdf value. ::: :::
::: {#SpdfFormatOptions::getLinesPerPage .routine-details .details}
[result]{.var} = SpdfFormatOptions::getLinesPerPage()
Gets the linesPerPage value.
::: small linesPerPage value. ::: :::
::: {#SpdfFormatOptions::createDomElement .routine-details .details}
[result]{.var} = SpdfFormatOptions::createDomElement([doc]{.argument})
Creates an FormatOptions element using the given XML DOM document with the values of this object.
::: small a reference to a new IDLffXMLDOMElement representation of this object. :::
doc [in type=IDLffXMLDOMDocument ]{.smaller}
: document in which to create the DataRequest element. :::
::: {#SpdfFormatOptions__define .routine-details .details}
SpdfFormatOptions__define
Defines the SpdfFormatOptions class.
::: {#attributes}
Modification date: Fri May 13 08:54:13 2022 Lines: 164
:::
SSC
Feedback.
:::
::: footer
Produced by IDLdoc 3.6.4 on Mon Apr 8 09:50:59 2024 IDLdoc project information{target=“_top”}
:::