Changes between Version 4 and Version 5 of FDORfc54
- Timestamp:
- 10/25/10 20:12:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc54
v4 v5 1 1 2 = FDO RFC 54 - FDO Provider for ?MapInfo .TAB and .MIF/.MID Files =2 = FDO RFC 54 - FDO Provider for !MapInfo .TAB and .MIF/.MID Files = 3 3 4 4 This page contains a request for comments document (RFC) for the FDO Open Source project. … … 23 23 == Overview == 24 24 25 This RFC proposes a new FDO provider for accessing ?MapInfo .TAB and .MIF/.MID files.25 This RFC proposes a new FDO provider for accessing !MapInfo .TAB and .MIF/.MID files. 26 26 27 27 == Motivation == 28 28 29 MapInfo Professional is a powerful Microsoft Windows-based GIS application.MapInfo datasets can be saved as native (.TAB) format or interchange (.MIF/.MID) format.29 !MapInfo Professional is a powerful Microsoft Windows-based GIS application. !MapInfo datasets can be saved as native (.TAB) format or interchange (.MIF/.MID) format. 30 30 Currently FDO OGR provider is available in FDO open source website, which provides capability to read MapInfo .TAB and .MIF/.MID files. However, it has the following major limitations. 31 31 Supports reading only. … … 39 39 * …… 40 40 41 FDO MapInfo provider is to create an FDO provider forMapInfo .TAB and .MIF/.MID files to eliminate the limitations above and provide reading/writing capability for .TAB and .MIF/.MID files.41 FDO !MapInfo provider is to create an FDO provider for !MapInfo .TAB and .MIF/.MID files to eliminate the limitations above and provide reading/writing capability for .TAB and .MIF/.MID files. 42 42 43 43 == Proposed Solution == 44 44 45 FDO MapInfo provider is implemented based on MITAB library (http://mitab.maptools.org/), which is an Open Source C++ library to read and createMapInfo .TAB and .MIF/MID files. It is based on the OGR library which is an implementation of the Open GIS Consortium Simple Feature specification.45 FDO !MapInfo provider is implemented based on MITAB library (http://mitab.maptools.org/), which is an Open Source C++ library to read and create !MapInfo .TAB and .MIF/MID files. It is based on the OGR library which is an implementation of the Open GIS Consortium Simple Feature specification. 46 46 However, MITAB can’t meet all requirements of FDO MapInfo provider. For example, 47 47 … … 58 58 == Description == 59 59 60 Name: OSGeo. MapInfo.3.6[[BR]]61 Display Name: OSGeo FDO Provider for MapInfo .TAB and .MIF/.MID[[BR]]60 Name: OSGeo.!MapInfo.3.6[[BR]] 61 Display Name: OSGeo FDO Provider for !MapInfo .TAB and .MIF/.MID[[BR]] 62 62 Description: Read/write access to MapInfo .TAB and .MIF/.MID files.[[BR]] 63 63 Is Managed: False[[BR]]