Changes between Version 3 and Version 4 of FDORfc39


Ignore:
Timestamp:
Jun 24, 2009, 9:36:50 AM (15 years ago)
Author:
danstoica
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc39

    v3 v4  
    8585}
    8686
    87 == Implications ==
     874) Provide a common implementation for computing the pattern matrix in FdoSpatialUtility:
     88
     89class FdoSpatialUtility
     90{
     91...
     92    /// \brief
     93    /// Computes the pattern matrix DE-9IM compliant.
     94    /// See the Extended Nine-Intersection Model (DE-9IM) of the spatial operation at
     95    /// http://portal.opengeospatial.org/files/?artifact_id=18241 , section 6.1.15.
     96    ///
     97    /// \param value
     98    /// Input the bitmapped mask of FDO spatial operators.
     99    ///
     100    /// \return
     101    /// Returns a valid 9 characters string representing the pattern matrix.
     102    /// Returns NULL in case the input is invalid.
     103    /// Example: 'T*F**F***' for 'Within' spatial operation
     104    ///
     105    FDO_API static FdoString* GetOGSPatternMatrix(FdoInt32 value);
    88106
    89107
     108
     109== Implications ==
     110[TODO]
     111
    90112== Test Plan ==
    91 
     113[TODO]
    92114
    93115== Funding/Resources ==