Traveler Information API
Loading...
Searching...
No Matches
CVRestrictionData Class Reference
Inheritance diagram for CVRestrictionData:
CVRestrictionDataWithId

Public Attributes

string StateRouteID
string State
int? RestrictionWidthInInches
int? RestrictionHeightInInches
int? RestrictionLengthInInches
int? RestrictionWeightInPounds
bool IsDetourAvailable
bool IsPermanentRestriction
bool IsExceptionsAllowed
bool IsWarning
DateTime DatePosted
DateTime DateEffective
DateTime DateExpires
string LocationName
string LocationDescription
string RestrictionComment
double Latitude
double Longitude
string BridgeNumber
int? MaximumGrossVehicleWeightInPounds
string BridgeName
int? BLMaxAxle
int? CL8MaxAxle
int? SAMaxAxle
int? TDMaxAxle
string VehicleType
CommercialVehicleRestrictionType RestrictionType

Properties

RoadwayLocation StartRoadwayLocation [get, set]
RoadwayLocation EndRoadwayLocation [get, set]

Detailed Description

Represents a Commercial Vehicle Restriction.

Member Data Documentation

◆ BLMaxAxle

int? CVRestrictionData.BLMaxAxle

◆ BridgeName

string CVRestrictionData.BridgeName

◆ BridgeNumber

string CVRestrictionData.BridgeNumber

WSDOT Idenfier for bridge

◆ CL8MaxAxle

int? CVRestrictionData.CL8MaxAxle

◆ DateEffective

DateTime CVRestrictionData.DateEffective

Date when the restriction comes into effect

◆ DateExpires

DateTime CVRestrictionData.DateExpires

Date when the restriction is no longer in force

◆ DatePosted

DateTime CVRestrictionData.DatePosted

Date when the restriction was first posted

◆ IsDetourAvailable

bool CVRestrictionData.IsDetourAvailable

Indicates if a detour is available

◆ IsExceptionsAllowed

bool CVRestrictionData.IsExceptionsAllowed

◆ IsPermanentRestriction

bool CVRestrictionData.IsPermanentRestriction

Indicates whether the restriction is permanent

◆ IsWarning

bool CVRestrictionData.IsWarning

◆ Latitude

double CVRestrictionData.Latitude

Latitude of location of bridge

◆ LocationDescription

string CVRestrictionData.LocationDescription

Description of the location

◆ LocationName

string CVRestrictionData.LocationName

Name of the location

◆ Longitude

double CVRestrictionData.Longitude

Longitude of location of bridge

◆ MaximumGrossVehicleWeightInPounds

int? CVRestrictionData.MaximumGrossVehicleWeightInPounds

◆ RestrictionComment

string CVRestrictionData.RestrictionComment

More details concerning the restriction

◆ RestrictionHeightInInches

int? CVRestrictionData.RestrictionHeightInInches

The maximum height for a load in inches

◆ RestrictionLengthInInches

int? CVRestrictionData.RestrictionLengthInInches

The maximum length for a load in inches

◆ RestrictionType

CommercialVehicleRestrictionType CVRestrictionData.RestrictionType

The type of restriction, bridge or road

◆ RestrictionWeightInPounds

int? CVRestrictionData.RestrictionWeightInPounds

The maximum weight for a load in pounds

◆ RestrictionWidthInInches

int? CVRestrictionData.RestrictionWidthInInches

The maximum width for a load in inches

◆ SAMaxAxle

int? CVRestrictionData.SAMaxAxle

◆ State

string CVRestrictionData.State

State where restriction is located

◆ StateRouteID

string CVRestrictionData.StateRouteID

State route restriction is located on

◆ TDMaxAxle

int? CVRestrictionData.TDMaxAxle

◆ VehicleType

string CVRestrictionData.VehicleType

Property Documentation

◆ EndRoadwayLocation

RoadwayLocation CVRestrictionData.EndRoadwayLocation
getset

End location for the alert on the roadway

◆ StartRoadwayLocation

RoadwayLocation CVRestrictionData.StartRoadwayLocation
getset

Start location for the alert on the roadway