Main package that contains all of the classes for painting map graphics.
Classes that compose the hierarchy of map objects:
Project
|
+--Domain
|
+--Layer
|
+--LayerRaster
|
+--LayerGroup
|
+--LayerVector
|
+--Meta
| |
| +--MetaElement
|
+--Record
| |
| +--Shape
| |
| +--FieldDef
|
+--Renderer
|
+--RendererDef
|
+--RendererChart
|
+--RendererGrad
|
+--RendererLabel
|
+--RendererImage
|
+--RendererImageCatalog
|
+--Symbol