void IThematicController.JoinedRender() { _joinView = (IJoinView)_view; _join = new GJoin(); _joinController = new GJoinController(_join, _joinView); _joinController.Perform(); _thematic.Layer = _joinView.FeatureLayer; _thematic.BreakCount = _view.BreakCount; _thematic.FieldName = _view.FieldName; _thematic.IndexLayer = _view.IndexLayer; _thematic.MaxValue = _view.MaxValue; _thematic.MinValue = _view.MinValue; _thematic.JoinRender(); }
public GJoinController(IJoin join, IJoinView view) { _join = join; _view = view; }