Changes between Version 4 and Version 5 of MapGuideRfc82


Ignore:
Timestamp:
Aug 25, 2009, 11:21:37 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc82

    v4 v5  
    5656    /// <!-- Syntax in .Net, Java, and PHP -->
    5757    /// \htmlinclude DotNetSyntaxTop.html
    58     /// virtual bool IsNull(string propertyName);
    59     /// \htmlinclude SyntaxBottom.html
    60     /// \htmlinclude JavaSyntaxTop.html
    61     /// virtual boolean IsNull(String propertyName);
    62     /// \htmlinclude SyntaxBottom.html
    63     /// \htmlinclude PHPSyntaxTop.html
    64     /// virtual bool IsNull(string propertyName);
     58    /// virtual bool IsNull(int index);
     59    /// \htmlinclude SyntaxBottom.html
     60    /// \htmlinclude JavaSyntaxTop.html
     61    /// virtual boolean IsNull(int index);
     62    /// \htmlinclude SyntaxBottom.html
     63    /// \htmlinclude PHPSyntaxTop.html
     64    /// virtual bool IsNull(int index);
    6565    /// \htmlinclude SyntaxBottom.html
    6666    ///
     
    8686    /// <!-- Syntax in .Net, Java, and PHP -->
    8787    /// \htmlinclude DotNetSyntaxTop.html
    88     /// virtual bool GetBoolean(string propertyName);
    89     /// \htmlinclude SyntaxBottom.html
    90     /// \htmlinclude JavaSyntaxTop.html
    91     /// virtual boolean GetBoolean(String propertyName);
    92     /// \htmlinclude SyntaxBottom.html
    93     /// \htmlinclude PHPSyntaxTop.html
    94     /// virtual bool GetBoolean(string propertyName);
     88    /// virtual bool GetBoolean(int index);
     89    /// \htmlinclude SyntaxBottom.html
     90    /// \htmlinclude JavaSyntaxTop.html
     91    /// virtual boolean GetBoolean(int index);
     92    /// \htmlinclude SyntaxBottom.html
     93    /// \htmlinclude PHPSyntaxTop.html
     94    /// virtual bool GetBoolean(int index);
    9595    /// \htmlinclude SyntaxBottom.html
    9696    ///
     
    119119    /// <!-- Syntax in .Net, Java, and PHP -->
    120120    /// \htmlinclude DotNetSyntaxTop.html
    121     /// virtual unsigned char GetByte(string propertyName);
    122     /// \htmlinclude SyntaxBottom.html
    123     /// \htmlinclude JavaSyntaxTop.html
    124     /// virtual signed char GetByte(String propertyName);
    125     /// \htmlinclude SyntaxBottom.html
    126     /// \htmlinclude PHPSyntaxTop.html
    127     /// virtual int GetByte(string propertyName);
     121    /// virtual unsigned char GetByte(int index);
     122    /// \htmlinclude SyntaxBottom.html
     123    /// \htmlinclude JavaSyntaxTop.html
     124    /// virtual signed char GetByte(int index);
     125    /// \htmlinclude SyntaxBottom.html
     126    /// \htmlinclude PHPSyntaxTop.html
     127    /// virtual int GetByte(int index);
    128128    /// \htmlinclude SyntaxBottom.html
    129129    ///
     
    152152    /// <!-- Syntax in .Net, Java, and PHP -->
    153153    /// \htmlinclude DotNetSyntaxTop.html
    154     /// virtual MgDateTime GetDateTime(string propertyName);
    155     /// \htmlinclude SyntaxBottom.html
    156     /// \htmlinclude JavaSyntaxTop.html
    157     /// virtual MgDateTime GetDateTime(String propertyName);
    158     /// \htmlinclude SyntaxBottom.html
    159     /// \htmlinclude PHPSyntaxTop.html
    160     /// virtual MgDateTime GetDateTime(string propertyName);
     154    /// virtual MgDateTime GetDateTime(int index);
     155    /// \htmlinclude SyntaxBottom.html
     156    /// \htmlinclude JavaSyntaxTop.html
     157    /// virtual MgDateTime GetDateTime(int index);
     158    /// \htmlinclude SyntaxBottom.html
     159    /// \htmlinclude PHPSyntaxTop.html
     160    /// virtual MgDateTime GetDateTime(int index);
    161161    /// \htmlinclude SyntaxBottom.html
    162162    ///
     
    185185    /// <!-- Syntax in .Net, Java, and PHP -->
    186186    /// \htmlinclude DotNetSyntaxTop.html
    187     /// virtual float GetSingle(string propertyName);
    188     /// \htmlinclude SyntaxBottom.html
    189     /// \htmlinclude JavaSyntaxTop.html
    190     /// virtual float GetSingle(String propertyName);
    191     /// \htmlinclude SyntaxBottom.html
    192     /// \htmlinclude PHPSyntaxTop.html
    193     /// virtual float GetSingle(string propertyName);
     187    /// virtual float GetSingle(int index);
     188    /// \htmlinclude SyntaxBottom.html
     189    /// \htmlinclude JavaSyntaxTop.html
     190    /// virtual float GetSingle(int index);
     191    /// \htmlinclude SyntaxBottom.html
     192    /// \htmlinclude PHPSyntaxTop.html
     193    /// virtual float GetSingle(int index);
    194194    /// \htmlinclude SyntaxBottom.html
    195195    ///
     
    218218    /// <!-- Syntax in .Net, Java, and PHP -->
    219219    /// \htmlinclude DotNetSyntaxTop.html
    220     /// virtual double GetDouble(string propertyName);
    221     /// \htmlinclude SyntaxBottom.html
    222     /// \htmlinclude JavaSyntaxTop.html
    223     /// virtual double GetDouble(String propertyName);
    224     /// \htmlinclude SyntaxBottom.html
    225     /// \htmlinclude PHPSyntaxTop.html
    226     /// virtual double GetDouble(string propertyName);
     220    /// virtual double GetDouble(int index);
     221    /// \htmlinclude SyntaxBottom.html
     222    /// \htmlinclude JavaSyntaxTop.html
     223    /// virtual double GetDouble(int index);
     224    /// \htmlinclude SyntaxBottom.html
     225    /// \htmlinclude PHPSyntaxTop.html
     226    /// virtual double GetDouble(int index);
    227227    /// \htmlinclude SyntaxBottom.html
    228228    ///
     
    251251    /// <!-- Syntax in .Net, Java, and PHP -->
    252252    /// \htmlinclude DotNetSyntaxTop.html
    253     /// virtual short GetInt16(string propertyName);
    254     /// \htmlinclude SyntaxBottom.html
    255     /// \htmlinclude JavaSyntaxTop.html
    256     /// virtual short GetInt16(String propertyName);
    257     /// \htmlinclude SyntaxBottom.html
    258     /// \htmlinclude PHPSyntaxTop.html
    259     /// virtual int GetInt16(string propertyName);
     253    /// virtual short GetInt16(int index);
     254    /// \htmlinclude SyntaxBottom.html
     255    /// \htmlinclude JavaSyntaxTop.html
     256    /// virtual short GetInt16(int index);
     257    /// \htmlinclude SyntaxBottom.html
     258    /// \htmlinclude PHPSyntaxTop.html
     259    /// virtual int GetInt16(int index);
    260260    /// \htmlinclude SyntaxBottom.html
    261261    ///
     
    284284    /// <!-- Syntax in .Net, Java, and PHP -->
    285285    /// \htmlinclude DotNetSyntaxTop.html
    286     /// virtual int GetInt32(string propertyName);
    287     /// \htmlinclude SyntaxBottom.html
    288     /// \htmlinclude JavaSyntaxTop.html
    289     /// virtual int GetInt32(String propertyName);
    290     /// \htmlinclude SyntaxBottom.html
    291     /// \htmlinclude PHPSyntaxTop.html
    292     /// virtual int GetInt32(string propertyName);
     286    /// virtual int GetInt32(int index);
     287    /// \htmlinclude SyntaxBottom.html
     288    /// \htmlinclude JavaSyntaxTop.html
     289    /// virtual int GetInt32(int index);
     290    /// \htmlinclude SyntaxBottom.html
     291    /// \htmlinclude PHPSyntaxTop.html
     292    /// virtual int GetInt32(int index);
    293293    /// \htmlinclude SyntaxBottom.html
    294294    ///
     
    317317    /// <!-- Syntax in .Net, Java, and PHP -->
    318318    /// \htmlinclude DotNetSyntaxTop.html
    319     ///  virtual long GetInt64(string propertyName);
    320     /// \htmlinclude SyntaxBottom.html
    321     /// \htmlinclude JavaSyntaxTop.html
    322     ///  virtual long GetInt64(String propertyName);
    323     /// \htmlinclude SyntaxBottom.html
    324     /// \htmlinclude PHPSyntaxTop.html
    325     ///  virtual string GetInt64(string propertyName);
     319    ///  virtual long GetInt64(int index);
     320    /// \htmlinclude SyntaxBottom.html
     321    /// \htmlinclude JavaSyntaxTop.html
     322    ///  virtual long GetInt64(int index);
     323    /// \htmlinclude SyntaxBottom.html
     324    /// \htmlinclude PHPSyntaxTop.html
     325    ///  virtual string GetInt64(int index);
    326326    /// \htmlinclude SyntaxBottom.html
    327327    ///
     
    352352    /// <!-- Syntax in .Net, Java, and PHP -->
    353353    /// \htmlinclude DotNetSyntaxTop.html
    354     /// virtual string GetString(string propertyName);
    355     /// \htmlinclude SyntaxBottom.html
    356     /// \htmlinclude JavaSyntaxTop.html
    357     /// virtual String GetString(String propertyName);
    358     /// \htmlinclude SyntaxBottom.html
    359     /// \htmlinclude PHPSyntaxTop.html
    360     /// virtual string GetString(string propertyName);
     354    /// virtual string GetString(int index);
     355    /// \htmlinclude SyntaxBottom.html
     356    /// \htmlinclude JavaSyntaxTop.html
     357    /// virtual String GetString(int index);
     358    /// \htmlinclude SyntaxBottom.html
     359    /// \htmlinclude PHPSyntaxTop.html
     360    /// virtual string GetString(int index);
    361361    /// \htmlinclude SyntaxBottom.html
    362362    ///
     
    385385    /// <!-- Syntax in .Net, Java, and PHP -->
    386386    /// \htmlinclude DotNetSyntaxTop.html
    387     /// virtual MgByteReader GetBLOB(string propertyName);
    388     /// \htmlinclude SyntaxBottom.html
    389     /// \htmlinclude JavaSyntaxTop.html
    390     /// virtual MgByteReader GetBLOB(String propertyName);
    391     /// \htmlinclude SyntaxBottom.html
    392     /// \htmlinclude PHPSyntaxTop.html
    393     /// virtual MgByteReader GetBLOB(string propertyName);
     387    /// virtual MgByteReader GetBLOB(int index);
     388    /// \htmlinclude SyntaxBottom.html
     389    /// \htmlinclude JavaSyntaxTop.html
     390    /// virtual MgByteReader GetBLOB(int index);
     391    /// \htmlinclude SyntaxBottom.html
     392    /// \htmlinclude PHPSyntaxTop.html
     393    /// virtual MgByteReader GetBLOB(int index);
    394394    /// \htmlinclude SyntaxBottom.html
    395395    ///
     
    418418    /// <!-- Syntax in .Net, Java, and PHP -->
    419419    /// \htmlinclude DotNetSyntaxTop.html
    420     /// virtual MgByteReader GetCLOB(string propertyName);
    421     /// \htmlinclude SyntaxBottom.html
    422     /// \htmlinclude JavaSyntaxTop.html
    423     /// virtual MgByteReader GetCLOB(String propertyName);
    424     /// \htmlinclude SyntaxBottom.html
    425     /// \htmlinclude PHPSyntaxTop.html
    426     /// virtual MgByteReader GetCLOB(string propertyName);
     420    /// virtual MgByteReader GetCLOB(int index);
     421    /// \htmlinclude SyntaxBottom.html
     422    /// \htmlinclude JavaSyntaxTop.html
     423    /// virtual MgByteReader GetCLOB(int index);
     424    /// \htmlinclude SyntaxBottom.html
     425    /// \htmlinclude PHPSyntaxTop.html
     426    /// virtual MgByteReader GetCLOB(int index);
    427427    /// \htmlinclude SyntaxBottom.html
    428428    ///
     
    451451    /// <!-- Syntax in .Net, Java, and PHP -->
    452452    /// \htmlinclude DotNetSyntaxTop.html
    453     /// virtual MgByteReader GetGeometry(string propertyName);
    454     /// \htmlinclude SyntaxBottom.html
    455     /// \htmlinclude JavaSyntaxTop.html
    456     /// virtual MgByteReader GetGeometry(String propertyName);
    457     /// \htmlinclude SyntaxBottom.html
    458     /// \htmlinclude PHPSyntaxTop.html
    459     /// virtual MgByteReader GetGeometry(string propertyName);
     453    /// virtual MgByteReader GetGeometry(int index);
     454    /// \htmlinclude SyntaxBottom.html
     455    /// \htmlinclude JavaSyntaxTop.html
     456    /// virtual MgByteReader GetGeometry(int index);
     457    /// \htmlinclude SyntaxBottom.html
     458    /// \htmlinclude PHPSyntaxTop.html
     459    /// virtual MgByteReader GetGeometry(int index);
    460460    /// \htmlinclude SyntaxBottom.html
    461461    ///
     
    484484    /// <!-- Syntax in .Net, Java, and PHP -->
    485485    /// \htmlinclude DotNetSyntaxTop.html
    486     /// virtual MgRaster GetRaster(string propertyName);
    487     /// \htmlinclude SyntaxBottom.html
    488     /// \htmlinclude JavaSyntaxTop.html
    489     /// virtual MgRaster GetRaster(String propertyName);
    490     /// \htmlinclude SyntaxBottom.html
    491     /// \htmlinclude PHPSyntaxTop.html
    492     /// virtual MgRaster GetRaster(string propertyName);
     486    /// virtual MgRaster GetRaster(int index);
     487    /// \htmlinclude SyntaxBottom.html
     488    /// \htmlinclude JavaSyntaxTop.html
     489    /// virtual MgRaster GetRaster(int index);
     490    /// \htmlinclude SyntaxBottom.html
     491    /// \htmlinclude PHPSyntaxTop.html
     492    /// virtual MgRaster GetRaster(int index);
    493493    /// \htmlinclude SyntaxBottom.html
    494494    ///