Exemplo n.º 1
0
 public SpatialDataMapper(VectorLayerMapper vectorLayerMapper, Dictionary <SpatialElementKey, SpatialElementInfoGroup> spatialElementsDictionary, MapControl coreMap, MapMapper mapMapper)
 {
     this.m_vectorLayerMapper         = vectorLayerMapper;
     this.m_mapVectorLayer            = this.m_vectorLayerMapper.m_mapVectorLayer;
     this.m_spatialElementsDictionary = spatialElementsDictionary;
     this.m_coreMap   = coreMap;
     this.m_mapMapper = mapMapper;
 }
Exemplo n.º 2
0
 public RuleMapper(MapAppearanceRule mapRule, VectorLayerMapper vectorLayerMapper, CoreSpatialElementManager coreSpatialElementManager)
 {
     this.m_mapRule                   = mapRule;
     this.m_mapVectorLayer            = vectorLayerMapper.m_mapVectorLayer;
     this.m_coreMap                   = vectorLayerMapper.m_coreMap;
     this.m_coreSpatialElementManager = coreSpatialElementManager;
     this.m_mapMapper                 = vectorLayerMapper.m_mapMapper;
 }
 public MapShapefile(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
 public MapSpatialElement(AspNetCore.ReportingServices.ReportIntermediateFormat.MapSpatialElement defObject, MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = defObject;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
 public MapBindingFieldPairCollection(MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_mapBindingFieldCollectionDef = mapVectorLayer.MapVectorLayerDef.MapBindingFieldPairs;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
 public MapBindingFieldPairCollection(List <AspNetCore.ReportingServices.ReportIntermediateFormat.MapBindingFieldPair> mapBindingFieldCollectionDef, Map map)
 {
     this.m_mapBindingFieldCollectionDef = mapBindingFieldCollectionDef;
     this.m_mapVectorLayer = null;
     this.m_map            = map;
 }
 public CoreSymbolManager(MapControl mapControl, MapVectorLayer mapVectorLayer)
     : base(mapControl, mapVectorLayer)
 {
 }
Exemplo n.º 8
0
 public MapPointTemplate(AspNetCore.ReportingServices.ReportIntermediateFormat.MapPointTemplate defObject, MapVectorLayer mapVectorLayer, Map map)
     : base(defObject, mapVectorLayer, map)
 {
 }
 public MapSpatialDataRegion(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
Exemplo n.º 10
0
 public MapSpatialDataSet(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
 public VectorLayerMapper(MapVectorLayer mapVectorLayer, MapControl coreMap, MapMapper mapMapper)
 {
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_coreMap        = coreMap;
     this.m_mapMapper      = mapMapper;
 }
 public CoreSpatialElementManager(MapControl coreMap, MapVectorLayer mapVectorLayer)
 {
     this.m_coreMap        = coreMap;
     this.m_mapVectorLayer = mapVectorLayer;
 }
 public MapBindingFieldPair(AspNetCore.ReportingServices.ReportIntermediateFormat.MapBindingFieldPair defObject, MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = defObject;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
 public PointTemplateMapper(MapMapper mapMapper, VectorLayerMapper vectorLayerMapper, MapVectorLayer mapVectorLayer)
     : base(mapMapper, mapVectorLayer)
 {
     this.m_vectorLayerMapper = vectorLayerMapper;
 }
Exemplo n.º 15
0
 public SpatialElementTemplateMapper(MapMapper mapMapper, MapVectorLayer mapVectorLayer)
 {
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_mapMapper      = mapMapper;
 }
Exemplo n.º 16
0
 public MapMarkerRule(AspNetCore.ReportingServices.ReportIntermediateFormat.MapMarkerRule defObject, MapVectorLayer mapVectorLayer, Map map)
     : base(defObject, mapVectorLayer, map)
 {
 }
 public MapSpatialData(MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = mapVectorLayer.MapVectorLayerDef.MapSpatialData;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
Exemplo n.º 18
0
 public MapPointRules(AspNetCore.ReportingServices.ReportIntermediateFormat.MapPointRules defObject, MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = defObject;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
Exemplo n.º 19
0
 public SymbolMarkerTemplateMapper(MapMapper mapMapper, VectorLayerMapper vectorLayerMapper, MapVectorLayer mapVectorLayer)
     : base(mapMapper, vectorLayerMapper, mapVectorLayer)
 {
 }