public class PointListListener extends java.lang.Object implements GCPListener
ApplicationControlsListener| Constructor and Description |
|---|
PointListListener(Georeferencing app) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(GCPEvent event) |
void |
modifyPoint(GCPEvent event) |
void |
removePoint(GCPEvent event) |
void |
selectPoint(GCPEvent event) |
public PointListListener(Georeferencing app)
public void addPoint(GCPEvent event)
addPoint in interface GCPListenerpublic void modifyPoint(GCPEvent event)
modifyPoint in interface GCPListenerpublic void removePoint(GCPEvent event)
removePoint in interface GCPListenerpublic void selectPoint(GCPEvent event)
selectPoint in interface GCPListener