Changes between Version 2 and Version 3 of FDORfc54


Ignore:
Timestamp:
Oct 25, 2010, 7:21:45 PM (14 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc54

    v2 v3  
    11
    2 = FDO RFC 53 - FDO Provider for MapInfo .TAB and .MIF/.MID Files =
     2= FDO RFC 54 - FDO Provider for MapInfo .TAB and .MIF/.MID Files =
    33
    44This page contains a request for comments document (RFC) for the FDO Open Source project. 
     
    5656http://code.google.com/p/groundnut/
    5757
     58== Description ==
     59         
     60Name: OSGeo.MapInfo.3.6[[BR]]
     61Display Name: OSGeo FDO Provider for MapInfo .TAB and .MIF/.MID[[BR]]
     62Description: Read/write access to MapInfo .TAB and .MIF/.MID files.[[BR]]
     63Is Managed: False[[BR]]
     64Supported Versions: 3.6.0.0[[BR]]
     65Feature Data Objects Version: 3.6.0.0[[BR]]
     66Library Name: MapInfoProvider.dll[[BR]]
     67
     68== Capabilities =
     69
     70    * Command Capabilities
     71        * Commands
     72            * Select
     73            * Select Aggregates
     74            * Insert
     75            * Delete
     76            * Update
     77            * Describe Schema
     78            * Apply Schema
     79            * Destroy Schema
     80            * Create Spatial Context
     81            * Get Spatial Contexts
     82        * Parameters - Unsupported
     83        * Select Distinct - Supported
     84        * Select Expressions - Supported
     85        * Select Functions - Supported
     86        * Select Grouping - Supported
     87        * Select Ordering - Supported
     88        * Timeout - Unsupported
     89    * Connection Capabilities
     90        * Configuration - Unsupported
     91        * Flush - Supported
     92        * Locking - Unsupported
     93        * Long Transactions - Unsupported
     94        * Multiple Spatial Contexts - Supported
     95        * SQL - Unsupported
     96        * Timeout - Unsupported
     97        * Transactions - Unsupported
     98    * Expression Capabilities
     99        * See FDO RFC 8 (http://trac.osgeo.org/fdo/wiki/FDORfc8) for a list of the expression functions to implement.
     100        * Geometric Functions based on FDO RFC 11 (http://trac.osgeo.org/fdo/wiki/FDORfc11).
     101    * Filter Capabilities
     102        * Spatial Operations
     103            * Envelope Intersects
     104            * Intersects
     105            * Inside
     106            * Equals
     107            * Disjoint
     108            * Touches
     109            * Overlaps
     110            * Crosses
     111            * Within
     112            * Contains
     113        * Geodesic Distance - Supported
     114        * Non Literal Geometric Operations- Unsupported
     115    * Schema Capabilities
     116        * Class Types
     117            * Class
     118            * Feature Class
     119        * Data Types
     120            * Boolean
     121            * DateTime
     122            * Decimal
     123            * Int16
     124            * Int32
     125            * Single
     126            * String
     127        * Supported AutoGenerated Types - Supported
     128        * Supported Identity Property Types
     129            * Int32.
     130        * Association Properties - Unsupported
     131        * AutoId Generation - Supported
     132        * Composite Id - Unsupported
     133        * Composite Unique Value Constraints - Supported
     134        * DataStore Scope Unique Id Generation - Unsupported
     135        * Default Value - Unsupported
     136        * Exclusive Value Range Constraints - Unsupported
     137        * Inclusive Value Range Constraints - Unsupported
     138        * Inheritance - Supported
     139        * Multiple Schemas - Unsupported
     140        * Network Model - Unsupported
     141        * Null Value Constraints - Unsupported
     142        * Object Properties - Unsupported
     143        * Schema Modification - Supported
     144        * Schema Overrides - Unsupported
     145        * Unique Value Constraints - Unsupported
     146        * Value Constraints List - Unsupported
     147    * Geometry Capabilities
     148        * Dimensionalities
     149            * XY
     150        * Geometry Types
     151            * Point
     152            * Line String
     153            * Polygon
     154            * Multi Point
     155            * Multi Line String
     156            * Multi Polygon
     157        * Geometry Component Types
     158            * Linear Ring
     159            * Line String Segment
     160            * Ring
     161        * Topology Capabilities
     162            * Topological Hierarchy - Unsupported
     163            * Topology - Unsupported
     164        * Raster Capabilities
     165            * Raster - Unsupported
     166            * Stitching - Unsupported
     167            * Subsampling - Unsupported
     168
    58169=== Test Plan ===
    59170