|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimShapeDatabase.h>
Public Member Functions | |
| ossimString | fieldTypeAsString () const |
Public Attributes | |
| ossimString | theName |
| int | theWidth |
| int | theDecimals |
| DBFFieldType | theFieldType |
| ossimString | theValue |
Definition at line 15 of file ossimShapeDatabase.h.
| ossimString ossimShapeDatabaseField::fieldTypeAsString | ( | ) | const |
Definition at line 10 of file ossimShapeDatabase.cpp.
| int ossimShapeDatabaseField::theDecimals |
Definition at line 22 of file ossimShapeDatabase.h.
Referenced by ossimShapeDatabase::getRecord().
| DBFFieldType ossimShapeDatabaseField::theFieldType |
Definition at line 23 of file ossimShapeDatabase.h.
Referenced by ossimShapeDatabase::getRecord().
| ossimString ossimShapeDatabaseField::theName |
Definition at line 20 of file ossimShapeDatabase.h.
Referenced by ossimShapeDatabase::getRecord().
| ossimString ossimShapeDatabaseField::theValue |
Definition at line 24 of file ossimShapeDatabase.h.
Referenced by ossimShapeDatabase::getRecord().
| int ossimShapeDatabaseField::theWidth |
Definition at line 21 of file ossimShapeDatabase.h.
Referenced by ossimShapeDatabase::getRecord().
1.8.14