faa.tg.prep.tmf.ufp
Class AcKmlWriter

java.lang.Object
  extended by faa.tg.filters.AbstractFilter
      extended by faa.tg.prep.tmf.ufp.AcKmlWriter
All Implemented Interfaces:
Filter, FilterableListener, java.io.Serializable, java.util.EventListener

public class AcKmlWriter
extends AbstractFilter

See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
protected  ThreadSafeQueue tsq
           
private  TzToKml tzToKml
           
 
Fields inherited from class faa.tg.filters.AbstractFilter
DEFAULT_PASS_THROUGH, listeners, passThrough
 
Constructor Summary
AcKmlWriter(java.lang.String flightplanfilename)
           
 
Method Summary
 void handleObject(Filterable event)
          Processes the received event
 
Methods inherited from class faa.tg.filters.AbstractFilter
addFilterableListener, fire, getPassThrough, removeFilterableListener, setPassThrough, substituteFileVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

tsq

protected ThreadSafeQueue tsq

tzToKml

private TzToKml tzToKml
Constructor Detail

AcKmlWriter

public AcKmlWriter(java.lang.String flightplanfilename)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

handleObject

public void handleObject(Filterable event)
Processes the received event

Specified by:
handleObject in interface FilterableListener
Specified by:
handleObject in class AbstractFilter
Parameters:
event - The event containing the Message object.