Class TLcd3DTilesProcessorDataTypes

java.lang.Object
com.luciad.meshup.TLcd3DTilesProcessorDataTypes

public class TLcd3DTilesProcessorDataTypes extends Object
The data types used for metadata processing in TLcd3DTilesProcessorBuilder.
Since:
2020.1
See Also:
  • Field Details

    • OBJECT_ID_PROPERTY

      public static final String OBJECT_ID_PROPERTY
      Property key for a uniquely generated identifier. This property maps to an integer that is unique for a single object within an output dataset. This value can be used for selection in clients.
      See Also:
    • OBJECT_NAME_PROPERTY

      public static final String OBJECT_NAME_PROPERTY
      Property key for an object name. This property maps to a string, and is parsed directly from input data. This value is not necessarily unique within an output dataset. For a unique identifier, please have a look at OBJECT_ID_PROPERTY
      See Also:
    • ORIGINAL_SOURCE_PATH_PROPERTY

      public static final String ORIGINAL_SOURCE_PATH_PROPERTY
      Property key for original source filepath. This property maps to a string, and is parsed directly from input data. This value can be used to identify which original source file contained a certain object.
      See Also:
  • Constructor Details

    • TLcd3DTilesProcessorDataTypes

      public TLcd3DTilesProcessorDataTypes()
  • Method Details