|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.las2witsml.LasData
Constructor Summary | |
LasData()
Constructor LasData |
Method Summary | |
java.util.Hashtable |
getChangedMappings()
Method getChangedMappings This method returns the changed mappings |
int |
getDelimiter()
Method getDelimiter This method returns the delimiter of the LAS file |
java.lang.String |
getDestFile()
Method getDestFile This method retuns the destination folder name |
java.lang.String |
getInputLasFile()
Method getInputLasFile This method returns the input LAS file name |
java.util.ArrayList |
getLogDefns()
Method getLogDefns This method returns the log definitions data of the LAS file |
java.util.ArrayList |
getLogParameters()
Method getLogParameters This method returns the log parameters data of the LAS file |
double |
getNullValue()
Method getNullValue This method returns the null value of the LAS file |
LasParameterData |
getParameterData()
Method getParameterData This method returns the Parameter data of the LAS file |
java.util.ArrayList |
getParameterSectionData()
Method getParameterSectionData This method returns the ArrayList of ParameterSectionData |
java.util.ArrayList |
getRunParameterSectionData()
Method getRunParameterSectionData This method returns the ArrayList of RunParameterSection |
java.lang.Double |
getStart()
Method getStartValue This method returns the start depth of the LAS file |
java.lang.Double |
getStepValue()
Method getStepValue This method returns the step value of the LAS file |
java.lang.Double |
getStop()
Method getStopValue This method returns the stop depth of the LAS file |
java.lang.String |
getUnit()
Method getUnit This method returns the units of the LAS file |
java.lang.String |
getUWI()
Method getUWI This method returns the unique well identifier of the LAS file |
java.lang.String |
getVersion()
Method getVersion This method returns the version of the LAS file |
java.lang.String |
getWell()
Method getWell This method returns the well name of the LAS file |
int |
getWellDataCnt()
Method getWellDataCnt This method returns the well count of the LAS file |
java.util.ArrayList |
getWellSectionData()
Method getWellSectionData This method returns the ArrayList of WellSectionData |
java.lang.String |
getWRAP()
Method getWRAP This method returns the WRAP mode of the LAS file |
void |
setChangedMappings(java.util.Hashtable htChangedElements)
Method setChangedMappings This method sets the changed mappings |
void |
setDelimiter(int intDelimiter)
Method setDelimiter This method sets the delimiter of the LAS file |
void |
setDestFile(java.lang.String stDestFile)
Method setDestFile This method sets the destination folder name |
void |
setInputLasFile(java.lang.String stInputLasFile)
Method setInputLasFile This method sets the input LAS file name |
void |
setLogDefns(java.util.ArrayList alLogDefinitions)
Method setLogDefns This method sets the log definitions data of the LAS file |
void |
setLogParameters(java.util.ArrayList alLogParameters)
Method setLogParameters This method sets the log parameters of the LAS file |
void |
setNullValue(double dbNullValue)
Method setNullValue This method sets the null value of the LAS file |
void |
setParameterData(LasParameterData objParameterData)
Method setParameterData This method sets the Parameter data of the LAS file |
void |
setParameterSectionData(java.util.ArrayList alParameterData)
Method setParameterSectionData This method sets the parameter data of the LAS file |
void |
setRunParameterSectionData(java.util.ArrayList alRunParameterData)
Method setRunParameterSectionData This method sets the Run parameter data of the LAS file |
void |
setStart(java.lang.Double dbStartValue)
Method setStart This method sets the start depth of the LAS file |
void |
setStep(java.lang.Double dbStepValue)
Method setStep This method sets the step value of the LAS file |
void |
setStop(java.lang.Double dbStopValue)
Method setStop This method sets the stop depth of the LAS file |
void |
setUnit(java.lang.String stUnit)
Method setUnit This method sets the units of the LAS file |
void |
setUWI(java.lang.String stUWI)
Method setUWI This method sets the unique well identifier of the LAS file |
void |
setVersion(java.lang.String stVersion)
Method setVersion This method sets the version name |
void |
setWell(java.lang.String stWell)
Method setWell This method sets the well name of the LAS file |
void |
setWellDataCnt(int numRows)
Method setWellDataCnt This method sets the well count of the LAS file |
void |
setWellSectionData(java.util.ArrayList alWellData)
Method setWellSectionData This method sets the well data of the LAS file |
void |
setWRAP(java.lang.String stWRAP)
Method setWRAP This method sets the WRAP mode of the LAS file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LasData()
Method Detail |
public void setInputLasFile(java.lang.String stInputLasFile)
stInputLasFile
- Input LAS file namepublic java.lang.String getInputLasFile()
public void setDestFile(java.lang.String stDestFile)
stDestFile
- Destination Folder namepublic java.lang.String getDestFile()
public void setVersion(java.lang.String stVersion)
stVersion
- Version of the LAS filepublic java.lang.String getVersion()
public void setWRAP(java.lang.String stWRAP)
stWRAP
- WRAP mode of the LAS filepublic java.lang.String getWRAP()
public void setUnit(java.lang.String stUnit)
stUnit
- Unit of the LAS filepublic java.lang.String getUnit()
public void setWell(java.lang.String stWell)
stWell
- Well Namepublic java.lang.String getWell()
public void setUWI(java.lang.String stUWI)
stUWI
- UWI of the LAS filepublic java.lang.String getUWI()
public void setNullValue(double dbNullValue)
dbNullValue
- NullValue of the LAS filepublic double getNullValue()
public void setStart(java.lang.Double dbStartValue)
dbStartValue
- StartValue of the LAS filepublic java.lang.Double getStart()
public void setStop(java.lang.Double dbStopValue)
dbStopValue
- StopValue of the LAS filepublic java.lang.Double getStop()
public void setStep(java.lang.Double dbStepValue)
dbStepValue
- StepValue of the LAS filepublic java.lang.Double getStepValue()
public void setDelimiter(int intDelimiter)
intDelimiter
- Delimiter of LAS filepublic int getDelimiter()
public void setWellDataCnt(int numRows)
numRows
- WellData C ountpublic int getWellDataCnt()
public void setParameterData(LasParameterData objParameterData)
objParameterData
- ParameterData Objectpublic LasParameterData getParameterData()
public void setLogDefns(java.util.ArrayList alLogDefinitions)
alLogDefinitions
- ArrayList of LogDefinitionspublic java.util.ArrayList getLogDefns()
public void setWellSectionData(java.util.ArrayList alWellData)
alWellData
- Well Parameter Datapublic java.util.ArrayList getWellSectionData()
public void setRunParameterSectionData(java.util.ArrayList alRunParameterData)
alRunParameterData
- Run Parameter Datapublic java.util.ArrayList getRunParameterSectionData()
public void setParameterSectionData(java.util.ArrayList alParameterData)
alParameterData
- Parameter Datapublic java.util.ArrayList getParameterSectionData()
public void setLogParameters(java.util.ArrayList alLogParameters)
alLogParameters
- ArrayList of LogParameterspublic java.util.ArrayList getLogParameters()
public void setChangedMappings(java.util.Hashtable htChangedElements)
htChangedElements
- Hashtable of changed mappingspublic java.util.Hashtable getChangedMappings()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |