The IntersectionDiagramTool type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IntersectionDiagramTool | ||
| IntersectionDiagramTool | Initializes a new instance of the IntersectionDiagramTool class |
Methods
| Name | Description | |
|---|---|---|
| AddTabToHidden | ||
| AppLogLogin |
Simplified method for logging application login attempts.
(Inherited from BasePageStandard.) | |
| AppLogLogout |
Simplified method for logging application logout attempts.
(Inherited from BasePageStandard.) | |
| AppLogPage |
Simplified method for logging application page access.
(Inherited from BasePageStandard.) | |
| btnCsv_Click |
CSV export handler.
| |
| btnDoc_Click |
DOC export handler.
| |
| btnFilterToggle_Click |
Turns data grid filters on and off.
| |
| btnLrgToggle_Click |
Toggles the large view link on this page.
| |
| btnMedToggle_Click |
Toggles the medium view link on this page.
| |
| btnPdf_Click |
PDF export handler.
| |
| btnRefresh_Click |
Refreshes this page with a clean new load.
| |
| btnSaveView_Click |
Saves this forms current state to the view storage table.
| |
| btnSmToggle_Click |
Toggles the small view link on this page.
| |
| btnSql_Click |
Returns a query result packet for this report query.
| |
| btnTab_Click |
TAB export handler.
| |
| btnXlrgToggle_Click |
Toggles the extra large view link on this page.
| |
| btnXls_Click |
XLS export handler.
| |
| BuildForm |
Builds any dynamic aspects of the form for display.
| |
| cbCrashTypeIcons_CheckedChanged |
Toggles the use of crash type icons if the CRASH_TYPE column exists.
| |
| CheckForExpiration |
Checks to see if the given user account is expired or not
(Inherited from BasePageStandard.) | |
| CheckForInjection |
Checks for sql statements in queries.
(Inherited from BasePageStandard.) | |
| CheckPagePermission |
Calling method for CheckPermissions, loads up a reference to the service client before calling the CheckPermissions method.
(Inherited from BasePageStandard.) | |
| CheckPassThrough |
Check the session for a pass through request.
| |
| CheckPermissions |
Checks the current page permissions by pageName, userId, and userRolesId.
(Inherited from BasePageStandard.) | |
| ClearTabHidden | ||
| DataRowToEsriAttrString | ||
| ddlRpp_SelectedIndexChanged |
Handles changes in the row per page ddl.
| |
| dGrid_RecordDoubleClicked |
Handles data grid row double clicks.
| |
| FailPassThrough |
Fail a pass through request. Write a txt file to mark the failure.
| |
| GetActiveFilter |
Returns the active filter from the filter object manager if there is one.
(Inherited from BasePageStandard.) | |
| GetActiveFilterActiveReport |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetActiveFilterActiveStat |
Returns the ReportObj if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetActiveFilterId |
Returns the active filter's filter ID.
(Inherited from BasePageStandard.) | |
| GetActiveFilterReportAt |
Returns the active filter's report at the provided index.
(Inherited from BasePageStandard.) | |
| GetActiveFilterStatAt |
Returns the active filter's statistic at the provided index.
(Inherited from BasePageStandard.) | |
| GetActiveReportId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) | |
| GetActiveReportIndex |
Returns the active report index.
(Inherited from BasePageStandard.) | |
| GetActiveReportIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) | |
| GetActiveStatId |
Returns the active report id or new if the report is a new report.
(Inherited from BasePageStandard.) | |
| GetActiveStatIndex |
Returns the active report index.
(Inherited from BasePageStandard.) | |
| GetActiveStatIndexStr |
Returns the active report index as a string.
(Inherited from BasePageStandard.) | |
| GetAdminUserRole |
Returns the Admin user role id as a string.
(Inherited from BasePageStandard.) | |
| GetFilterObjManager |
Returns the filter object manager.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilter |
Returns true if there is an active filter.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterActiveReport |
Returns true if there is an active filter with a report at the Session stored
index 'reportIndex'.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterActiveStat |
Returns true if there is an active filter with a stat at the Session stored
index 'statIndex'.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterReportAt |
Returns true if there is an active filter with a report at the provided index.
(Inherited from BasePageStandard.) | |
| GetHasActiveFilterStatAt |
Returns true if there is an active filter with a stat at the provided index.
(Inherited from BasePageStandard.) | |
| GetHasFilterObjManager |
Returns true if there is a current filter object manager.
(Inherited from BasePageStandard.) | |
| GetP4sPsmsUserRole |
Returns the P4s Psms user role id as a string.
(Inherited from BasePageStandard.) | |
| HasPagePerm |
Returns true if the user has the current perm enabled.
(Inherited from BasePageStandard.) | |
| HideReportForm | ||
| IsLoggedIn |
Used to test whether the current user is logged in or not.
(Inherited from BasePageStandard.) | |
| LoadPageFeaturePerms |
Loads all the feature perms for this page.
(Inherited from BasePageStandard.) | |
| Page_Error |
Calls Page_Error from base class, BasePageStandard.
(Overrides BasePageStandard Page_Error(Object, EventArgs).) | |
| Page_Load |
Standard Page_Load entrance method.
(Overrides BasePageStandard Page_Load(Object, EventArgs).) | |
| PrepForm |
Prepares the form for use.
| |
| ProcessDataGridPageRows |
Processes a data grid row selection change.
| |
| RefreshList |
Refreshed the current page, handle all dynamic html here.
| |
| RunAppLogLogin |
Async execution of the app login method.
(Inherited from BasePageStandard.) | |
| RunAppLogLogout |
Async execution of the app logout method.
(Inherited from BasePageStandard.) | |
| RunAppLogPage |
Async execution of the app page method.
(Inherited from BasePageStandard.) | |
| SetSession | (Inherited from BasePageStandard.) | |
| ShowNoFiltersForm |
Hides all forms and shows the no filters form.
| |
| ShowNoReportsForm |
Hides all forms and shows the no reports form.
| |
| ShowReportForm |
Hides all forms and shows the regular report form.
| |
| UpdateFormSizeText |
Updates the text size link buttons.
| |
| UpdateGridFilter |
Updates the data grid filter form.
| |
| UpdateGridFilter3 |
Updates the data grid filter form.
| |
| UpdateGridFilter4 |
Updates the data grid filter form.
| |
| UpdateGridFilter5 |
Updates the data grid filter form.
| |
| UpdateGridFilter6 |
Updates the data grid filter form.
|
Fields
| Name | Description | |
|---|---|---|
| bingMapsKey |
Holds a reference to the bing maps service key.
| |
| bnp |
bnp control.
| |
| btnCsv |
btnCsv control.
| |
| btnCsv3 |
btnCsv3 control.
| |
| btnCsv4 |
btnCsv4 control.
| |
| btnCsv5 |
btnCsv5 control.
| |
| btnCsv6 |
btnCsv6 control.
| |
| btnDoc |
btnDoc control.
| |
| btnDoc3 |
btnDoc3 control.
| |
| btnDoc4 |
btnDoc4 control.
| |
| btnDoc5 |
btnDoc5 control.
| |
| btnDoc6 |
btnDoc6 control.
| |
| btnFilterToggle |
btnFilterToggle control.
| |
| btnFilterToggle3 |
btnFilterToggle3 control.
| |
| btnFilterToggle4 |
btnFilterToggle4 control.
| |
| btnFilterToggle5 |
btnFilterToggle5 control.
| |
| btnFilterToggle6 |
btnFilterToggle6 control.
| |
| btnLrgToggle |
btnLrgToggle control.
| |
| btnMedToggle |
btnMedToggle control.
| |
| btnPdf |
btnPdf control.
| |
| btnPdf3 |
btnPdf3 control.
| |
| btnPdf4 |
btnPdf4 control.
| |
| btnPdf5 |
btnPdf5 control.
| |
| btnPdf6 |
btnPdf6 control.
| |
| btnRefresh |
btnRefresh control.
| |
| btnSaveView |
btnSaveView control.
| |
| btnSmToggle |
btnSmToggle control.
| |
| btnSql |
btnSql control.
| |
| btnSql3 |
btnSql3 control.
| |
| btnSql4 |
btnSql4 control.
| |
| btnSql5 |
btnSql5 control.
| |
| btnSql6 |
btnSql6 control.
| |
| btnTab |
btnTab control.
| |
| btnTab3 |
btnTab3 control.
| |
| btnTab4 |
btnTab4 control.
| |
| btnTab5 |
btnTab5 control.
| |
| btnTab6 |
btnTab6 control.
| |
| btnXlrgToggle |
btnXlrgToggle control.
| |
| btnXls |
btnXls control.
| |
| btnXls3 |
btnXls3 control.
| |
| btnXls4 |
btnXls4 control.
| |
| btnXls5 |
btnXls5 control.
| |
| btnXls6 |
btnXls6 control.
| |
| cbCrashTypeIcons |
cbCrashTypeIcons control.
| |
| cbPlaceMarker |
cbPlaceMarker control.
| |
| ddlFcwCrashIds |
ddlFcwCrashIds control.
| |
| ddlRpp |
ddlRpp control.
| |
| ddlRpp3 |
ddlRpp3 control.
| |
| ddlRpp4 |
ddlRpp4 control.
| |
| ddlRpp5 |
ddlRpp5 control.
| |
| ddlRpp6 |
ddlRpp6 control.
| |
| dGrid |
dGrid control.
| |
| dGrid3 |
dGrid3 control.
| |
| dGrid4 |
dGrid4 control.
| |
| dGrid5 |
dGrid5 control.
| |
| dGrid6 |
dGrid6 control.
| |
| dGridPager |
dGridPager control.
| |
| dGridPager3 |
dGridPager3 control.
| |
| dGridPager4 |
dGridPager4 control.
| |
| dGridPager5 |
dGridPager5 control.
| |
| dGridPager6 |
dGridPager6 control.
| |
| dvReport |
dvReport control.
| |
| dvReportNoFilters |
dvReportNoFilters control.
| |
| fhp |
fhp control.
| |
| fileName |
The current page as a file name.
(Inherited from BasePageStandard.) | |
| fileNameShort |
The current page as a file name with no extension.
(Inherited from BasePageStandard.) | |
| filterName |
Represents the current filter's name.
| |
| filterQueryAsHtml |
Represents the core filter criteria as a literal SQL statement.
| |
| forceNoColumnTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoDataTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| forceNoReportTest |
Driven by a web config setting to force a no data returned test on every data loading/viewing page.
(Inherited from BasePageStandard.) | |
| Form1 |
Form1 control.
| |
| formCountyMode |
Represents the current form loading mode for county data.
| |
| formMode |
Represents the current form loading mode for point data.
| |
| formMuniMode |
Represents the current form loading mode for municipality data.
| |
| formSegMode |
Represents the current form loading mode for segment data.
| |
| formSize |
Represents the current form size.
| |
| formSriMode |
Represents the current form loading mode for sri data.
| |
| gFeatureAlcoholUrl |
Holds the url for the alcohol store feature service.
| |
| gFeatureBusNewUrl |
Holds the url for the NJ Transit bus station feature service.
| |
| gFeatureBusUrl |
Holds the url for the bus feature service.
| |
| gFeatureCountyUrl |
Holds the url for the county feature service.
| |
| gFeatureCurvesUrl |
Holds the url for the curve feature service.
| |
| gFeatureEmsUrl |
Holds the url for the ems station feature service.
| |
| gFeatureFireUrl |
Holds the url for the fire department feature service.
| |
| gFeatureIntersectionsUrl |
Holds the url for the intersection feature service.
| |
| gFeatureMuniUrl |
Holds the url for the municipality feature service.
| |
| gFeatureNursingUrl |
Holds the url for the nursing home feature service.
| |
| gFeaturePoliceUrl |
Holds the url for the police department feature service.
| |
| gFeatureSafeCorrUrl |
Holds the url for the safe corridor feature service.
| |
| gFeatureSchoolsUrl |
Holds the url for the school feature service.
| |
| gFeatureSriUrl |
Holds the url for the sri feature service.
| |
| gFeatureTrainsUrl |
Holds the url for the train station feature service.
| |
| gFeatureUnivUrl |
Holds the url for the university feature service.
| |
| GIS_COUNTY_TOOL_DEFAULT_URL |
Gets set on Page_Load from the web.config. Holds a reference to the county mapping service.
| |
| GIS_MUNI_TOOL_DEFAULT_URL |
Gets set on Page_Load from the web.config. Holds a reference to the municipality mapping service.
| |
| GIS_SEGMENT_TOOL_DEFAULT_URL |
Gets set on Page_Load from the web.config. Holds a reference to the SRI segment mapping service.
| |
| GIS_SEGMENT_TOOL_DEFAULT_VIEW_NAME |
Gets set on Page_Load from the web.config. Holds a reference to the SRI segment mapping service's default view_name.
| |
| GIS_SRI_TOOL_DEFAULT_URL |
Gets set on Page_Load from the web.config. Holds a reference to the sri mapping service.
| |
| gisCountyToolUrl |
The URL for looking up spacial data on county data.
| |
| gisDemarcateCountyValue |
Holds the color demarcation column name.
| |
| gisDemarcateMuniValue |
Holds the color demarcation column name.
| |
| gisDemarcateSegValue |
Holds the color demarcation column name.
| |
| gisDemarcateSriValue |
Holds the color demarcation column name.
| |
| gisDemarcateValue |
Holds the color demarcation column name.
| |
| gisMapBasemap |
gisMapBasemap control.
| |
| gisMapGalleryPin |
gisMapGalleryPin control.
| |
| gisMapLat |
gisMapLat control.
| |
| gisMapLayerVis |
gisMapLayerVis control.
| |
| gisMapLong |
gisMapLong control.
| |
| gisMapZoom |
gisMapZoom control.
| |
| gisMode |
The current system mode. Will support comma separated modes moving forward.
point, segment, county, muni, sri
| |
| gisMuniToolUrl |
The URL for looking up spacial data on municipalities.
| |
| gisPrintUrl |
Holds the url for the esri print service.
| |
| gisSegToolUrl |
The URL for looking up spacial data on state road segments.
| |
| gisSegToolViewName |
The name of the view used to display information for road segment mapping.
| |
| gisSoeUrl |
Holds the url for the esri elevation profile service.
| |
| gisSriToolUrl |
The URL for looking up spacial data on state road segments.
| |
| gisSvHeading |
gisSvHeading control.
| |
| gisSvLat |
gisSvLat control.
| |
| gisSvLong |
gisSvLong control.
| |
| gisSvPitch |
gisSvPitch control.
| |
| gisSvZoom |
gisSvZoom control.
| |
| hfConvertPoints |
hfConvertPoints control.
| |
| hfCrashCrashId |
hfCrashCrashId control.
| |
| hfCrashInterId |
hfCrashInterId control.
| |
| hfHiddenLayers |
hfHiddenLayers control.
| |
| hfMapStartingLat |
hfMapStartingLat control.
| |
| hfMapStartingLong |
hfMapStartingLong control.
| |
| hfMarkerData |
hfMarkerData control.
| |
| hfTabIndex |
hfTabIndex control.
| |
| hfWindowData |
hfWindowData control.
| |
| ignoreInjection |
Ignore the injection checks while true.
(Inherited from BasePageStandard.) | |
| ignoreTimeout |
If set to true ignores timeout processing and redirection.
(Inherited from BasePageStandard.) | |
| IS_POSTBACK | (Inherited from BasePageStandard.) | |
| isLoggedIn |
Is set to true if the user is currently logged in.
(Inherited from BasePageStandard.) | |
| isPassThrough |
Used to toggle a pass through request.
| |
| jsonGisConfig |
Json data object for the configuration of point based data.
| |
| jsonGisCountyConfig |
Jsno dta object for the configuration of county based data.
| |
| jsonGisCountyData |
Json segment data used in rendering counties.
| |
| jsonGisData |
Json data object for use in drawing points.
| |
| jsonGisMuniConfig |
Jsno dta object for the configuration of municipality based data.
| |
| jsonGisMuniData |
Json segment data used in rendering municipalities.
| |
| jsonGisSegConfig |
Jsno dta object for the configuration of segment based data.
| |
| jsonGisSegData |
Json segment data used in rendering road segments.
| |
| jsonGisSriConfig |
Jsno dta object for the configuration of segment based data.
| |
| jsonGisSriData |
Json segment data used in rendering roag segments.
| |
| jsOnTheFly |
Holds a reference to valid jQuery javascript code for hiding controls, etc.
| |
| key |
A secret key needed to talk to the web service client.
(Inherited from BasePageStandard.) | |
| lblCrashDataWindowIsVisible |
lblCrashDataWindowIsVisible control.
| |
| lblCrashDataWindowMarkerAngle |
lblCrashDataWindowMarkerAngle control.
| |
| lblCrashDataWindowMarkerColor |
lblCrashDataWindowMarkerColor control.
| |
| lblCrashDataWindowZoomTo |
lblCrashDataWindowZoomTo control.
| |
| lblCrashTypeDataWindowIsVisible |
lblCrashTypeDataWindowIsVisible control.
| |
| lblCrashTypeDataWindowMarkerColor |
lblCrashTypeDataWindowMarkerColor control.
| |
| lblCrashTypeDataWindowMarkerType |
lblCrashTypeDataWindowMarkerType control.
| |
| lblCrashTypeDataWindowZoomTo |
lblCrashTypeDataWindowZoomTo control.
| |
| lblFcwCrashId |
lblFcwCrashId control.
| |
| lblFcwIntersectionId |
lblFcwIntersectionId control.
| |
| lblHide |
lblHide control.
| |
| lblHide3 |
lblHide3 control.
| |
| lblHide4 |
lblHide4 control.
| |
| lblHide5 |
lblHide5 control.
| |
| lblHide6 |
lblHide6 control.
| |
| lblHidetop |
lblHidetop control.
| |
| lblMarker |
lblMarker control.
| |
| lblRpp |
lblRpp control.
| |
| lblRpp3 |
lblRpp3 control.
| |
| lblRpp4 |
lblRpp4 control.
| |
| lblRpp5 |
lblRpp5 control.
| |
| lblRpp6 |
lblRpp6 control.
| |
| lblXCoord |
lblXCoord control.
| |
| lblYCoord |
lblYCoord control.
| |
| mainWidth |
Controls the main div width.
| |
| MAX_JSON_COLUMNS | ||
| maxBulkExpRows |
The maximum number of rows supported in a bulk export operation/
(Inherited from BasePageStandard.) | |
| maxExpRows |
Sets the maximum number of rows donwloads will be supported on.
(Inherited from BasePageStandard.) | |
| maxJsonCols |
The maximum number of JSON columns supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxJsonRows |
The maximum number of JSON rows supported in converting a DataTable to JSON format.
(Inherited from BasePageStandard.) | |
| maxRowReturn |
Sets the maximum row return for the data grid view.
(Inherited from BasePageStandard.) | |
| maxToolRows |
The maximum number of rows allowed in complex tools.
(Inherited from BasePageStandard.) | |
| message |
message control.
| |
| mfp |
mfp control.
| |
| mmp |
mmp control.
| |
| MSG | (Inherited from BasePageStandard.) | |
| pageFeaturePerms |
List of features permissions granted by page.
(Inherited from BasePageStandard.) | |
| pageIntro |
pageIntro control.
| |
| queryAsHtml |
Represents the core select criteria as a literal SQL statement.
| |
| rootDir |
THe current parent directory of the page.
(Inherited from BasePageStandard.) | |
| rUrl |
The current URL of this page.
(Inherited from BasePageStandard.) | |
| rUrlLower |
The current URL of this page in lowercase form.
(Inherited from BasePageStandard.) | |
| Scriptmanager1 |
Scriptmanager1 control.
| |
| Session |
Static self reference to the current Session.
New keyword lets the system know we are intentionally overriding the Session.
(Inherited from BasePageStandard.) | |
| sessionPrefix |
Stores the local page's session prefix, used for advanced session management.
(Inherited from BasePageStandard.) | |
| showCrashTools |
Controls the display of the crash tools button and window.
| |
| showFilter | ||
| showFilter3 | ||
| showFilter4 | ||
| showFilter5 | ||
| showFilter6 | ||
| svc |
A P4S3 Web Service client.
(Inherited from BasePageStandard.) | |
| tableWidth |
Holds a reference to the current table width.
| |
| tempDir |
The local temp directory for this web application.
(Inherited from BasePageStandard.) | |
| txtFcwIntersectionId |
txtFcwIntersectionId control.
| |
| txtXCoord |
txtXCoord control.
| |
| txtYCoord |
txtYCoord control.
| |
| useCrashTypeIcons |
Controls the use of crash type icons instead of dots.
| |
| userId |
The active userId.
(Inherited from BasePageStandard.) | |
| userRoleId |
The current user's role id.
(Inherited from BasePageStandard.) | |
| wrapperWidth |
Controls the page level div width.
|
See Also