corpus-services
1.0
|
Public Member Functions | |
ComaKmlForLocations () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerConfigurationException, TransformerException, XPathExpressionException |
void | setKMLFilePath (String path) |
Report | getCoordinates () throws ParserConfigurationException, SAXException, IOException, JDOMException, URISyntaxException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, TransformerConfigurationException, XPathExpressionException |
![]() | |
Report | execute (Corpus c) |
Report | execute (CorpusData cd) |
Report | execute (CorpusData cd, boolean fix) |
Report | execute (Corpus c, boolean fix) |
abstract Report | function (CorpusData cd, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Report | function (Corpus c, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Collection< Class<?extends CorpusData > > | getIsUsableFor () |
void | setIsUsableFor (Collection< Class<?extends CorpusData >> cdc) |
String | getFunction () |
Boolean | getCanFix () |
A class that identifies and lists fields which contain location information; creates a list of different location names; gets geo-coordinates for the location names via Google API.
Definition at line 34 of file ComaKmlForLocations.java.
de.uni_hamburg.corpora.validation.ComaKmlForLocations.ComaKmlForLocations | ( | ) |
Definition at line 55 of file ComaKmlForLocations.java.
Report de.uni_hamburg.corpora.validation.ComaKmlForLocations.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerConfigurationException, TransformerException, XPathExpressionException |
Main functionality of the feature;
Definition at line 64 of file ComaKmlForLocations.java.
Report de.uni_hamburg.corpora.validation.ComaKmlForLocations.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, TransformerConfigurationException, XPathExpressionException |
Definition at line 366 of file ComaKmlForLocations.java.
Report de.uni_hamburg.corpora.validation.ComaKmlForLocations.getCoordinates | ( | ) | throws ParserConfigurationException, SAXException, IOException, JDOMException, URISyntaxException |
Definition at line 294 of file ComaKmlForLocations.java.
String de.uni_hamburg.corpora.validation.ComaKmlForLocations.getDescription | ( | ) |
Default function which returns a two/three line description of what this class is about.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 358 of file ComaKmlForLocations.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaKmlForLocations.getIsUsableFor | ( | ) |
Default function which determines for what type of files (basic transcription, segmented transcription, coma etc.) this feature can be used.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 343 of file ComaKmlForLocations.java.
void de.uni_hamburg.corpora.validation.ComaKmlForLocations.setKMLFilePath | ( | String | path | ) |
Definition at line 289 of file ComaKmlForLocations.java.