Changes between Version 8 and Version 9 of FDORfc13
- Timestamp:
- 12/19/07 17:02:29 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc13
v8 v9 62 62 /// Returns a FdoBoolean indicating whether using tile cache or not. 63 63 /// 64 FDOWMS_API FdoBoolean Get TileCacheOption(void) const;64 FDOWMS_API FdoBoolean GetUseTileCache(void) const; 65 65 66 66 /// \brief … … 74 74 /// Returns nothing. 75 75 /// 76 FDOWMS_API void Set TileCacheOption(FdoBoolean value);76 FDOWMS_API void SetUseTileCache(FdoBoolean value); 77 77 ... 78 78 } … … 91 91 /// <remarks> This option specifies whether using the tile caching method to query the raster data. 92 92 /// The default value is true.</remarks> 93 __property System::Boolean get_ TileCacheOption();93 __property System::Boolean get_UseTileCache(); 94 94 95 95 /// <summary> Sets the tile caching option value. </summary> … … 97 97 /// <remarks> This option specifies whether using the tile caching method to query the raster data. 98 98 /// The default value is true.</remarks> 99 __property System::Void set_ TileCacheOption(System::Boolean value);99 __property System::Void set_UseTileCache(System::Boolean value); 100 100 ... 101 101 } … … 106 106 <RasterDefinition name="Image"> 107 107 ... 108 < TileCacheOption>True</TileCacheOption>108 <UseTileCache>True</UseTileCache> 109 109 ... 110 110 </RasterDefinition>