public class LasVariableLengthRecord extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description text associated with the record.
|
long |
getFilePosition()
Gets the file position for the start of the data associated with
this record.
|
int |
getRecordId()
Gets the numerical ID associated with the record.
|
int |
getRecordLength()
Gets the length, in bytes, of the data associated with the record.
|
String |
getUserId()
Gets the user ID for the record.
|
String |
toString() |
public long getFilePosition()
public String getUserId()
public int getRecordId()
public int getRecordLength()
public String getDescription()
Copyright © 2021. All rights reserved.