NMEA
Class NMEAParameters

java.lang.Object
  extended by NMEA.NMEAParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class NMEAParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Nested Class Summary
static class NMEAParameters.NmeaSources
           
 
Field Summary
 int channelMap
           
 double drunkenness
           
 boolean generateAIS
           
private  int latLongDecimalPlaces
           
(package private)  java.lang.String name
           
 java.lang.String nmeaSource
           
 int port
           
 int serialPortBitsPerSecond
           
 java.lang.String serialPortName
           
static long serialVersionUID
           
 double simStartHeading
           
 double simStartLatitude
           
 double simStartLongitude
           
 double simStartSpeed
           
 boolean simThread
           
 double simTimeInterval
           
 NMEAParameters.NmeaSources sourceType
           
 
Constructor Summary
NMEAParameters()
           
 
Method Summary
 NMEAParameters clone()
           
 int getLatLongDecimalPlaces()
           
 java.lang.String getName()
           
static boolean isValidLength(int len)
           
 void setLatLongDecimalPlaces(int latLongDecimalPlaces)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

name

java.lang.String name

port

public int port

channelMap

public int channelMap

simThread

public boolean simThread

simStartLatitude

public double simStartLatitude

simStartLongitude

public double simStartLongitude

simStartHeading

public double simStartHeading

simStartSpeed

public double simStartSpeed

simTimeInterval

public double simTimeInterval

drunkenness

public double drunkenness

latLongDecimalPlaces

private int latLongDecimalPlaces

generateAIS

public boolean generateAIS

serialPortName

public java.lang.String serialPortName

serialPortBitsPerSecond

public int serialPortBitsPerSecond

nmeaSource

public java.lang.String nmeaSource

sourceType

public NMEAParameters.NmeaSources sourceType
Constructor Detail

NMEAParameters

public NMEAParameters()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

isValidLength

public static boolean isValidLength(int len)

clone

public NMEAParameters clone()
Overrides:
clone in class java.lang.Object

getLatLongDecimalPlaces

public int getLatLongDecimalPlaces()

setLatLongDecimalPlaces

public void setLatLongDecimalPlaces(int latLongDecimalPlaces)