C# Class SuperMap.Connector.UTests.NetworkAnalystTest

Show file Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
NetworkAnalystTest ( ) : System
UpdateEdgeWeight_TurnWeightFieldIsEmpty ( ) : void
UpdateTurnNodeWeight_TurnWeightFieldIsEmpty ( ) : void

Private Methods

Method Description
ComputeWeightMatrix_IDError ( ) : void
ComputeWeightMatrix_NodeIDs ( ) : void
ComputeWeightMatrix_NodeIDs_WeightFieldNameError ( ) : void
ComputeWeightMatrix_Points ( ) : void
FindClosestFacilityTest_ID ( ) : void
FindClosestFacilityTest_ID_DatasetNULL ( ) : void
FindClosestFacilityTest_ID_Geometry ( ) : void
FindClosestFacilityTest_ID_TAParameterNULL ( ) : void
FindClosestFacilityTest_Point ( ) : void
FindClosestFacilityTest_Point_DatasetNULL ( ) : void
FindClosestFacilityTest_Point_Geometry ( ) : void
FindClosestFacilityTest_Point_TAParameterNULL ( ) : void
FindLocation ( ) : void
FindLocation_CountSet ( ) : void
FindLocation_NetworkDatasetNameNotFound ( ) : void
FindLocation_NodeIDError ( ) : void
FindPathTest ( ) : void
FindPathTest_NodeIDs ( ) : void
FindPathTest_Parameter ( ) : void
FindPathTest_ParameterNUll ( ) : void
FindPathTest_Points ( ) : void
FindPathTest_Points_Parameter ( ) : void
FindPathTest_Points_ParameterNUll ( ) : void
FindPathTest_Points_RouteType ( ) : void
FindPathTest_Points_networkDatasetNameNull ( ) : void
FindPathTest_PointssNull ( ) : void
FindPathTest_PointssNull1 ( ) : void
FindPathTest_RouteType ( ) : void
FindPathTest_networkDatasetName ( ) : void
FindServiceArea_CenterPoints ( ) : void
FindServiceArea_IsFromCenterFalse ( ) : void
FindServiceArea_NodeIDs ( ) : void
FindServiceArea_ReturnAllFalse ( ) : void
FindServiceArea_WeightFieldNameNotFound ( ) : void
GetNetworkDatasetNames ( ) : void
GetNetworkdDatasetPrj ( ) : void
GetNetworkdDatasetPrj_DatasetNameIsEmpty ( ) : void
GetTurnWeightNames ( ) : void
GetTurnWeightNames_DatasetNameIsEmpty ( ) : void
GetWeightNames ( ) : void
GetWeightNames_DatasetNameIsEmpty ( ) : void
Json_ClosestFacilityPath ( ) : void
Json_ClosestFacilityPathPoint ( ) : void
Json_RoutePoints ( ) : void
MTSPPathTest ( ) : void
MTSPPathTest_DatasetNameNull ( ) : void
MTSPPathTest_OneID ( ) : void
MTSPPathTest_Patameter ( ) : void
MTSPPathTest_Point ( ) : void
ReloadModel ( ) : void
ReloadModel_DatasetNameIsEmpty ( ) : void
TSPPathTest_DatasetNameNUll ( ) : void
TSPPathTest_ID ( ) : void
TSPPathTest_IDNUll ( ) : void
TSPPathTest_ParameterNUll ( ) : void
TSPPathTest_Point ( ) : void
TSPPathTest_PointDatasetNull ( ) : void
TSPPathTest_PointParameterNull ( ) : void
TSPPathTest_PointPointNull ( ) : void
UpdateEdgeWeight ( ) : void
UpdateEdgeWeight_DatasetNameIsEmpty ( ) : void
UpdateEdgeWeight_ToEdgeIDNotFound ( ) : void
UpdateTurnNodeWeight ( ) : void
UpdateTurnNodeWeight_DatasetNameIsEmpty ( ) : void
UpdateTurnNodeWeight_ToEdgeIDNotFound ( ) : void

Method Details

NetworkAnalystTest() public method

public NetworkAnalystTest ( ) : System
return System

UpdateEdgeWeight_TurnWeightFieldIsEmpty() public method

public UpdateEdgeWeight_TurnWeightFieldIsEmpty ( ) : void
return void

UpdateTurnNodeWeight_TurnWeightFieldIsEmpty() public method

public UpdateTurnNodeWeight_TurnWeightFieldIsEmpty ( ) : void
return void