public class GeoPointsPersistence
extends java.lang.Object
| Constructor and Description |
|---|
GeoPointsPersistence(GeoreferencingOptionsDataModel dataModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildPointListFromGeoPointListObject(GeoreferencingOptionsDataModel dataModel,
TableWrapper table,
SynchronizedViews syncViews,
GeoPointList geoPointList)
Builds the list of GCP using a
GeoPointList |
void |
exportToCSV(GCPList pointList,
boolean error)
This method is executed pressing the button "export to ASCII"
|
void |
importFromCSV(SynchronizedViews syncViews,
TableWrapper tableWrapper)
This method is executed pressing the button "import from ASCII"
|
void |
loadFromRMF(SynchronizedViews syncViews,
TableWrapper tableWrapper)
Loads from RMF the GCPs
|
void |
saveCSVPointList(java.lang.String file,
GCPList pointList,
boolean error)
Saves a list of points to a CSV file
|
void |
saveToRMF(GCPList pointList,
RasterDataStore store)
Saves to RMF the list of point
|
public GeoPointsPersistence(GeoreferencingOptionsDataModel dataModel)
public void saveToRMF(GCPList pointList, RasterDataStore store)
pointList - parent - dataset - public void loadFromRMF(SynchronizedViews syncViews, TableWrapper tableWrapper)
syncViews - tableWrapper - public void exportToCSV(GCPList pointList, boolean error)
public void importFromCSV(SynchronizedViews syncViews, TableWrapper tableWrapper)
public void saveCSVPointList(java.lang.String file,
GCPList pointList,
boolean error)
file - public void buildPointListFromGeoPointListObject(GeoreferencingOptionsDataModel dataModel, TableWrapper table, SynchronizedViews syncViews, GeoPointList geoPointList)
GeoPointListgeoPointList -