Changes between Version 8 and Version 9 of FDORfc13


Ignore:
Timestamp:
Dec 19, 2007, 5:02:29 PM (16 years ago)
Author:
jackwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc13

    v8 v9  
    6262    /// Returns a FdoBoolean indicating whether using tile cache or not.
    6363    ///
    64     FDOWMS_API FdoBoolean GetTileCacheOption(void) const;
     64    FDOWMS_API FdoBoolean GetUseTileCache(void) const;
    6565
    6666    /// \brief
     
    7474    /// Returns nothing.
    7575    ///
    76     FDOWMS_API void SetTileCacheOption(FdoBoolean value);
     76    FDOWMS_API void SetUseTileCache(FdoBoolean value);
    7777...
    7878}
     
    9191    /// <remarks> This option specifies whether using the tile caching method to query the raster data.
    9292    /// The default value is true.</remarks>
    93     __property System::Boolean get_TileCacheOption ();
     93    __property System::Boolean get_UseTileCache();
    9494
    9595    /// <summary> Sets the tile caching option value. </summary>
     
    9797    /// <remarks> This option specifies whether using the tile caching method to query the raster data.
    9898    /// The default value is true.</remarks>
    99     __property System::Void set_TileCacheOption(System::Boolean value);
     99    __property System::Void set_UseTileCache(System::Boolean value);
    100100...
    101101}
     
    106106<RasterDefinition name="Image">
    107107...
    108   <TileCacheOption>True</TileCacheOption >
     108  <UseTileCache>True</UseTileCache>
    109109...
    110110</RasterDefinition>