RouteFlag Class |
Namespace: Telogis.GeoBase.Routing
The RouteFlag type exposes the following members.
Name | Description | |
---|---|---|
AR_AUTO |
Gets whether automobiles are allowed on this link.
| |
AR_BUS |
Gets whether buses are allowed on this link.
| |
AR_CARPOOL |
Gets whether carpooling vehicles are allowed on this link.
| |
AR_DELIV |
Gets whether delivery vehicles are allowed on this link.
| |
AR_EMERVEH |
Gets whether emergency vehicles are allowed on this link.
| |
AR_PEDEST |
Gets whether pedestrians are allowed on this link.
| |
AR_TAXIS |
Gets whether taxis are allowed on this link.
| |
AR_TRAFF |
Gets whether through traffic is allowed on this link.
Returns true if through traffic is allowed. Returns false for links that are internal to a parking lot; are on a
military facility or privately maintained road and do not allow public
thoroughfare; or are public streets with posted or legal restrictions such as
"No Through Traffic" or "Residents Only".
| |
AR_TRUCK |
Gets whether trucks are allowed on this link.
| |
BRIDGE |
Gets whether this link is a bridge.
| |
CONTRACC |
Gets whether this link is a controlled-access road.
Typically, this flag is true for high-speed, high-volume roads with limited entries and exits.
| |
Country |
Gets the country.
| |
DIR_TRAVEL |
Gets a char value representing the permitted direction(s) of travel on the link.
| |
DIVIDER |
Gets a char value that represents the effect of the divider (if present) on turning.
| |
DIVIDERLEG |
Gets whether the divider on this link is a legal divider. Returns true for legal dividers such as painted road lines. Returns false for physical barriers.
| |
EXITNUMBER |
Gets whether the name of this link is an exit number (for example, as shown on a freeway exit sign).
| |
FERRY_TYPE |
Gets a char value that indicates whether the link is part of a ferry route. For display purposes only.
| |
FRONTAGE |
Gets whether this link is a frontage road.
| |
FULL_GEOM |
Gets whether this link has a full geometry of the road network around it.
| |
FUNC_CLASS |
Gets an int value that represents the functional class of this link. Used to determine optimal routes.
| |
ImpliedSpeedLimit |
If the actual speed limit is not known, gets a speed limit estimate that is determined by additional flag data.
| |
INDESCRIB |
Gets whether the intersection complexity requires substantial
guidance information.
| |
INPROCDATA |
Gets whether this link has full geometry, but has an incomplete attribute specification.
| |
INTERINTER |
Gets whether this is an internal intersection link.
Returns true if the link is present within an intersection to maintain its structure,
rather than as a part of any of the converging streets.
| |
JUNCTIONNM |
Gets whether the name of this link is applied to all
ramps that make up a specific junction.
| |
LADDR_MIXED |
Gets whether the link has mixed numbering on the left side.
| |
LANE_CAT |
Gets a char value that represents the number of lanes in each direction along this link.
| |
MANEUVER |
Gets whether this link represents a single driving maneuver (for example, "turn right").
| |
MANOEUVRE | Obsolete.
Gets whether this link represents a single driving maneuver (for example, "turn right").
| |
MAXATTR |
Gets whether the street has been encoded to include the maximum
number of attributes for a link.
| |
MULTIDIGIT |
Gets whether this link is one side of a multiply digitized street.
| |
PARITY |
Gets the type of numbering this link uses.
| |
PAVED |
Gets whether this link is paved.
| |
POIACCESS |
Gets whether this link is an access road to a Point Of Interest.
| |
POSTED_SPEED | Obsolete.
Gets whether the SPEED_LIM represents a posted speed limit or an estimate. This property is obsolete. Use SpeedLimitSource instead.
| |
PRIVATE |
Gets whether this link is a private road.
| |
RADDR_MIXED |
Gets whether the link has mixed numbering on the right side.
| |
RAMP |
Gets whether this link is a ramp.
| |
ROUNDABOUT |
Gets whether link is part of a roundabout.
| |
ROUTE_TYPE |
Gets a char value that indicates whether this road is part of a larger route,
where the road's name is actually a route number.
The return value determines the type of the road. See remarks.
| |
SPECTRFIG |
Gets whether this link is an intersection with a special traffic figure. See remarks.
| |
SPEED_CAT |
Gets the speed classification of the link, based on its posted or legal speed.
| |
SPEED_LIM |
Gets the speed limit on the street in local units. Depending on the source of the data, the value returned is the posted speed limit or an estimate.
We therefore recommend that you do not use SPEED_LIM for implementations requiring accurate speed limits. For a more accurate speed limit use
GetVehicleSpeedLimit(StreetLink, SpeedUnit).
| |
SPEED_UNITS |
The units that the speed limit is presented in.
| |
SpeedLimitSource |
Gets the source of the speed limit data for this link.
| |
TOLLWAY |
Gets whether this link is a tollway.
| |
TUNNEL |
Gets whether this link is a tunnel.
| |
UNDEFTRAFF |
Gets whether this link is an undefined traffic area. See remarks.
| |
URBAN |
Gets whether this link is in a built-up urban area.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SpeedToSpeedCat |
Converts a given speed to a speed category (SPEED_CAT). A lower speed category represents
a faster rate of travel.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Modifying the Routing Strategy.