C# Class SuperMap.Web.iServerJava6R.TrafficTransferAnalyst.FindStopResult

${iServerJava6R_FindStopResult_Title}

Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
FindStopResult ( ) : System

${iServerJava6R_FindStopResult_constructor_D}

FindStopResult ( List stops ) : System

${iServerJava6R_FindStopResult_constructor_TransferStopInfo_D}

FromJson ( JsonArray json ) : FindStopResult

${iServerJava6R_FindStopResult_method_FromJson_D}

Method Details

FindStopResult() public method

${iServerJava6R_FindStopResult_constructor_D}
public FindStopResult ( ) : System
return System

FindStopResult() public method

${iServerJava6R_FindStopResult_constructor_TransferStopInfo_D}
public FindStopResult ( List stops ) : System
stops List ${iServerJava6R_FindStopResult_constructor_param_stops}
return System

FromJson() public static method

${iServerJava6R_FindStopResult_method_FromJson_D}
public static FromJson ( JsonArray json ) : FindStopResult
json JsonArray ${iServerJava6R_FindStopResult_method_FromJson_param_jsonObject}
return FindStopResult