| API Reference | OSGeo FDO Provider for SHP |
ShpCompareHandler Class Reference
#include <ShpCompareHandler.h>
Detailed Description
Definition at line 23 of file ShpCompareHandler.h.
Public Member Functions | |
| virtual int | Compare (const wchar_t *name, unsigned char val1, unsigned char val2) |
| Compares unsigned char values. | |
| virtual int | Compare (const wchar_t *name, FdoDateTime val1, FdoDateTime val2) |
| Compares date time values. | |
| virtual int | Compare (const wchar_t *name, const wchar_t *val1, const wchar_t *val2) |
| Compares string values. | |
| virtual int | Compare (const wchar_t *name, FdoInt16 val1, FdoInt16 val2) |
| Compares int16 values. | |
| virtual int | Compare (const wchar_t *name, FdoInt32 val1, FdoInt32 val2) |
| Compares int32 values. | |
| virtual int | Compare (const wchar_t *name, FdoInt64 val1, FdoInt64 val2) |
| Compares int64 values. | |
| virtual int | Compare (const wchar_t *name, float val1, float val2) |
| Compares float values. | |
| virtual int | Compare (const wchar_t *name, double val1, double val2) |
| Compares double values. | |
Static Public Member Functions | |
| static ShpCompareHandler * | Create () |
| The factory function that can be used to create new instance of this class. | |
Protected Member Functions | |
| virtual void | Dispose () |
| virtual | ~ShpCompareHandler () |
The documentation for this class was generated from the following file:
| Comments? |