IShapeTableDefinition.hpp
24 static IShapeTableDefinition* New(unsigned count, const char **names, const ColumnType::Type *types, const unsigned *widths, const unsigned *decimals);
26 static void translate(ColumnSemantic::Type sem, ColumnType::Type &dbfType, unsigned &dbfWidth, unsigned &dbfDecimals);
27 static void translate(ColumnType::Type ngType, unsigned size, ColumnType::Type &dbfType, unsigned &dbfWidth, unsigned &dbfDecimals);
