| 83 | == Shared Component Overview == |
| 84 | The following components under MgDev\Common are shared and reused across the entire MapGuide source tree, and can be used outside of MapGuide. |
| 85 | |
| 86 | === !MgFoundation === |
| 87 | |
| 88 | Source: MgDev\Common\Foundation |
| 89 | |
| 90 | Defines the core classes and types used throughout the entire MapGuide source tree. |
| 91 | |
| 92 | === !MgGeometry === |
| 93 | |
| 94 | Source: MgDev\Common\Geometry |
| 95 | Source: MgDev\Common\CoordinateSystem |
| 96 | |
| 97 | Defines the MapGuide geometry model. Wraps the CS-Map library in an object-oriented API (!MgCoordinateSystem). Wraps GEOS for geometry operations (buffer, union, etc) |
| 98 | |
| 99 | === !MgMapGuideCommon === |
| 100 | |
| 101 | Source: MgDev\Common\MapGuideCommon |
| 102 | |
| 103 | The MapGuide-specific implementation of !PlatformBase. Also provides client proxies to server-side services (!MgResourceService, !MgFeatureService, etc) |
| 104 | |
| 105 | === !MgMdfModel === |
| 106 | |
| 107 | Source: MgDev\Common\MdfModel |
| 108 | |
| 109 | Defines the object-oriented form of MapGuide resources (LayerDefinition, FeatureSource, etc) |
| 110 | |
| 111 | === !MgMdfParser === |
| 112 | |
| 113 | Source: MgDev\Common\MdfParser |
| 114 | |
| 115 | Provides APIs to parse MapGuide resource XML documents into their object-oriented form (MdfModel) |
| 116 | |
| 117 | === !MgPlatformBase === |
| 118 | |
| 119 | Source: MgDev\Common\PlatformBase |
| 120 | |
| 121 | Defines the base platform API. Extended in MapGuide as MgMapGuideCommon.dll. Extended in AutoCAD Map as the Geospatial Platform API. Extended on the MapGuide Server side as MgServer*.dll |
| 122 | |
| 123 | === !MgRenderers === |
| 124 | |
| 125 | Source: MgDev\Common\Renderers |
| 126 | |
| 127 | Defines all the MapGuide renderers (GD, AGG, DWF, KML) |
| 128 | |
| 129 | === !MgStylization === |
| 130 | |
| 131 | Source: MgDev\Common\Stylization |
| 132 | |
| 133 | Defines the MapGuide stylization engine for handling labeling and symbology |
| 134 | |