Package com.luciad.format.las
Class TLcdLASModelDescriptor.VariableLengthRecord
java.lang.Object
com.luciad.format.las.TLcdLASModelDescriptor.VariableLengthRecord
- Enclosing class:
TLcdLASModelDescriptor
Describes a variable-length record from a
.las
file.
Variable-length records contain metadata. The model reference is encoded in one of these records, but other records are vendor-specific opaque blobs.
- Since:
- 2014.0
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
Returns the data of the variable-length record.Returns the Description of the variable-length record.int
Returns the Record ID of the variable-length record.Returns the User ID of the variable-length record.
-
Method Details
-
getUserId
Returns the User ID of the variable-length record.- Returns:
- The user id of the record.
-
getRecordId
public int getRecordId()Returns the Record ID of the variable-length record.- Returns:
- The record id of the record.
-
getDescription
Returns the Description of the variable-length record.- Returns:
- The description of the record.
-
getData
public byte[] getData()Returns the data of the variable-length record.- Returns:
- The data of the record.
-