|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgsfc.nssdc.cdf.CDFTools
public class CDFTools
CDFTools.java Created: Tue Nov 24 16:14:50 1998
Field Summary | |
---|---|
static int |
ALL_VALUES
|
static int |
NAMED_VALUES
|
static int |
NO_REPORTS
|
static int |
NO_VALUES
|
static int |
NRV_VALUES
|
static int |
REPORT_ERRORS
|
static int |
REPORT_INFORMATION
|
static int |
REPORT_WARNINGS
|
static int |
RV_VALUES
|
Constructor Summary | |
---|---|
CDFTools()
|
Method Summary | |
---|---|
static void |
skeletonCDF(java.lang.String skeletonName,
java.lang.String cdfName,
boolean delete,
boolean log,
boolean neg2posfp0,
boolean statistics,
int zMode,
int reportType,
int cacheSizeD)
skeletonCDF produces a CDF file from a skeleton table. |
static void |
skeletonCDF(java.lang.String skeletonName,
java.lang.String cdfName,
boolean delete,
boolean log,
boolean neg2posfp0,
boolean statistics,
int zMode,
int reportType,
int cacheSizeD,
int cacheSizeS)
skeletonCDF produces a CDF file from a skeleton table. |
static void |
skeletonCDF(java.lang.String skeletonName,
java.lang.String cdfName,
boolean delete,
boolean log,
boolean neg2posfp0,
boolean statistics,
int zMode,
int reportType,
int cacheSizeD,
int cacheSizeS,
int cacheSizeC)
skeletonCDF produces a CDF file from a skeleton table. |
static void |
skeletonCDF(java.lang.String skeletonName,
java.lang.String cdfName,
boolean delete,
boolean log,
boolean neg2posfp0,
boolean statistics,
int zMode,
int reportType,
java.lang.String cacheSize)
skeletonCDF produces a CDF file from a skeleton table. |
static void |
skeletonTable(java.lang.String skeletonName,
java.lang.String cdfName,
boolean log,
boolean format,
boolean neg2posfp0,
boolean statistics,
boolean screen,
boolean page,
int values,
java.lang.String[] valueList,
int zMode,
int reportType,
int cacheSize)
skeletonTable produces a skeleton table from a CDF. |
static void |
skeletonTable(java.lang.String skeletonName,
java.lang.String cdfName,
boolean log,
boolean format,
boolean neg2posfp0,
boolean statistics,
boolean screen,
boolean page,
int values,
java.lang.String[] valueList,
int zMode,
int reportType,
int cacheSizeD,
int cacheSizeS)
skeletonTable produces a skeleton table from a CDF. |
static void |
skeletonTable(java.lang.String skeletonName,
java.lang.String cdfName,
boolean log,
boolean format,
boolean neg2posfp0,
boolean statistics,
boolean screen,
boolean page,
int values,
java.lang.String[] valueList,
int zMode,
int reportType,
int cacheSizeD,
int cacheSizeS,
int cacheSizeC)
skeletonTable produces a skeleton table from a CDF. |
static void |
skeletonTable(java.lang.String skeletonName,
java.lang.String cdfName,
boolean log,
boolean format,
boolean neg2posfp0,
boolean statistics,
boolean screen,
boolean page,
int values,
java.lang.String[] valueList,
int zMode,
int reportType,
java.lang.String cacheSize)
skeletonTable produces a skeleton table from a CDF. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_VALUES
public static final int NRV_VALUES
public static final int RV_VALUES
public static final int ALL_VALUES
public static final int NAMED_VALUES
public static final int NO_REPORTS
public static final int REPORT_ERRORS
public static final int REPORT_WARNINGS
public static final int REPORT_INFORMATION
Constructor Detail |
---|
public CDFTools()
Method Detail |
---|
public static void skeletonTable(java.lang.String skeletonName, java.lang.String cdfName, boolean log, boolean format, boolean neg2posfp0, boolean statistics, boolean screen, boolean page, int values, java.lang.String[] valueList, int zMode, int reportType, int cacheSize) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table
to be created. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the CDF from which the skeleton table
will be created. Do not enter an extension.log
- Specifies whether or not messages are displayed as the
program executes.format
- Specifies whether or not the FORMAT attribute is used
when writing variable values (if the FORMAT attribute
exists and an entry exists for the variable).neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.screen
- Specifies whether or not the skeleton table is displayed
on the terminal screen (written to the "standard output").
If not, the skeleton table is written to a file.page
- If the skeleton table is being displayed on the terminal
screen, specifies whether or not the output is displayed
one page (screen) at a time.values
- Specifies which variable values are to
be put in the skeleton table. It may be one of
the following...valueList
- the named variables to list values.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSize
- The number of buffers to be used for the CDF's dotCDF
file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonTable(java.lang.String skeletonName, java.lang.String cdfName, boolean log, boolean format, boolean neg2posfp0, boolean statistics, boolean screen, boolean page, int values, java.lang.String[] valueList, int zMode, int reportType, int cacheSizeD, int cacheSizeS) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table
to be created. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the CDF from which the skeleton table
will be created. Do not enter an extension.log
- Specifies whether or not messages are displayed as the
program executes.format
- Specifies whether or not the FORMAT attribute is used
when writing variable values (if the FORMAT attribute
exists and an entry exists for the variable).neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.screen
- Specifies whether or not the skeleton table is displayed
on the terminal screen (written to the "standard output").
If not, the skeleton table is written to a file.page
- If the skeleton table is being displayed on the terminal
screen, specifies whether or not the output is displayed
one page (screen) at a time.values
- Specifies which variable values are to
be put in the skeleton table. It may be one of
the following...valueList
- the named variables to list values.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSizeD
- The number of buffers to be used for the CDF's dotCDF
file. Pass 0 to use the default. cacheSizeS
- The number of buffers to be used for the CDF's staging
file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonTable(java.lang.String skeletonName, java.lang.String cdfName, boolean log, boolean format, boolean neg2posfp0, boolean statistics, boolean screen, boolean page, int values, java.lang.String[] valueList, int zMode, int reportType, int cacheSizeD, int cacheSizeS, int cacheSizeC) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table
to be created. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the CDF from which the skeleton table
will be created. Do not enter an extension.log
- Specifies whether or not messages are displayed as the
program executes.format
- Specifies whether or not the FORMAT attribute is used
when writing variable values (if the FORMAT attribute
exists and an entry exists for the variable).neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.screen
- Specifies whether or not the skeleton table is displayed
on the terminal screen (written to the "standard output").
If not, the skeleton table is written to a file.page
- If the skeleton table is being displayed on the terminal
screen, specifies whether or not the output is displayed
one page (screen) at a time.values
- Specifies which variable values are to
be put in the skeleton table. It may be one of
the following...valueList
- the named variables to list values.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSizeD
- The number of buffers to be used for the CDF's dotCDF
file. Pass 0 to use the default. cacheSizeS
- The number of buffers to be used for the CDF's staging
file. Pass 0 to use the default. cacheSizeC
- The number of buffers to be used for the CDF's
compression scratch file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonTable(java.lang.String skeletonName, java.lang.String cdfName, boolean log, boolean format, boolean neg2posfp0, boolean statistics, boolean screen, boolean page, int values, java.lang.String[] valueList, int zMode, int reportType, java.lang.String cacheSize) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table
to be created. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the CDF from which the skeleton table
will be created. Do not enter an extension.log
- Specifies whether or not messages are displayed as the
program executes.format
- Specifies whether or not the FORMAT attribute is used
when writing variable values (if the FORMAT attribute
exists and an entry exists for the variable).neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.screen
- Specifies whether or not the skeleton table is displayed
on the terminal screen (written to the "standard output").
If not, the skeleton table is written to a file.page
- If the skeleton table is being displayed on the terminal
screen, specifies whether or not the output is displayed
one page (screen) at a time.values
- Specifies which variable values are to
be put in the skeleton table. It may be one of
the following...valueList
- the named variables to list values.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSize
- The number of buffers to be used for the CDF's dotCDF
file, staging file, and compression scratch file. This field
used only in the CDF access process will not change anything
to the contents of the skeleton table. Large number(s) will
likely reduce physical I/Os if variable data are involved.
If this field is null, the default cache sizes chosen by
the CDF library are used. The cache sizes are specified
with a comma-separated list of java.io.IOException
java.lang.InterruptedException
public static void skeletonCDF(java.lang.String skeletonName, java.lang.String cdfName, boolean delete, boolean log, boolean neg2posfp0, boolean statistics, int zMode, int reportType, int cacheSizeD) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table to be used
to create a CDF. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the created CDF from the skeleton table.
Do not enter an extension.delete
- specifies whether or not the CDF should be deleted
if it already exists.log
- Specifies whether or not messages are displayed as the
program executes.neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSizeD
- The number of buffers to be used for the CDF's
dotCDF file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonCDF(java.lang.String skeletonName, java.lang.String cdfName, boolean delete, boolean log, boolean neg2posfp0, boolean statistics, int zMode, int reportType, int cacheSizeD, int cacheSizeS) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table to be used
to create a CDF. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the created CDF from the skeleton table.
Do not enter an extension.delete
- specifies whether or not the CDF should be deleted
if it already exists.log
- Specifies whether or not messages are displayed as the
program executes.neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSizeD
- The number of buffers to be used for the CDF's
dotCDF file. Pass 0 to use the default. cacheSizeS
- The number of buffers to be used for the CDF's
staging file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonCDF(java.lang.String skeletonName, java.lang.String cdfName, boolean delete, boolean log, boolean neg2posfp0, boolean statistics, int zMode, int reportType, int cacheSizeD, int cacheSizeS, int cacheSizeC) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table to be used
to create a CDF. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the created CDF from the skeleton table.
Do not enter an extension.delete
- specifies whether or not the CDF should be deleted
if it already exists.log
- Specifies whether or not messages are displayed as the
program executes.neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSizeD
- The number of buffers to be used for the CDF's
dotCDF file. Pass 0 to use the default. cacheSizeS
- The number of buffers to be used for the CDF's
staging file. Pass 0 to use the default. cacheSizeC
- The number of buffers to be used for the CDF's
compression scratch file. Pass 0 to use the default. java.io.IOException
java.lang.InterruptedException
public static void skeletonCDF(java.lang.String skeletonName, java.lang.String cdfName, boolean delete, boolean log, boolean neg2posfp0, boolean statistics, int zMode, int reportType, java.lang.String cacheSize) throws java.io.IOException, java.lang.InterruptedException
skeletonName
- is the pathname of the skeleton table to be used
to create a CDF. (Do not enter an extension because ".skt"
is appended automatically). If null is specified, the
skeleton table is named cdfName
- The pathname of the created CDF from the skeleton table.
Do not enter an extension.delete
- specifies whether or not the CDF should be deleted
if it already exists.log
- Specifies whether or not messages are displayed as the
program executes.neg2posfp0
- Specifies whether or not -0.0 is converted to 0.0 by the CDF
library when read from a CDF. -0.0 is an illegal floating
point value on VAXes and DEC Alphas running OpenVMS.statistics
- Specifies whether or not caching statistics
are displayed at the end of each CDF.zMode
- Specifies which zMode should be used. May be one
of the following...reportType
- Specifies the types of return status codes from the CDF
library which should be reported/displayed. report
is a bit mask made up from the following
CDFTools.NO_REPORTS, CDFTools.REPORT_ERRORS,
CDFTools.REPORT_WARNINGS and CDFTools.REPORT_INFORMATIONcacheSize
- The number of buffers to be used for the CDF's
dotCDF file, staging file, and compression scratch file.
This field used only in the CDF access process will not
change the contents of the CDF. Large number(s) will likely
reduce physical I/Os if variable data are involved.
If this field is null, default cache sizes chosen by
the CDF library are used. The cache sizes are specified
with a comma-separated list of java.io.IOException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |