Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
genShapeData.c | 2020-05-11 | 7.7 kB | |
Makefile | 2020-05-11 | 153 Bytes | |
README | 2020-05-11 | 683 Bytes | |
spatialTypes.h | 2020-05-11 | 1.1 kB | |
Totals: 4 Items | 9.5 kB | 0 |
SpatialND.1.0 Utilities ===================== dataGen this utility creates point, segment or rectangle test data that can be bulk loaded into Informix it takes a type and output datafile as command line input, then prompts for object min, max and coordinate separation values, and finally procudes a load file format of equally spaced objects they may be bulk loaded into Informix via the "load from <datafile> insert into <table>; SQL command in dbaccess Notes: ====== The usage message from the gendata utility is: Usage: genShape Shape NumDims Filename Shapes (1 = point, 3 = Seg, 4 = rect) Caveats: ======== Not all shape types are supported.