C# Class SobekCM.Library.AggregationViewer.Viewers.Map_Search_AggregationViewer_Beta

Beta version of map search (from USACH project)
Inheritance: abstractAggregationViewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed in the search box

This addes the map search panel which holds the google map, as well as the coordinate entry boxes

Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Add the HTML to be displayed below the search box

This adds the search tips by calling the base method abstractAggregationViewer.Add_Simple_Search_Tips

Map_Search_AggregationViewer_Beta ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System.Collections.Generic

Constructor for a new instance of the Map_Search_AggregationViewer class

Method Details

Add_Search_Box_HTML() public method

Add the HTML to be displayed in the search box
This addes the map search panel which holds the google map, as well as the coordinate entry boxes
public Add_Search_Box_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Textwriter to write the HTML for this viewer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return void

Add_Secondary_HTML() public method

Add the HTML to be displayed below the search box
This adds the search tips by calling the base method abstractAggregationViewer.Add_Simple_Search_Tips
public Add_Secondary_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Textwriter to write the HTML for this viewer
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return void

Map_Search_AggregationViewer_Beta() public method

Constructor for a new instance of the Map_Search_AggregationViewer class
public Map_Search_AggregationViewer_Beta ( RequestCache RequestSpecificValues, AggregationViewBag ViewBag ) : System.Collections.Generic
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
ViewBag AggregationViewBag Aggregation-specific request information, such as aggregation object and any browse object requested
return System.Collections.Generic