コード例 #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;
 }
コード例 #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;
 }
コード例 #3
0
 public MapShapefile(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
コード例 #4
0
 public MapSpatialElement(AspNetCore.ReportingServices.ReportIntermediateFormat.MapSpatialElement defObject, MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = defObject;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
コード例 #5
0
 public MapBindingFieldPairCollection(MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_mapBindingFieldCollectionDef = mapVectorLayer.MapVectorLayerDef.MapBindingFieldPairs;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
コード例 #6
0
 public MapBindingFieldPairCollection(List <AspNetCore.ReportingServices.ReportIntermediateFormat.MapBindingFieldPair> mapBindingFieldCollectionDef, Map map)
 {
     this.m_mapBindingFieldCollectionDef = mapBindingFieldCollectionDef;
     this.m_mapVectorLayer = null;
     this.m_map            = map;
 }
コード例 #7
0
 public CoreSymbolManager(MapControl mapControl, MapVectorLayer mapVectorLayer)
     : base(mapControl, mapVectorLayer)
 {
 }
コード例 #8
0
 public MapPointTemplate(AspNetCore.ReportingServices.ReportIntermediateFormat.MapPointTemplate defObject, MapVectorLayer mapVectorLayer, Map map)
     : base(defObject, mapVectorLayer, map)
 {
 }
コード例 #9
0
 public MapSpatialDataRegion(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
コード例 #10
0
 public MapSpatialDataSet(MapVectorLayer mapVectorLayer, Map map)
     : base(mapVectorLayer, map)
 {
 }
コード例 #11
0
 public VectorLayerMapper(MapVectorLayer mapVectorLayer, MapControl coreMap, MapMapper mapMapper)
 {
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_coreMap        = coreMap;
     this.m_mapMapper      = mapMapper;
 }
コード例 #12
0
 public CoreSpatialElementManager(MapControl coreMap, MapVectorLayer mapVectorLayer)
 {
     this.m_coreMap        = coreMap;
     this.m_mapVectorLayer = mapVectorLayer;
 }
コード例 #13
0
 public MapBindingFieldPair(AspNetCore.ReportingServices.ReportIntermediateFormat.MapBindingFieldPair defObject, MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = defObject;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
コード例 #14
0
 public PointTemplateMapper(MapMapper mapMapper, VectorLayerMapper vectorLayerMapper, MapVectorLayer mapVectorLayer)
     : base(mapMapper, mapVectorLayer)
 {
     this.m_vectorLayerMapper = vectorLayerMapper;
 }
コード例 #15
0
 public SpatialElementTemplateMapper(MapMapper mapMapper, MapVectorLayer mapVectorLayer)
 {
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_mapMapper      = mapMapper;
 }
コード例 #16
0
 public MapMarkerRule(AspNetCore.ReportingServices.ReportIntermediateFormat.MapMarkerRule defObject, MapVectorLayer mapVectorLayer, Map map)
     : base(defObject, mapVectorLayer, map)
 {
 }
コード例 #17
0
 public MapSpatialData(MapVectorLayer mapVectorLayer, Map map)
 {
     this.m_defObject      = mapVectorLayer.MapVectorLayerDef.MapSpatialData;
     this.m_mapVectorLayer = mapVectorLayer;
     this.m_map            = map;
 }
コード例 #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;
 }
コード例 #19
0
 public SymbolMarkerTemplateMapper(MapMapper mapMapper, VectorLayerMapper vectorLayerMapper, MapVectorLayer mapVectorLayer)
     : base(mapMapper, vectorLayerMapper, mapVectorLayer)
 {
 }