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 

L

LasCommentRecord - Class in no.petroware.logio.las
Class representing a LAS comment record.
LasCommentRecord(String) - Constructor for class no.petroware.logio.las.LasCommentRecord
Create a LAS comment record.
LasCurve - Class in no.petroware.logio.las
Model a log curve of a LAS file.
LasCurve(String, String, String, Class<?>, int) - Constructor for class no.petroware.logio.las.LasCurve
Create a new LAS curve instance.
LasDataListener - Interface in no.petroware.logio.las
Provides a mechanism for the client to monitor and process data during the LAS read operation, and also to abort the process if requested by the user or for other reasons.
LasFile - Class in no.petroware.logio.las
Class representing the content of one logical LAS file.
LasFile(String, LasVersion) - Constructor for class no.petroware.logio.las.LasFile
Create an empty LAS file instance that can be populated with data and later saved to disk.
LasFileReader - Class in no.petroware.logio.las
Class for reading LAS files.
LasFileReader(InputStream, Charset) - Constructor for class no.petroware.logio.las.LasFileReader
Create a LAS file reader for the specified stream.
LasFileReader(File, Charset) - Constructor for class no.petroware.logio.las.LasFileReader
Create a LAS file reader for the specified disk file.
LasFileReader(InputStream) - Constructor for class no.petroware.logio.las.LasFileReader
Create a LAS file reader for the specified stream, using default character encoding (ISO 8859-1).
LasFileReader(File) - Constructor for class no.petroware.logio.las.LasFileReader
Create a LAS file reader for the specified disk file, using default character encoding (ISO 8859-1).
LasFileWriter - Class in no.petroware.logio.las
Class for writing LAS files to disk.
LasFileWriter(OutputStream) - Constructor for class no.petroware.logio.las.LasFileWriter
Create a LAS file writer for the specified stream.
LasFileWriter(File) - Constructor for class no.petroware.logio.las.LasFileWriter
Create a LAS file writer for the specified disk file.
LasMessage - Class in no.petroware.logio.las
A LAS message indicates warning or errors during the LAS file read process or problems/inconsistencies with the read content.
LasMessage.Severity - Enum in no.petroware.logio.las
LAS message severity.
LasParameterRecord - Class in no.petroware.logio.las
Class representing a LAS parameter record.
LasParameterRecord(String, String, String, String) - Constructor for class no.petroware.logio.las.LasParameterRecord
Create a LAS parameter record.
LasRecord - Class in no.petroware.logio.las
Common base class for all LAS record types.
LasRecord.Type - Enum in no.petroware.logio.las
The different record types.
LasSection - Class in no.petroware.logio.las
Class representing a LAS section in terms of its title and its containing records.
LasSection(String, String) - Constructor for class no.petroware.logio.las.LasSection
Create an empty LAS parameter section with the specified name and association.
LasSection(String) - Constructor for class no.petroware.logio.las.LasSection
Create an empty LAS parameter section with the specified name.
LasSection.Type - Enum in no.petroware.logio.las
The different section types.
LasUtil - Class in no.petroware.logio.las
Convenience methods for extracting information from LAS files.
LasValidator - Class in no.petroware.logio.las
Class for validating the content of a LAS file.
LasVersion - Enum in no.petroware.logio.las
Class representing the possible versions of the LAS standard.
LisAlternateDataRecord - Class in no.petroware.logio.lis
Class representing a LIS alternate data record.
LisAlternateDataRecord() - Constructor for class no.petroware.logio.lis.LisAlternateDataRecord
Create a LIS alternate data record.
LisBlankRecord - Class in no.petroware.logio.lis
Class representing a LIS blank record.
LisBlankRecord() - Constructor for class no.petroware.logio.lis.LisBlankRecord
Create a LIS blank record.
LisBootstrapLoaderRecord - Class in no.petroware.logio.lis
Class representing a LIS bootstrap loader record.
LisBootstrapLoaderRecord(byte[]) - Constructor for class no.petroware.logio.lis.LisBootstrapLoaderRecord
Create a LIS bootstrap loader record instance.
LisCommentRecord - Class in no.petroware.logio.lis
Class representing a LIS comment record.
LisCommentRecord(String) - Constructor for class no.petroware.logio.lis.LisCommentRecord
Create a LIS comment record.
LisComponent - Class in no.petroware.logio.lis
Model a LIS component, representing one piece of information inside a LIS file.
LisComponent(int, int, int, int, String, String, List<Object>) - Constructor for class no.petroware.logio.lis.LisComponent
Create a LIS component.
LisComponent(int, int, int, int, String, String, Object) - Constructor for class no.petroware.logio.lis.LisComponent
Convenience constructor for creating a component with exactly one value.
LisComponent(int, int, String, String, Object) - Constructor for class no.petroware.logio.lis.LisComponent
Convenience constructor for creating a component with exactly one non-null object.
LisComponent(int, int, String, String, String) - Constructor for class no.petroware.logio.lis.LisComponent
Convenience constructor for creating a component with exactly one string-type object.
LisCurve - Class in no.petroware.logio.lis
Model a log curve as it is defined by LIS.
LisCurve(String, String, String, int, int, int) - Constructor for class no.petroware.logio.lis.LisCurve
Create a LIS curve instance.
LisDataFormatSpecificationRecord - Class in no.petroware.logio.lis
Class representing a LIS data format specification record (DFSR).
LisDataFormatSpecificationRecord(List<LisDataFormatSpecificationRecord.Entry>, List<LisDataFormatSpecificationRecord.Datum>) - Constructor for class no.petroware.logio.lis.LisDataFormatSpecificationRecord
Create a new data format specification record.
LisDataFormatSpecificationRecord.Datum - Class in no.petroware.logio.lis
Identify a datum, i.e.
LisDataFormatSpecificationRecord.Entry - Class in no.petroware.logio.lis
Defines one entry, i.e.
LisDataFormatSpecificationRecord.Entry.Type - Enum in no.petroware.logio.lis
Entry type.
LisDataListener - Interface in no.petroware.logio.lis
Provides a mechanism for the client to monitor and process data during the LIS read operation, and also to abort the process in case that is requested by user or for other reasons.
LisEncryptedTableRecord - Class in no.petroware.logio.lis
Class representing a LIS encrypted table record.
LisEncryptedTableRecord(byte[]) - Constructor for class no.petroware.logio.lis.LisEncryptedTableRecord
Create a LIS encrypted table record instance.
LisFile - Class in no.petroware.logio.lis
Class representing the content of a LIS (sub-) file.
LisFile() - Constructor for class no.petroware.logio.lis.LisFile
Create an empty LIS file instance.
LisFileHeaderRecord - Class in no.petroware.logio.lis
Class representing a LIS file header record ("FHLR")
LisFileHeaderRecord(String, String, String, Date, int, String, String) - Constructor for class no.petroware.logio.lis.LisFileHeaderRecord
Create a file header record.
LisFileReader - Class in no.petroware.logio.lis
Class for reading LIS files.
LisFileReader(InputStream) - Constructor for class no.petroware.logio.lis.LisFileReader
Create a LIS file reader for the specified stream.
LisFileReader(File) - Constructor for class no.petroware.logio.lis.LisFileReader
Create a LIS file reader for the specified disk file.
LisFileTrailerRecord - Class in no.petroware.logio.lis
Class representing a LIS file trailer record.
LisFileTrailerRecord(String, String, String, Date, int, String, String) - Constructor for class no.petroware.logio.lis.LisFileTrailerRecord
Create a file trailing record.
LisFileWriter - Class in no.petroware.logio.lis
Class for writing LIS files to disk.
LisFileWriter(OutputStream) - Constructor for class no.petroware.logio.lis.LisFileWriter
Create a LIS file writer for the specified stream.
LisFileWriter(File) - Constructor for class no.petroware.logio.lis.LisFileWriter
Create a LIS file writer for the specified disk file.
LisImageRecord - Class in no.petroware.logio.lis
Class representing a LIS image record.
LisImageRecord(byte[]) - Constructor for class no.petroware.logio.lis.LisImageRecord
Create a LIS image record instance.
LisInformationRecord - Class in no.petroware.logio.lis
Base class for records holding information.
LisJobIdentificationRecord - Class in no.petroware.logio.lis
Class representing a LIS job identification record.
LisJobIdentificationRecord(List<LisComponent>) - Constructor for class no.petroware.logio.lis.LisJobIdentificationRecord
Create a LIS job identification record.
LisJobIdentificationRecord(String, List<String>) - Constructor for class no.petroware.logio.lis.LisJobIdentificationRecord
Create a LIS well site data record from the specified properties.
LisKernelLoaderBootRecord - Class in no.petroware.logio.lis
Class representing a LIS CP-kernel loader boot record.
LisKernelLoaderBootRecord(int[], int[]) - Constructor for class no.petroware.logio.lis.LisKernelLoaderBootRecord
Create a LIS kernel loader boot record instance.
LisLogicalBotRecord - Class in no.petroware.logio.lis
Class representing a LIS logical BOT record.
LisLogicalBotRecord() - Constructor for class no.petroware.logio.lis.LisLogicalBotRecord
Create a LIS logical BOT record.
LisLogicalEofRecord - Class in no.petroware.logio.lis
Class representing a LIS logical EOF record.
LisLogicalEofRecord() - Constructor for class no.petroware.logio.lis.LisLogicalEofRecord
Create a LIS logical EOF record.
LisLogicalEomRecord - Class in no.petroware.logio.lis
Class representing a LIS logical EOM record.
LisLogicalEomRecord() - Constructor for class no.petroware.logio.lis.LisLogicalEomRecord
Create a LIS logical EOM record.
LisLogicalEotRecord - Class in no.petroware.logio.lis
Class representing a LIS logical EOT record.
LisLogicalEotRecord() - Constructor for class no.petroware.logio.lis.LisLogicalEotRecord
Create a LIS logical EOT record.
LisOperatorCommandInputsRecord - Class in no.petroware.logio.lis
Class representing a LIS operator command inputs record.
LisOperatorCommandInputsRecord(String) - Constructor for class no.petroware.logio.lis.LisOperatorCommandInputsRecord
Create a LIS operator command inputs record.
LisOperatorResponseInputsRecord - Class in no.petroware.logio.lis
Class representing a LIS operator response inputs record.
LisOperatorResponseInputsRecord(String) - Constructor for class no.petroware.logio.lis.LisOperatorResponseInputsRecord
Create a LIS operator response inputs record.
LisPictureRecord - Class in no.petroware.logio.lis
Class representing a LIS picture record.
LisPictureRecord(byte[]) - Constructor for class no.petroware.logio.lis.LisPictureRecord
Create a LIS picture record instance.
LisProgramOverlayHeaderRecord - Class in no.petroware.logio.lis
Class representing a LIS program overlay header record.
LisProgramOverlayHeaderRecord(String, String, String, Date, Date, int, int, int) - Constructor for class no.petroware.logio.lis.LisProgramOverlayHeaderRecord
Create a LIS program overlay header record.
LisProgramOverlayLoadRecord - Class in no.petroware.logio.lis
Class representing a LIS program overlay load record.
LisProgramOverlayLoadRecord(byte[]) - Constructor for class no.petroware.logio.lis.LisProgramOverlayLoadRecord
Create a LIS program overlay load record instance.
LisRecord - Class in no.petroware.logio.lis
Common base class for all LIS record types.
LisRecord.Type - Enum in no.petroware.logio.lis
Enumeration of the different LIS record types.
LisReelHeaderRecord - Class in no.petroware.logio.lis
Class representing a LIS reel header.
LisReelHeaderRecord(String, Date, String, String, int, String, String) - Constructor for class no.petroware.logio.lis.LisReelHeaderRecord
Create a reel header record.
LisReelTrailerRecord - Class in no.petroware.logio.lis
Class representing a LIS reel trailer record.
LisReelTrailerRecord(String, Date, String, String, int, String, String) - Constructor for class no.petroware.logio.lis.LisReelTrailerRecord
Create a reel trailer record.
LisRepresentationCode - Class in no.petroware.logio.lis
Class representing all possible LIS representation codes.
LisSoftwareBootRecord - Class in no.petroware.logio.lis
Class representing a LIS TU10 software boot record.
LisSoftwareBootRecord(int, int[]) - Constructor for class no.petroware.logio.lis.LisSoftwareBootRecord
Create a LIS software boot record instance.
LisSystemOutputsToOperatorRecord - Class in no.petroware.logio.lis
Class representing a LIS system outputs to operator record.
LisSystemOutputsToOperatorRecord(String) - Constructor for class no.petroware.logio.lis.LisSystemOutputsToOperatorRecord
Create a LIS system outputs to operator record.
LisTableDumpRecord - Class in no.petroware.logio.lis
Class representing a LIS table dump.
LisTableDumpRecord(LisTableDumpRecord.Type, int, int, int, byte[]) - Constructor for class no.petroware.logio.lis.LisTableDumpRecord
Create a LIS table dump record.
LisTableDumpRecord.Type - Enum in no.petroware.logio.lis
Enumeration representing the possible dump record types.
LisTapeHeaderRecord - Class in no.petroware.logio.lis
Class representing a LIS tape header record ("TTLR").
LisTapeHeaderRecord(String, Date, String, String, int, String, String) - Constructor for class no.petroware.logio.lis.LisTapeHeaderRecord
Create a tape header record.
LisTapeTrailerRecord - Class in no.petroware.logio.lis
Class representing a LIS tape trailer record.
LisTapeTrailerRecord(String, Date, String, String, int, String, String) - Constructor for class no.petroware.logio.lis.LisTapeTrailerRecord
Create a tape trailer record.
LisToolStringInfoRecord - Class in no.petroware.logio.lis
Class representing a LIS tool string info record.
LisToolStringInfoRecord(List<LisComponent>) - Constructor for class no.petroware.logio.lis.LisToolStringInfoRecord
Create a LIS tool string info record.
LisToolStringInfoRecord(String, List<String>) - Constructor for class no.petroware.logio.lis.LisToolStringInfoRecord
Create a LIS tool string info record from the specified properties.
LisUtil - Class in no.petroware.logio.lis
A collection of convenience methods to access common meta-data from DLIS files.
LisWellSiteDataRecord - Class in no.petroware.logio.lis
Class representing a LIS well site data record.
LisWellSiteDataRecord(List<LisComponent>) - Constructor for class no.petroware.logio.lis.LisWellSiteDataRecord
Create a LIS well site data record from the specified components.
LisWellSiteDataRecord(String, List<String>) - Constructor for class no.petroware.logio.lis.LisWellSiteDataRecord
Create a LIS well site data record with a prepared property table.
LOGICL - Static variable in class no.petroware.logio.dlis.DlisRepresentationCode
Logical.
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