Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
Options.LOAD_RESTRICTIONS Class Reference

HAZMAT / Load restrictions. More...

Static Public Attributes

static final int EXPLOSIVES = 0x00000001
 Class 1 (Explosives) U.S only. More...
 
static final int FLAMMABLE_GASES = 0x00000002
 Class 2 (Flammable; compressed and poisonous gases) U.S only. More...
 
static final int FLAMMABLE_LIQUIDS = 0x00000004
 Class 3 (Flammable and compressed liquids) U.S only. More...
 
static final int FLAMMABLE_SOLIDS = 0x00000008
 Class 4 (Flammable solids; spontaneously combustible materials and water reactive substances) U.S only. More...
 
static final int OXIDIZERS = 0x00000010
 Class 5 (Oxidizers and organic peroxides) U.S only. More...
 
static final int POISONOUS = 0x00000020
 Class 6 (Poisonous {toxic} and infectious substances) U.S only. More...
 
static final int RADIOACTIVE = 0x00000040
 Class 7 (Radioactive Materials) U.S only. More...
 
static final int CORROSIVE = 0x00000080
 Class 8 (Corrosive Materials) U.S only. More...
 
static final int HAZARDOUS = 0x00000100
 Class 9 (Misc Hazardous Materials) U.S only. More...
 
static final int INHALATION_HAZARDS = 0x00000200
 Class I (Poisonous Inhalation Hazards) U.S only. More...
 
static final int GENERAL = 0x00000400
 General hazardous materials. More...
 
static final int EXPLOSIVE = 0x00000800
 Explosive materials. More...
 
static final int HARMFUL_TO_WATER = 0x00001000
 Goods harmful to water. More...
 
static final int AGRICULTURE = 0x00002000
 Agriculture load restriction. More...
 
static final int COAL = 0x00004000
 Coal load. More...
 
static final int BUILDING = 0x00008000
 Building Materials load. More...
 
static final int SANITARY_VASTE = 0x00010000
 Sanitary waste load. More...
 
static final int SAND_AND_GRAVEL = 0x00020000
 Sand and Gravel. More...
 
static final int COMMODITY = 0x00040000
 Commodity load. More...
 
static final int NATURAL_RESOURCES = 0x00080000
 Natural Resources. More...
 

Detailed Description

HAZMAT / Load restrictions.

Member Data Documentation

final int AGRICULTURE = 0x00002000
static

Agriculture load restriction.

final int BUILDING = 0x00008000
static

Building Materials load.

final int COAL = 0x00004000
static

Coal load.

final int COMMODITY = 0x00040000
static

Commodity load.

final int CORROSIVE = 0x00000080
static

Class 8 (Corrosive Materials) U.S only.

final int EXPLOSIVE = 0x00000800
static

Explosive materials.

final int EXPLOSIVES = 0x00000001
static

Class 1 (Explosives) U.S only.

final int FLAMMABLE_GASES = 0x00000002
static

Class 2 (Flammable; compressed and poisonous gases) U.S only.

final int FLAMMABLE_LIQUIDS = 0x00000004
static

Class 3 (Flammable and compressed liquids) U.S only.

final int FLAMMABLE_SOLIDS = 0x00000008
static

Class 4 (Flammable solids; spontaneously combustible materials and water reactive substances) U.S only.

final int GENERAL = 0x00000400
static

General hazardous materials.

final int HARMFUL_TO_WATER = 0x00001000
static

Goods harmful to water.

final int HAZARDOUS = 0x00000100
static

Class 9 (Misc Hazardous Materials) U.S only.

final int INHALATION_HAZARDS = 0x00000200
static

Class I (Poisonous Inhalation Hazards) U.S only.

final int NATURAL_RESOURCES = 0x00080000
static

Natural Resources.

final int OXIDIZERS = 0x00000010
static

Class 5 (Oxidizers and organic peroxides) U.S only.

final int POISONOUS = 0x00000020
static

Class 6 (Poisonous {toxic} and infectious substances) U.S only.

final int RADIOACTIVE = 0x00000040
static

Class 7 (Radioactive Materials) U.S only.

final int SAND_AND_GRAVEL = 0x00020000
static

Sand and Gravel.

final int SANITARY_VASTE = 0x00010000
static

Sanitary waste load.