|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.inforeader.AbstractInfoReader insensa.inforeader.CPrecisionValues
public class CPrecisionValues
Field Summary | |
---|---|
private char |
decimalSeparator
|
private int |
maxPrecision
|
private java.lang.String |
precisionRegex
|
private static long |
serialVersionUID
|
Fields inherited from class insensa.inforeader.AbstractInfoReader |
---|
dependencer, processStatus, read, targetFile, workerStatus |
Constructor Summary | |
---|---|
CPrecisionValues()
|
Method Summary | |
---|---|
org.jdom.Element |
getInfoElement()
|
java.lang.String |
getInfoName()
|
java.util.Vector<java.util.Vector<java.lang.String>> |
getInfos()
|
int |
getMaxPrecision()
|
java.lang.String |
getPrecisionRegex()
|
private void |
readAscii(CRasterFileInformation file)
|
void |
readInfos(CRasterFileInformation file)
This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader); |
void |
setInfos(org.jdom.Element eInfo)
sets the Values by the saved infos. |
void |
setMaxPrecision(int maxPrecision)
|
void |
setUnread()
Set InfoReader to unread to execute it again |
void |
setVariableList(java.util.List<VariableValue<java.lang.String>> varList)
Configure InfoReader |
java.lang.String |
toString()
Note Can be used to determine the human readable text for this InfoReader . |
Methods inherited from class insensa.inforeader.AbstractInfoReader |
---|
getDependencies, getErrorMassage, getPrecisionString, getTargetFile, getVariableList, isRead, run, setDependencyChecker, setTargetFile, setWorkerStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private char decimalSeparator
private int maxPrecision
private java.lang.String precisionRegex
Constructor Detail |
---|
public CPrecisionValues()
Method Detail |
---|
public org.jdom.Element getInfoElement()
getInfoElement
in interface InfoReader
getInfoElement
in class AbstractInfoReader
AbstractInfoReader.getInfoElement()
public java.lang.String getInfoName()
InfoReader.getInfoName()
public java.util.Vector<java.util.Vector<java.lang.String>> getInfos()
InfoReader.getInfos()
public int getMaxPrecision()
public java.lang.String getPrecisionRegex()
private void readAscii(CRasterFileInformation file) throws java.io.IOException
file
-
java.io.IOException
public void readInfos(CRasterFileInformation file) throws java.io.IOException
InfoReader
file
- File that holds this InfoReader
java.io.FileNotFoundException
java.io.IOException
InfoReader.readInfos(insensa.CRasterFileInformation)
public void setInfos(org.jdom.Element eInfo) throws java.io.IOException
eInfo
-
java.io.IOException
public void setMaxPrecision(int maxPrecision)
maxPrecision
- public void setUnread()
InfoReader
setUnread
in interface InfoReader
setUnread
in class AbstractInfoReader
AbstractInfoReader.setUnread()
public void setVariableList(java.util.List<VariableValue<java.lang.String>> varList)
InfoReader
setVariableList
in interface InfoReader
setVariableList
in class AbstractInfoReader
varList
- the List of Variables to be setAbstractInfoReader.setVariableList(java.util.List)
public java.lang.String toString()
AbstractInfoReader
toString
in class AbstractInfoReader
String
that returns
InfoReader.getInfoName()
with the fist
letter in upper caseAbstractInfoReader.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |