Package Localiser.algorithms.locErrors
Class EllipseLocErrorDraw
java.lang.Object
Localiser.algorithms.locErrors.EllipseLocErrorDraw
- All Implemented Interfaces:
LocErrorGraphics
- Direct Known Subclasses:
MCMCErrorDraw
Draws an elliptical error. The error is drawn as a semi translucent ellipse
- Author:
- Jamie Macaulay
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondrawLinesOnMap
(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) drawOnMap
(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) drawOvalsOnMap
(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) int
-
Field Details
-
DRAW_LINES
public static final int DRAW_LINES- See Also:
-
DRAW_OVALS
public static final int DRAW_OVALS- See Also:
-
-
Method Details
-
getEllipticalError
-
drawOnMap
public TransformShape drawOnMap(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) - Specified by:
drawOnMap
in interfaceLocErrorGraphics
-
drawLinesOnMap
public TransformShape drawLinesOnMap(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) -
drawOvalsOnMap
public TransformShape drawOvalsOnMap(Graphics g, PamDataUnit pamDetection, LatLong errorOrigin, GeneralProjector generalProjector, Color ellipseColor) -
getDrawType
public int getDrawType()
-