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

상속: abstract_ResultsViewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

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

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

Create_JSON_Search_Results_Object ( DataTable searchResults ) : object
Google_Map_ResultsViewer_Beta ( RequestCache RequestSpecificValues, Search_Results_Statistics ResultsStats, List PagedResults ) : System

Constructor for a new instance of the Full_ResultsViewer class

Perform_Aggregation_Search ( string aggregationIds, Custom_Tracer Tracer ) : void
Perform_Callback_Action ( String sendData, Custom_Tracer Tracer ) : void

parse and process incoming message

Perform_Complete_Search ( string aggregationIds, string filters, System.DateTime startDateTime, System.DateTime endDateTime, double lat1, double long1, double lat2, double long2, Custom_Tracer Tracer ) : void
Perform_Coordinate_Bounds_Search ( double swx, double swy, double nex, double ney ) : void
Perform_DateTime_Range_Search ( System.DateTime startDateTime, System.DateTime endDateTime ) : void
Perform_Filter_Search ( string filters ) : void
Refresh_MSRKey ( ) : void

메소드 상세

Add_HTML() 공개 메소드

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

Create_JSON_Search_Results_Object() 공개 정적인 메소드

public static Create_JSON_Search_Results_Object ( DataTable searchResults ) : object
searchResults System.Data.DataTable
리턴 object

Google_Map_ResultsViewer_Beta() 공개 메소드

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

Perform_Aggregation_Search() 공개 정적인 메소드

public static Perform_Aggregation_Search ( string aggregationIds, Custom_Tracer Tracer ) : void
aggregationIds string
Tracer SobekCM.Tools.Custom_Tracer
리턴 void

Perform_Callback_Action() 공개 메소드

parse and process incoming message
public Perform_Callback_Action ( String sendData, Custom_Tracer Tracer ) : void
sendData String message from page
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 void

Perform_Complete_Search() 공개 정적인 메소드

public static Perform_Complete_Search ( string aggregationIds, string filters, System.DateTime startDateTime, System.DateTime endDateTime, double lat1, double long1, double lat2, double long2, Custom_Tracer Tracer ) : void
aggregationIds string
filters string
startDateTime System.DateTime
endDateTime System.DateTime
lat1 double
long1 double
lat2 double
long2 double
Tracer SobekCM.Tools.Custom_Tracer
리턴 void

Perform_Coordinate_Bounds_Search() 공개 정적인 메소드

public static Perform_Coordinate_Bounds_Search ( double swx, double swy, double nex, double ney ) : void
swx double
swy double
nex double
ney double
리턴 void

Perform_DateTime_Range_Search() 공개 정적인 메소드

public static Perform_DateTime_Range_Search ( System.DateTime startDateTime, System.DateTime endDateTime ) : void
startDateTime System.DateTime
endDateTime System.DateTime
리턴 void

Perform_Filter_Search() 공개 정적인 메소드

public static Perform_Filter_Search ( string filters ) : void
filters string
리턴 void

Refresh_MSRKey() 공개 정적인 메소드

public static Refresh_MSRKey ( ) : void
리턴 void