| Constructor and Description |
|---|
GCPListImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object graphicPoint) |
void |
addListener(GCPListener listener)
Adds a listener to this
GCPList |
void |
buildNewList(GeoPointList geoPointList) |
GeoPoint |
getGeoPoint(int i) |
GeoPointList |
getGeoPointList() |
java.lang.Object |
getGraphicPoint(int i) |
int |
getSelectedPoint() |
void |
remove(int pos) |
void |
removeAll() |
void |
setPositionFromID(long id,
int newPosition)
Sets a new position for a point
|
void |
setSelectedPoint(int number) |
int |
size() |
public void addListener(GCPListener listener)
GCPListGCPListaddListener in interface GCPListpublic void buildNewList(GeoPointList geoPointList)
buildNewList in interface GCPListpublic void setPositionFromID(long id,
int newPosition)
GCPListsetPositionFromID in interface GCPListpublic GeoPoint getGeoPoint(int i)
getGeoPoint in interface GCPListpublic GeoPointList getGeoPointList()
getGeoPointList in interface GCPListpublic java.lang.Object getGraphicPoint(int i)
getGraphicPoint in interface GCPListpublic void setSelectedPoint(int number)
setSelectedPoint in interface GCPListpublic int getSelectedPoint()
getSelectedPoint in interface GCPList