public class InterestPointList extends Object
Constructor and Description |
---|
InterestPointList(File baseDir,
File file)
Instantiates a new
InterestPointList |
Modifier and Type | Method and Description |
---|---|
File |
getBaseDir() |
String |
getCorrespondencesExt() |
List<CorrespondingInterestPoints> |
getCorrespondingInterestPoints() |
File |
getFile() |
List<InterestPoint> |
getInterestPoints() |
String |
getInterestPointsExt() |
String |
getParameters() |
boolean |
loadCorrespondingInterestPoints() |
boolean |
loadInterestPoints() |
boolean |
saveCorrespondingInterestPoints() |
boolean |
saveInterestPoints() |
void |
setBaseDir(File baseDir) |
void |
setCorrespondingInterestPoints(List<CorrespondingInterestPoints> list) |
void |
setFile(File file) |
void |
setInterestPoints(List<InterestPoint> list) |
void |
setParameters(String parameters) |
public InterestPointList(File baseDir, File file)
InterestPointList
baseDir
- - the path where the xml isfile
- - relative path to the file to load/save the list from, an extension is added automatically (.ip.txt && .corr.txt)
for interestpoints and correspondencespublic List<InterestPoint> getInterestPoints()
public List<CorrespondingInterestPoints> getCorrespondingInterestPoints()
public File getBaseDir()
public File getFile()
public String getParameters()
public void setParameters(String parameters)
public void setInterestPoints(List<InterestPoint> list)
public void setCorrespondingInterestPoints(List<CorrespondingInterestPoints> list)
public void setFile(File file)
public void setBaseDir(File baseDir)
public String getInterestPointsExt()
public String getCorrespondencesExt()
public boolean saveInterestPoints()
public boolean saveCorrespondingInterestPoints()
public boolean loadCorrespondingInterestPoints()
public boolean loadInterestPoints()
Copyright © 2015–2021 Fiji. All rights reserved.