C# Class RoutingSample.RoutingForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
Init ( IApplication application ) : void
RoutingForm ( ) : System

Private Methods

Méthode Description
AddBarrier ( IPoint objPoint ) : void
AddBarriersFromDataset ( IDataset objDS ) : void
AddBarriersFromFeatureClass ( IFeatureClass objFeatureClass ) : void
AddPointsToPolyline ( ISMDirections objDirections, IPointCollection &objPoints ) : void
AddStops ( SMStopsCollection objStopsCol ) : void
CheckRouteButtons ( ) : void
ClearBarriers ( ) : void
CreatePolyline ( ISMDirections objDirections ) : void
CreateSpatialReference ( string strPrjString ) : ISpatialReference
CreateStop ( SMRouter objRouter, string strAddress, string strCity, string strState, string strCode, SMStopsCollection objStopsCol, int nID ) : void
Dispose ( bool disposing ) : void
FindRoute ( ) : void
GeocodeAddress ( string strAddress, string strCity, string strState, string strCode ) : IPoint
GetAddressString ( string strAddress, string strCity, string strState, string strCode ) : string
InitAddressLocatorDlg ( ) : void
InitBarriersDlg ( ) : void
InitializeComponent ( ) : void
IsSREqual ( ISpatialReference objSR1, ISpatialReference objSR2 ) : bool
OpenAddressLocator ( ) : void
OpenBarriers ( ) : void
OpenRoutingService ( ) : void
RefreshMap ( ) : void
RoutingForm_Closing ( object sender, System e ) : void
RoutingForm_KeyDown ( object sender, System e ) : void
RoutingForm_Load ( object sender, System e ) : void
SetDirectionsUnits ( ) : void
SetFocus ( int Hwnd ) : int
SetLineProperties ( IElement objElement ) : void
ShowDirections ( ) : void
ShowRestrictions ( ) : void
ShowResult ( ISMDirections objDirections ) : void
ZoomToExtent ( Envelope objEnv ) : void
m_btnAddressLocator_Click ( object sender, System e ) : void
m_btnBarriersClear_Click ( object sender, System e ) : void
m_btnBarriersOpen_Click ( object sender, System e ) : void
m_btnClose_Click ( object sender, System e ) : void
m_btnFindRoute_Click ( object sender, System e ) : void
m_btnRestrictions_Click ( object sender, System e ) : void
m_btnRoutingService_Click ( object sender, System e ) : void
m_btnShowDirections_Click ( object sender, System e ) : void

Method Details

Init() public méthode

public Init ( IApplication application ) : void
application IApplication
Résultat void

RoutingForm() public méthode

public RoutingForm ( ) : System
Résultat System