The filename associated with this fuel break. Only valid if type is FILE.
The name of the fuel break. The name must be unique amongst fuel break collections.
The width of the fuel break (required if type is POLYLINE, otherwise ignored).
Comments about the fuel break (optional).
An array of LatLon describing the fuel break. Only valid if type is POLYLINE or POLYGON.
The type of fuelbreak (required).
Get the location of the file containing the fuel break.
Set the location of the file containing the fuel break. The file must either be an attachment or exist on the disk (if SocketMsg.skipFileTests is not set).
Get the name of the fuel break.
Set the name of the fuel break. Must be unique amongst the fuel break collection. Cannot be null or empty.
Get the width of the fuel break.
Set the width of the fuel break (m).
Find any errors that may exist in the fuelbreak.
A list of errors.
Are all required values set.
boolean
Set the name of the fuel break. This name must be unique within the simulation. The name will get a default value when the fuel break is constructed but can be overriden with this method.
Streams the fuel break file to a socket.
A fuel break file.
"Travis Redpath"