Class TLcdLASModelDescriptor.VariableLengthRecord

java.lang.Object
com.luciad.format.las.TLcdLASModelDescriptor.VariableLengthRecord
Enclosing class:
TLcdLASModelDescriptor

public static final class TLcdLASModelDescriptor.VariableLengthRecord extends Object
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 Details

    • getUserId

      public String 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

      public String 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.