Class TLcdDGNDataTypes

java.lang.Object
com.luciad.format.dgn.TLcdDGNDataTypes

public class TLcdDGNDataTypes extends Object
Provides a data model for the DGN format. The data model provides data types for tag sets and for tags of type character, integer or real.
Since:
10.1
  • Field Details

    • TagSetType

      public static final TLcdDataType TagSetType
      Data type for tag sets. A tag set has only one property - "Tags", which is a list of tags.
    • CharacterTagType

      public static final TLcdDataType CharacterTagType
      Type for character tags.
    • IntegerTagType

      public static final TLcdDataType IntegerTagType
      Type for integer tags.
    • ReadTagType

      public static final TLcdDataType ReadTagType
      Type for real-value tags.
  • Method Details