Changes between Version 3 and Version 4 of maestro/MaestroAPI/Maestro4ApiComparisons
- Timestamp:
- 11/22/11 05:53:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/Maestro4ApiComparisons
v3 v4 27 27 <tr> 28 28 <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> 32 32 </tr> 33 33 <tr> … … 57 57 MapDefinition.BaseMapDefinition</td> 58 58 <td> 59 IMapDefinition. </td>59 IMapDefinition.BaseMap</td> 60 60 </tr> 61 61 <tr> … … 75 75 RuntimeMapLayer.Guid</td> 76 76 <td> 77 RuntimeMapLayer. LayerDefinitionID</td>77 RuntimeMapLayer.ObjectId</td> 78 78 </tr> 79 79 <tr> … … 114 114 ldef.Item as VectorLayerDefinitionType</td> 115 115 <td> 116 ldef.SubLayer ;</td>116 ldef.SubLayer as IVectorLayerDefinition; (you can interrogate ldef.SubLayer.LayerType to determine what to cast to)</td> 117 117 </tr> 118 118 <tr> … … 211 211 ServerConnectionI.GetLegendImage</td> 212 212 <td> 213 <span style="color:#3399FF;">IMappingService a</span>.RenderMapLegend</td>213 <span style="color:#3399FF;">IMappingService</span>.GetLegendImage</td> 214 214 </tr> 215 215 <tr>