com.las2witsml
Class LasData

java.lang.Object
  |
  +--com.las2witsml.LasData

public class LasData
extends java.lang.Object


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

LasData

public LasData()
Constructor LasData

Method Detail

setInputLasFile

public void setInputLasFile(java.lang.String stInputLasFile)
Method setInputLasFile This method sets the input LAS file name

Parameters:
stInputLasFile - Input LAS file name

getInputLasFile

public java.lang.String getInputLasFile()
Method getInputLasFile This method returns the input LAS file name

Returns:
input LAS file name

setDestFile

public void setDestFile(java.lang.String stDestFile)
Method setDestFile This method sets the destination folder name

Parameters:
stDestFile - Destination Folder name

getDestFile

public java.lang.String getDestFile()
Method getDestFile This method retuns the destination folder name

Returns:
Destination Folder name

setVersion

public void setVersion(java.lang.String stVersion)
Method setVersion This method sets the version name

Parameters:
stVersion - Version of the LAS file

getVersion

public java.lang.String getVersion()
Method getVersion This method returns the version of the LAS file

Returns:
Version of the LAS file

setWRAP

public void setWRAP(java.lang.String stWRAP)
Method setWRAP This method sets the WRAP mode of the LAS file

Parameters:
stWRAP - WRAP mode of the LAS file

getWRAP

public java.lang.String getWRAP()
Method getWRAP This method returns the WRAP mode of the LAS file

Returns:
WRAP mode of the LAS file

setUnit

public void setUnit(java.lang.String stUnit)
Method setUnit This method sets the units of the LAS file

Parameters:
stUnit - Unit of the LAS file

getUnit

public java.lang.String getUnit()
Method getUnit This method returns the units of the LAS file

Returns:
Unit of the LAS file

setWell

public void setWell(java.lang.String stWell)
Method setWell This method sets the well name of the LAS file

Parameters:
stWell - Well Name

getWell

public java.lang.String getWell()
Method getWell This method returns the well name of the LAS file

Returns:
Well Name

setUWI

public void setUWI(java.lang.String stUWI)
Method setUWI This method sets the unique well identifier of the LAS file

Parameters:
stUWI - UWI of the LAS file

getUWI

public java.lang.String getUWI()
Method getUWI This method returns the unique well identifier of the LAS file

Returns:
UWI of the LAS file

setNullValue

public void setNullValue(double dbNullValue)
Method setNullValue This method sets the null value of the LAS file

Parameters:
dbNullValue - NullValue of the LAS file

getNullValue

public double getNullValue()
Method getNullValue This method returns the null value of the LAS file

Returns:
NullValue of the LAS file

setStart

public void setStart(java.lang.Double dbStartValue)
Method setStart This method sets the start depth of the LAS file

Parameters:
dbStartValue - StartValue of the LAS file

getStart

public java.lang.Double getStart()
Method getStartValue This method returns the start depth of the LAS file

Returns:
dbStartValue

setStop

public void setStop(java.lang.Double dbStopValue)
Method setStop This method sets the stop depth of the LAS file

Parameters:
dbStopValue - StopValue of the LAS file

getStop

public java.lang.Double getStop()
Method getStopValue This method returns the stop depth of the LAS file

Returns:
StopValue of the LAS file

setStep

public void setStep(java.lang.Double dbStepValue)
Method setStep This method sets the step value of the LAS file

Parameters:
dbStepValue - StepValue of the LAS file

getStepValue

public java.lang.Double getStepValue()
Method getStepValue This method returns the step value of the LAS file

Returns:
StepValue of the LAS file

setDelimiter

public void setDelimiter(int intDelimiter)
Method setDelimiter This method sets the delimiter of the LAS file

Parameters:
intDelimiter - Delimiter of LAS file

getDelimiter

public int getDelimiter()
Method getDelimiter This method returns the delimiter of the LAS file

Returns:
Delimiter of LAS file

setWellDataCnt

public void setWellDataCnt(int numRows)
Method setWellDataCnt This method sets the well count of the LAS file

Parameters:
numRows - WellData C ount

getWellDataCnt

public int getWellDataCnt()
Method getWellDataCnt This method returns the well count of the LAS file

Returns:
WellData C ount

setParameterData

public void setParameterData(LasParameterData objParameterData)
Method setParameterData This method sets the Parameter data of the LAS file

Parameters:
objParameterData - ParameterData Object

getParameterData

public LasParameterData getParameterData()
Method getParameterData This method returns the Parameter data of the LAS file

Returns:
ParameterData

setLogDefns

public void setLogDefns(java.util.ArrayList alLogDefinitions)
Method setLogDefns This method sets the log definitions data of the LAS file

Parameters:
alLogDefinitions - ArrayList of LogDefinitions

getLogDefns

public java.util.ArrayList getLogDefns()
Method getLogDefns This method returns the log definitions data of the LAS file

Returns:
ArrayList of LogDefinitions

setWellSectionData

public void setWellSectionData(java.util.ArrayList alWellData)
Method setWellSectionData This method sets the well data of the LAS file

Parameters:
alWellData - Well Parameter Data

getWellSectionData

public java.util.ArrayList getWellSectionData()
Method getWellSectionData This method returns the ArrayList of WellSectionData

Returns:
Well Parameter Data

setRunParameterSectionData

public void setRunParameterSectionData(java.util.ArrayList alRunParameterData)
Method setRunParameterSectionData This method sets the Run parameter data of the LAS file

Parameters:
alRunParameterData - Run Parameter Data

getRunParameterSectionData

public java.util.ArrayList getRunParameterSectionData()
Method getRunParameterSectionData This method returns the ArrayList of RunParameterSection

Returns:
Parameter Data

setParameterSectionData

public void setParameterSectionData(java.util.ArrayList alParameterData)
Method setParameterSectionData This method sets the parameter data of the LAS file

Parameters:
alParameterData - Parameter Data

getParameterSectionData

public java.util.ArrayList getParameterSectionData()
Method getParameterSectionData This method returns the ArrayList of ParameterSectionData

Returns:
ArrayList

setLogParameters

public void setLogParameters(java.util.ArrayList alLogParameters)
Method setLogParameters This method sets the log parameters of the LAS file

Parameters:
alLogParameters - ArrayList of LogParameters

getLogParameters

public java.util.ArrayList getLogParameters()
Method getLogParameters This method returns the log parameters data of the LAS file

Returns:
ArrayList of LogParameters

setChangedMappings

public void setChangedMappings(java.util.Hashtable htChangedElements)
Method setChangedMappings This method sets the changed mappings

Parameters:
htChangedElements - Hashtable of changed mappings

getChangedMappings

public java.util.Hashtable getChangedMappings()
Method getChangedMappings This method returns the changed mappings

Returns:
Hashtable of changed mappings