public class GedcomConverter
extends java.lang.Object
Constructor | Description |
---|---|
GedcomConverter(java.lang.String path) |
Create a Gedcom Converter Object
|
Modifier and Type | Method | Description |
---|---|---|
ConverterObject |
parseGedcom() |
iterates over the structure generated by Gedcom4j and converts the persons into our internal data format
additionaly the relationships are calculated from the family structure which is also generated by Gedcom4J
|
public GedcomConverter(java.lang.String path) throws WrongFilePathException
path
- defines the absolute path to the gedcom fileWrongFilePathException
- if the file was not found/ Is almost impossible as another method finds the absolute path in an input dialogpublic ConverterObject parseGedcom()