Class CoordinateInfoViewer.Updater
- java.lang.Object
-
- org.openstreetmap.josm.gui.history.CoordinateInfoViewer.Updater
-
- Enclosing class:
- CoordinateInfoViewer
private static class CoordinateInfoViewer.Updater extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private HistoryBrowserModelmodelprivate PointInTimeTyperole
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdater(HistoryBrowserModel model, PointInTimeType role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pair<LatLon,LatLon>getCoordinates()protected HistoryOsmPrimitivegetOppositePrimitive()protected HistoryOsmPrimitivegetPrimitive()
-
-
-
Field Detail
-
model
private final HistoryBrowserModel model
-
role
private final PointInTimeType role
-
-
Constructor Detail
-
Updater
protected Updater(HistoryBrowserModel model, PointInTimeType role)
-
-
Method Detail
-
getPrimitive
protected HistoryOsmPrimitive getPrimitive()
-
getOppositePrimitive
protected HistoryOsmPrimitive getOppositePrimitive()
-
getCoordinates
protected final Pair<LatLon,LatLon> getCoordinates()
-
-