com.supermap.onlineservices
Class TrafficTransferParameter
- java.lang.Object
-
- com.supermap.onlineservices.TrafficTransferParameter
-
Deprecated.
@Deprecated public class TrafficTransferParameter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description TrafficTransferParameter()
Deprecated.The default constructor for constructing a newTrafficTransferParameter
object.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description void
setCoordinateType(CoordinateType type)
Deprecated.Set the coordinate type.void
setDestinationName(java.lang.String destinationName)
Deprecated.Set destination name.void
setQueryCity(java.lang.String city)
Deprecated.Set traffic transfer service query range.void
setResultCount(int resultCount)
Deprecated.Set the max transfer solution count.void
setStartName(java.lang.String startName)
Deprecated.Set the start name.void
setTrafficType(int trafficType)
Deprecated.Set traffic transfer type.
-
-
-
Constructor Detail
-
TrafficTransferParameter
public TrafficTransferParameter()
Deprecated.The default constructor for constructing a newTrafficTransferParameter
object.
-
-
Method Detail
-
setStartName
public void setStartName(java.lang.String startName)
Deprecated.Set the start name.- Parameters:
startName
- Start name
-
setDestinationName
public void setDestinationName(java.lang.String destinationName)
Deprecated.Set destination name.- Parameters:
destinationName
- destination name.
-
setQueryCity
public void setQueryCity(java.lang.String city)
Deprecated.Set traffic transfer service query range.- Parameters:
city
- the city names to query.
-
setTrafficType
public void setTrafficType(int trafficType)
Deprecated.Set traffic transfer type.0 is general mode, 1 is no subway.
- Parameters:
trafficType
- traffic transfer type.
-
setResultCount
public void setResultCount(int resultCount)
Deprecated.Set the max transfer solution count.- Parameters:
resultCount
- the max transfer solution count.
-
setCoordinateType
public void setCoordinateType(CoordinateType type)
Deprecated.Set the coordinate type. The default value isCoordinateType.NAVINFO_AMAP_LONGITUDE_LATITUDE
- Parameters:
type
- Coordinate type.
-
-