Changes between Version 3 and Version 4 of maestro/MaestroAPI/Maestro4ApiComparisons


Ignore:
Timestamp:
Nov 22, 2011, 5:53:20 AM (12 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/Maestro4ApiComparisons

    v3 v4  
    2727      <tr>
    2828        <td>
    29           <span style="color:#0000FF;">new</span> IMapDefinition()</td>
    30         <td>
    31           ObjectFactory.CreateMapDefinition(con, map.Name);</td>
     29          MapDefinition mapDef = <span style="color:#0000FF;">new</span> MapDefinition()</td>
     30        <td>
     31          IMapDefinition mapDef = ObjectFactory.CreateMapDefinition(con, map.Name);</td>
    3232      </tr>
    3333      <tr>
     
    5757          MapDefinition.BaseMapDefinition</td>
    5858        <td>
    59           IMapDefinition.</td>
     59          IMapDefinition.BaseMap</td>
    6060      </tr>
    6161      <tr>
     
    7575          RuntimeMapLayer.Guid</td>
    7676        <td>
    77           RuntimeMapLayer.LayerDefinitionID</td>
     77          RuntimeMapLayer.ObjectId</td>
    7878      </tr>
    7979      <tr>
     
    114114          ldef.Item as VectorLayerDefinitionType</td>
    115115        <td>
    116           ldef.SubLayer;</td>
     116          ldef.SubLayer as IVectorLayerDefinition; (you can interrogate ldef.SubLayer.LayerType to determine what to cast to)</td>
    117117      </tr>
    118118      <tr>
     
    211211          ServerConnectionI.GetLegendImage</td>
    212212          <td>
    213             <span style="color:#3399FF;">IMappingServicea</span>.RenderMapLegend</td>
     213            <span style="color:#3399FF;">IMappingService</span>.GetLegendImage</td>
    214214      </tr>
    215215      <tr>