|
File Geodatabase API
|
This is the complete list of members for FileGDBAPI::Row, including all inherited members.
| GetBinary(const std::wstring &field, ByteArray &binaryBuf) const | FileGDBAPI::Row | |
| GetBinary(int fieldNumber, ByteArray &binaryBuf) const | FileGDBAPI::Row | |
| GetDate(const std::wstring &field, struct tm &value) const | FileGDBAPI::Row | |
| GetDate(int fieldNumber, struct tm &value) const | FileGDBAPI::Row | |
| GetDouble(const std::wstring &field, double &value) const | FileGDBAPI::Row | |
| GetDouble(int fieldNumber, double &value) const | FileGDBAPI::Row | |
| GetFieldInformation(FieldInfo &fieldInfo) const | FileGDBAPI::Row | |
| GetFields(std::vector< FieldDef > &fieldDefs) const | FileGDBAPI::Row | |
| GetFloat(const std::wstring &field, float &value) const | FileGDBAPI::Row | |
| GetFloat(int fieldNumber, float &value) const | FileGDBAPI::Row | |
| GetGeometry(ShapeBuffer &shapeBuffer) const | FileGDBAPI::Row | |
| GetGlobalID(Guid &globalID) const | FileGDBAPI::Row | |
| GetGUID(const std::wstring &field, Guid &value) const | FileGDBAPI::Row | |
| GetGUID(int fieldNumber, Guid &value) const | FileGDBAPI::Row | |
| GetInteger(const std::wstring &field, int32 &value) const | FileGDBAPI::Row | |
| GetInteger(int fieldNumber, int32 &value) const | FileGDBAPI::Row | |
| GetOID(int32 &objectID) const | FileGDBAPI::Row | |
| GetRaster(const std::wstring &field, Raster &raster) const | FileGDBAPI::Row | |
| GetShort(const std::wstring &field, short &value) const | FileGDBAPI::Row | |
| GetShort(int fieldNumber, short &value) const | FileGDBAPI::Row | |
| GetString(const std::wstring &field, std::wstring &value) const | FileGDBAPI::Row | |
| GetString(int fieldNumber, std::wstring &value) const | FileGDBAPI::Row | |
| GetXML(const std::wstring &field, std::string &value) const | FileGDBAPI::Row | |
| GetXML(int fieldNumber, std::string &value) const | FileGDBAPI::Row | |
| IsNull(const std::wstring &field, bool &isNull) const | FileGDBAPI::Row | |
| IsNull(int fieldNumber, bool &isNull) const | FileGDBAPI::Row | |
| Row() | FileGDBAPI::Row | |
| SetBinary(const std::wstring &field, const ByteArray &binaryBuf) | FileGDBAPI::Row | |
| SetBinary(int fieldNumber, const ByteArray &binaryBuf) | FileGDBAPI::Row | |
| SetDate(const std::wstring &field, const struct tm &value) | FileGDBAPI::Row | |
| SetDate(int fieldNumber, const struct tm &value) | FileGDBAPI::Row | |
| SetDouble(const std::wstring &field, double value) | FileGDBAPI::Row | |
| SetDouble(int fieldNumber, double value) | FileGDBAPI::Row | |
| SetFloat(const std::wstring &field, float value) | FileGDBAPI::Row | |
| SetFloat(int fieldNumber, float value) | FileGDBAPI::Row | |
| SetGeometry(const ShapeBuffer &shapeBuffer) | FileGDBAPI::Row | |
| SetGUID(const std::wstring &field, const Guid &value) | FileGDBAPI::Row | |
| SetGUID(int fieldNumber, const Guid &value) | FileGDBAPI::Row | |
| SetInteger(const std::wstring &field, int32 value) | FileGDBAPI::Row | |
| SetInteger(int fieldNumber, int32 value) | FileGDBAPI::Row | |
| SetNull(const std::wstring &field) | FileGDBAPI::Row | |
| SetNull(int fieldNumber) | FileGDBAPI::Row | |
| SetRaster(const std::wstring &field, const Raster &raster) | FileGDBAPI::Row | |
| SetShort(const std::wstring &field, short value) | FileGDBAPI::Row | |
| SetShort(int fieldNumber, short value) | FileGDBAPI::Row | |
| SetString(const std::wstring &field, const std::wstring &value) | FileGDBAPI::Row | |
| SetString(int fieldNumber, const std::wstring &value) | FileGDBAPI::Row | |
| SetXML(const std::wstring &field, const std::string &value) | FileGDBAPI::Row | |
| SetXML(int fieldNumber, const std::string &value) | FileGDBAPI::Row | |
| ~Row() | FileGDBAPI::Row |