|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <vpftable.h>
Public Attributes | |
| char | name [13] |
| char * | path |
| ossim_int32 | nfields |
| char | description [81] |
| char | narrative [13] |
| header_type | header |
| FILE * | xfp |
| index_type | index |
| storage_type | xstorage |
| FILE * | fp |
| ossim_int32 | nrows |
| row_type * | row |
| ossim_int32 | reclen |
| ossim_int32 | ddlen |
| char * | defstr |
| storage_type | storage |
| file_mode | mode |
| unsigned char | status |
| unsigned char | byte_order |
Definition at line 103 of file vpftable.h.
| unsigned char vpf_table_type::byte_order |
Definition at line 122 of file vpftable.h.
| ossim_int32 vpf_table_type::ddlen |
Definition at line 117 of file vpftable.h.
| char* vpf_table_type::defstr |
Definition at line 118 of file vpftable.h.
| char vpf_table_type::description[81] |
Definition at line 107 of file vpftable.h.
Referenced by ossimVpfTable::print().
| FILE* vpf_table_type::fp |
Definition at line 113 of file vpftable.h.
Referenced by ossimVpfTable::goToRow(), ossimVpfLibraryAttributeTableValidator::isValid(), ossimVpfDatabaseHeaderTableValidator::isValid(), and ossimVpfTable::reset().
| header_type vpf_table_type::header |
Definition at line 109 of file vpftable.h.
Referenced by ossimVpfTable::getColumnName(), ossimVpfTable::getColumnValueAsString(), ossimVpfAnnotationFeatureInfo::getXy(), and ossimVpfTable::print().
| index_type vpf_table_type::index |
Definition at line 111 of file vpftable.h.
| file_mode vpf_table_type::mode |
Definition at line 120 of file vpftable.h.
| char vpf_table_type::name[13] |
Definition at line 104 of file vpftable.h.
| char vpf_table_type::narrative[13] |
Definition at line 108 of file vpftable.h.
| ossim_int32 vpf_table_type::nfields |
Definition at line 106 of file vpftable.h.
Referenced by ossimVpfTable::getNumberOfColumns(), and ossimVpfTable::print().
| ossim_int32 vpf_table_type::nrows |
Definition at line 114 of file vpftable.h.
Referenced by ossimVpfTable::getColumnValues(), ossimVpfTable::getNumberOfRows(), and ossimVpfTable::print().
| char* vpf_table_type::path |
Definition at line 105 of file vpftable.h.
| ossim_int32 vpf_table_type::reclen |
Definition at line 116 of file vpftable.h.
| row_type* vpf_table_type::row |
Definition at line 115 of file vpftable.h.
| unsigned char vpf_table_type::status |
Definition at line 121 of file vpftable.h.
Referenced by ossimVpfTable::closeTable(), ossimVpfTable::getColumnValueAsString(), ossimVpfTable::getColumnValues(), ossimVpfTable::goToRow(), ossimVpfTable::isClosed(), ossimVpfTable::print(), and ossimVpfTable::reset().
| storage_type vpf_table_type::storage |
Definition at line 119 of file vpftable.h.
| FILE* vpf_table_type::xfp |
Definition at line 110 of file vpftable.h.
| storage_type vpf_table_type::xstorage |
Definition at line 112 of file vpftable.h.
1.8.14