📄 readme
字号:
DGNLIB Source Distribution ==========================Current information on DGNLIB, including detailed API documentationcan be found at: http://gdal.velocet.ca/projects/dgnBuilding--------This is a preliminary source distribution, and I have not gone to anypains to make it easy to configure and build. To build please do the following:1. Update cpl_config.h to represent your platform accurately. Generally allthat matters is to #define WORDS_BIGENDIAN on big endian platforms. Therest can likely be ignored.<p>2. Compile the sample program. On unix this can be accomplished somethinglike: % gcc dgndump.c *.cpp -lm -o dgndumpIt is left as an excercise to the reader to figure out how to handle it onWindows.Release Notes=============Release 1.5----------- o Added 2D write support! o Fixed collection of background color in color table (color 255) as per bug report by Henk Jan Priester (Justcroft Technical Systems). o Added support for association ids (DGNLT_ASSOC_ID, DGNGetAssocID()). o Fixed problem with updating the DGNInfo.color_table field when a color table is read. o Fixed problem with spatial queries either including all of a complex element (and it's members) or none. o Added support for reading the eight view descriptions in the TCB element. o Added a Makefile in the source distribution. o Fixed error with tags in DGNFreeElement() as reported by Henk Jan Priester.Release 1.4----------- o Added "fast" spatial searching via the DGNSetSpatialFilter() function. This basically just reads the extents information at beginning of geometric features to see if they should be returned. o Actually extract the global origin from the TCB, and use it when transforming points. Only a few files (ie. Brazos County roads.rds) use a non-zero origin. o Added experimental multi byte text support from Ason Kang (hiska@netian.com). o Add experimental support for 3D files. Somes 3d elements not supported. 3d quaterion for ellipse and arc elements not utilized. o Added preliminary support for reading cell header structures based on input from Mike Cane. o Moved a bunch of stuff into dgnread.cpp. o Build default colortable into dgnhelp.cpp for use of DGNLookupColor(). o Added DGNGetShapeFillInfo(). o DGNGetShapeFillInfo() now tries to handle multi-part attribute linkages.Release 1.3----------- o Added raw_data/raw_bytes members of DGNElemCore, and DGNSetOptions() to allow control of when raw element image is retained. o Added -r flag to dgndump to dump raw contents of desired elements. o Add CPL_CVSID() to simplify tracking of versions. o Fixed bug with freeing element index in DGNClose().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -