Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

D

dataRead(DlisFrame, DlisFile) - Method in interface no.petroware.logio.dlis.DlisDataListener
A notification from DlisFileReader indicating that a new portion of data has been read into the specified DLIS frame.
dataRead(JsonLog) - Method in interface no.petroware.logio.json.JsonDataListener
A notification from JsonReader indicating that a new portion of data has been read into the specified JSON file.
dataRead(LasSection, LasFile) - Method in interface no.petroware.logio.las.LasDataListener
A notification from LasFileReader indicating that a new portion of data has been read into the specified data section.
dataRead(LisFile) - Method in interface no.petroware.logio.lis.LisDataListener
A notification from LisFileReader indicating that a new portion of data has been read into the specified LIS file.
dataRead(OsduWellLog) - Method in interface no.petroware.logio.osdu.OsduDataListener
A notification from OsduWellLogReader indicating that a new portion of data has been read into the specified OSDU log.
dataRead(WitsmlLog) - Method in interface no.petroware.logio.witsml.WitsmlDataListener
A notification from WitsmlReader indicating that a new portion of data has been read from the WITSML stream.
Datum(String, String, String, String, int, int, int, int, int, int, int, int, int) - Constructor for class no.petroware.logio.lis.LisDataFormatSpecificationRecord.Datum
Create a type 0 datum.
Datum(String, String, String, String, int, int, int, int, int, int[]) - Constructor for class no.petroware.logio.lis.LisDataFormatSpecificationRecord.Datum
Create a type 1 datum.
Datum(String, String, int, int) - Constructor for class no.petroware.logio.lis.LisDataFormatSpecificationRecord.Datum
Create a type 1 datum with default settings for N/A properties.
Datum(String, String, int, int, int) - Constructor for class no.petroware.logio.lis.LisDataFormatSpecificationRecord.Datum
Create a type 1 datum with default settings for N/A properties.
DlisComponent - Class in no.petroware.logio.dlis
Model one DLIS EFLR component as described in the DLIS documentation Section 3.2.
DlisCurve - Class in no.petroware.logio.dlis
Model a log curve of a DLIS file.
DlisCurve(String, String, String, int, int) - Constructor for class no.petroware.logio.dlis.DlisCurve
Create a DLIS log curve.
DlisDataListener - Interface in no.petroware.logio.dlis
Provides a mechanism for the client to monitor and process data during the DLIS read operation, and also to abort the process in case that is requested by the user or for other reasons.
DlisEncryptedRecord - Class in no.petroware.logio.dlis
Class representing the content of a DLIS encrypted record.
DlisFile - Class in no.petroware.logio.dlis
Class representing the content of one DLIS (sub-) file.
DlisFile() - Constructor for class no.petroware.logio.dlis.DlisFile
Create a new DLIS file instance with default header.
DlisFileHeader - Class in no.petroware.logio.dlis
Class representing a DLIS file header, a "Storage Unit Label" (SUL).
DlisFileReader - Class in no.petroware.logio.dlis
Class for reading DLIS files.
DlisFileReader(InputStream) - Constructor for class no.petroware.logio.dlis.DlisFileReader
Create a DLIS file reader for the specified stream.
DlisFileReader(File) - Constructor for class no.petroware.logio.dlis.DlisFileReader
Create a DLIS file reader for the specified disk file.
DlisFileWriter - Class in no.petroware.logio.dlis
Class for writing DLIS files to disk.
DlisFileWriter(OutputStream) - Constructor for class no.petroware.logio.dlis.DlisFileWriter
Create a DLIS file writer for the specified stream.
DlisFileWriter(File) - Constructor for class no.petroware.logio.dlis.DlisFileWriter
Create a DLIS file writer for the specified disk file.
DlisFrame - Class in no.petroware.logio.dlis
Class representing a DLIS file frame in terms of its ID and the curves defined in that frame.
DlisFrame(DlisSet, DlisComponent) - Constructor for class no.petroware.logio.dlis.DlisFrame
Create a new DLIS frame instance.
DlisFrame.IndexType - Enum in no.petroware.logio.dlis
Possible index types for a DLIS file.
DlisRepresentationCode - Class in no.petroware.logio.dlis
Class representing all possible DLIS representation codes.
DlisSet - Class in no.petroware.logio.dlis
Class for modeling a DLIS set.
DlisSet(String, String, List<DlisComponent>) - Constructor for class no.petroware.logio.dlis.DlisSet
Create a new set with the specified attributes.
DlisType - Class in no.petroware.logio.dlis
Capture the different atomic types that DLIS defines, representing entities like float, double, integer, long, String etc.
DlisType() - Constructor for class no.petroware.logio.dlis.DlisType
 
DlisType.ASCII - Class in no.petroware.logio.dlis
Representation of the DLIS type ASCII.
DlisType.ATTREF - Class in no.petroware.logio.dlis
Representation of the DLIS type ATTREF.
DlisType.BINARY - Class in no.petroware.logio.dlis
Representation of the DLIS type BINARY.
DlisType.CDOUBL - Class in no.petroware.logio.dlis
Representation of the DLIS type CDOUBL.
DlisType.CSINGL - Class in no.petroware.logio.dlis
Representation of the DLIS type CSINGL.
DlisType.DRATIO - Class in no.petroware.logio.dlis
Representation of the DLIS type DRATIO.
DlisType.DTIME - Class in no.petroware.logio.dlis
Representation of the DLIS type DTIME.
DlisType.FDOUB1 - Class in no.petroware.logio.dlis
Representation of the DLIS type FDOUB1.
DlisType.FDOUB2 - Class in no.petroware.logio.dlis
Representation of the DLIS type FDOUB2.
DlisType.FDOUBL - Class in no.petroware.logio.dlis
Representation of the DLIS type FDOUBL.
DlisType.FRATIO - Class in no.petroware.logio.dlis
Representation of the DLIS type FRATIO.
DlisType.FSHORT - Class in no.petroware.logio.dlis
Representation of the DLIS type FSHORT.
DlisType.FSING1 - Class in no.petroware.logio.dlis
Representation of the DLIS type FSING1.
DlisType.FSING2 - Class in no.petroware.logio.dlis
Representation of the DLIS type FSING2.
DlisType.FSINGL - Class in no.petroware.logio.dlis
Representation of the DLIS type FSINGL.
DlisType.IDENT - Class in no.petroware.logio.dlis
Representation of the DLIS type IDENT.
DlisType.IRLONG - Class in no.petroware.logio.dlis
Representation of the DLIS type IRLONG.
DlisType.IRNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type IRNORM.
DlisType.ISINGL - Class in no.petroware.logio.dlis
Representation of the DLIS type ISINGL.
DlisType.ISLONG - Class in no.petroware.logio.dlis
Representation of the DLIS type ISLONG.
DlisType.ISNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type ISNORM.
DlisType.IULONG - Class in no.petroware.logio.dlis
Representation of the DLIS type IULONG.
DlisType.IUNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type IUNORM.
DlisType.LOGICL - Class in no.petroware.logio.dlis
Representation of the DLIS type LOGICL.
DlisType.OBJREF - Class in no.petroware.logio.dlis
Representation of the DLIS type OBJREF.
DlisType.OBNAME - Class in no.petroware.logio.dlis
Representation of the DLIS type OBNAME.
DlisType.ORIGIN - Class in no.petroware.logio.dlis
Representation of the DLIS type ORIGIN.
DlisType.RLONG - Class in no.petroware.logio.dlis
Representation of the DLIS type RLONG.
DlisType.RNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type RNORM.
DlisType.SLONG - Class in no.petroware.logio.dlis
Representation of the DLIS type SLONG.
DlisType.SNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type SNORM.
DlisType.SSHORT - Class in no.petroware.logio.dlis
Representation of the DLIS type SSHORT.
DlisType.STATUS - Class in no.petroware.logio.dlis
Representation of the DLIS type STATUS.
DlisType.TASCII - Class in no.petroware.logio.dlis
Representation of the DLIS type TASCII.
DlisType.TIDENT - Class in no.petroware.logio.dlis
Representation of the DLIS type TIDENT.
DlisType.TUNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type TUNORM.
DlisType.ULONG - Class in no.petroware.logio.dlis
Representation of the DLIS type ULONG.
DlisType.UNITS - Class in no.petroware.logio.dlis
Representation of the DLIS type UNITS.
DlisType.UNORM - Class in no.petroware.logio.dlis
Representation of the DLIS type UNORM.
DlisType.USHORT - Class in no.petroware.logio.dlis
Representation of the DLIS type USHORT.
DlisType.UVARI - Class in no.petroware.logio.dlis
Representation of the DLIS type UVARI.
DlisType.VSINGL - Class in no.petroware.logio.dlis
Representation of the DLIS type VSINGL.
DlisUtil - Class in no.petroware.logio.dlis
A collection of convenience methods to access common metadata from DLIS files.
DRATIO - Static variable in class no.petroware.logio.dlis.DlisRepresentationCode
Double precision ratio.
DTIME - Static variable in class no.petroware.logio.dlis.DlisRepresentationCode
Date and time.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2024 Petroware AS - https://petroware.no