Exemplo n.º 1
0
 public SpatialDataSetMapper(VectorLayerMapper vectorLayerMapper, Dictionary <SpatialElementKey, SpatialElementInfoGroup> spatialElementsDictionary, CoreSpatialElementManager spatialElementManager, MapControl coreMap, MapMapper mapMapper)
     : base(vectorLayerMapper, spatialElementsDictionary, coreMap, mapMapper)
 {
     this.m_spatialElementManager = spatialElementManager;
     this.m_spatialDataSet        = (MapSpatialDataSet)base.m_mapVectorLayer.MapSpatialData;
     this.m_dataSet         = this.m_spatialDataSet.DataSet;
     this.m_dataSetInstance = this.m_dataSet.Instance;
 }
Exemplo n.º 2
0
 public MapSpatialDataSetInstance(MapSpatialDataSet defObject)
     : base(defObject)
 {
     this.m_defObject = defObject;
 }