public class ConsoleEventPositionEstimation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsoleEventPositionEstimation.ESTIMATION_TYPE |
| Modifier and Type | Field and Description |
|---|---|
protected pt.lsts.imc.EstimatedState |
estimation |
protected java.lang.Object |
source |
protected ConsoleEventPositionEstimation.ESTIMATION_TYPE |
type |
| Constructor and Description |
|---|
ConsoleEventPositionEstimation(java.lang.Object source,
ConsoleEventPositionEstimation.ESTIMATION_TYPE type,
pt.lsts.imc.EstimatedState state) |
ConsoleEventPositionEstimation(java.lang.Object source,
ConsoleEventPositionEstimation.ESTIMATION_TYPE type,
LocationType loc) |
| Modifier and Type | Method and Description |
|---|---|
pt.lsts.imc.EstimatedState |
getEstimation() |
java.lang.Object |
getSource() |
ConsoleEventPositionEstimation.ESTIMATION_TYPE |
getType() |
protected ConsoleEventPositionEstimation.ESTIMATION_TYPE type
protected java.lang.Object source
protected pt.lsts.imc.EstimatedState estimation
public ConsoleEventPositionEstimation(java.lang.Object source,
ConsoleEventPositionEstimation.ESTIMATION_TYPE type,
LocationType loc)
public ConsoleEventPositionEstimation(java.lang.Object source,
ConsoleEventPositionEstimation.ESTIMATION_TYPE type,
pt.lsts.imc.EstimatedState state)
public ConsoleEventPositionEstimation.ESTIMATION_TYPE getType()
public java.lang.Object getSource()
public pt.lsts.imc.EstimatedState getEstimation()
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.