|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimShapeDatabase.h>
Public Member Functions | |
| bool | getField (ossimShapeDatabaseField &result, ossim_uint32 i) |
| bool | setField (const ossimShapeDatabaseField &field, ossim_uint32 i) |
| int | getNumberOfFields () const |
| void | setNumberOfFields (int n) |
| ossim_int32 | getFieldIdx (const ossimString &name, bool caseInsensitive=true) const |
Protected Attributes | |
| std::vector< ossimShapeDatabaseField > | theFieldArray |
Definition at line 27 of file ossimShapeDatabase.h.
| bool ossimShapeDatabaseRecord::getField | ( | ossimShapeDatabaseField & | result, |
| ossim_uint32 | i | ||
| ) |
Definition at line 36 of file ossimShapeDatabase.cpp.
| ossim_int32 ossimShapeDatabaseRecord::getFieldIdx | ( | const ossimString & | name, |
| bool | caseInsensitive = true |
||
| ) | const |
Definition at line 75 of file ossimShapeDatabase.cpp.
References ossimString::downcase().
| int ossimShapeDatabaseRecord::getNumberOfFields | ( | ) | const |
Definition at line 58 of file ossimShapeDatabase.cpp.
Referenced by ossimShapeDatabase::getRecord().
| bool ossimShapeDatabaseRecord::setField | ( | const ossimShapeDatabaseField & | field, |
| ossim_uint32 | i | ||
| ) |
Definition at line 47 of file ossimShapeDatabase.cpp.
Referenced by ossimShapeDatabase::getRecord().
| void ossimShapeDatabaseRecord::setNumberOfFields | ( | int | n | ) |
Definition at line 63 of file ossimShapeDatabase.cpp.
References n.
Referenced by ossimShapeDatabase::getRecord().
|
protected |
Definition at line 44 of file ossimShapeDatabase.h.
1.8.14