public class CSVPopulation extends BasicPopulation
Modifier and Type | Field and Description |
---|---|
String |
crs |
int |
inputCol |
int |
labelCol |
boolean |
skipHeaders |
int |
xCol |
int |
yCol |
filterChain, individuals, sourceFilename
Constructor and Description |
---|
CSVPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
createIndividuals()
Subclass-specific method to load the individuals from a file or create them based on other
properties.
|
void |
setLatCol(int latCol) |
void |
setLonCol(int lonCol) |
addIndividual, clearIndividuals, iterator, setup, size, writeAppropriateFormat, writeCsv
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int yCol
public int xCol
public int labelCol
public int inputCol
public String crs
public boolean skipHeaders
public void setLatCol(int latCol)
public void setLonCol(int lonCol)
public void createIndividuals()
Population
createIndividuals
in interface Population
createIndividuals
in class BasicPopulation
Copyright © 2019. All rights reserved.