C# 클래스 SobekCM.Library.ResultsViewer.Google_Map_ResultsViewer

Results viewer shows the results which have spatial information in Google maps.
This class extends the abstract class abstract_ResultsViewer and implements the iResultsViewer interface.
상속: abstract_ResultsViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void

Gets the total number of results to display

Adds the controls for this result viewer to the place holder on the main form

Google_Map_ResultsViewer ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List PagedResults ) : System

Constructor for a new instance of the Full_ResultsViewer class

Process_MapSearch_Callback ( string sendData ) : object

for some reason I cannot put this in the beta???

비공개 메소드들

메소드 설명
Add_Item_Info_And_Map ( string TextRedirectStem, string BaseURL, int MapNumber, List TitlesForCurrentMap, System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, StringBuilder Builder ) : void
check_boundaries ( string Latitude, string Longitude, double &MaxLat, double &MaxLong, double &MinLat, double &MinLong ) : void
compute_zoom ( double MaxLat, double MaxLong, double MinLat, double MinLong ) : int
icon_by_number ( int IconNumber ) : string

메소드 상세

Add_HTML() 공개 메소드

Gets the total number of results to display Adds the controls for this result viewer to the place holder on the main form
public Add_HTML ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void
MainPlaceHolder System.Web.UI.WebControls.PlaceHolder Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the result viewer's output is displayed
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void

Google_Map_ResultsViewer() 공개 메소드

Constructor for a new instance of the Full_ResultsViewer class
public Google_Map_ResultsViewer ( RequestCache RequestSpecificValues, SobekCM.Core.Results.Search_Results_Statistics ResultsStats, List PagedResults ) : System
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
ResultsStats SobekCM.Core.Results.Search_Results_Statistics Statistics about the results to display including the facets
PagedResults List Actual pages of results
리턴 System

Process_MapSearch_Callback() 공개 정적인 메소드

for some reason I cannot put this in the beta???
public static Process_MapSearch_Callback ( string sendData ) : object
sendData string The send data.
리턴 object