|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.importer.data.StandardImageOutputParser
final class StandardImageOutputParser
The standard ImageOutputParser; ideally all image scanning systems would give us their image
filenames in this format. The format is: y_{y}_x_{x}_[...].jpg
Example: y_04_x_15_ZAEVTD.jpg
The ARIOL preimport turns the ARIOLS image files into this format.
Constructor Summary | |
---|---|
StandardImageOutputParser()
|
Method Summary | |
---|---|
Coordinate |
getCoordinate(java.lang.String fileName)
Gets the Coordinate (x and y position) by parsing the fileName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
StandardImageOutputParser()
Method Detail |
---|
public Coordinate getCoordinate(java.lang.String fileName) throws java.text.ParseException
ImageOutputParser
getCoordinate
in interface ImageOutputParser
java.text.ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |