Class TLcdVPFDataTypes

java.lang.Object
com.luciad.format.vpf.TLcdVPFDataTypes

public class TLcdVPFDataTypes extends Object
This class provides static access to the VPF data model and its types. Note that it does only provide access to the data types which are common to all VPF products. Product specific information, such as VMAP0 or DNC object classes, is stored in the product-specific data model.
Since:
10.1
  • Field Details

    • FeatureType

      public static final TLcdDataType FeatureType
      Super type of all VPF feature class types.
    • Level1TextType

      public static final TLcdDataType Level1TextType
      Level 1 Text type, as defined by the VPF specification.
    • Level2TextType

      public static final TLcdDataType Level2TextType
      Level 2 Text type, as defined by the VPF specification.
    • Level3TextType

      public static final TLcdDataType Level3TextType
      Level 3 Text type, as defined by the VPF specification.
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Returns the VPF data model. This data model contains the static part of VPF that is common to all VPF products:
      • A common super type for all VPF objects
      • VPF specific attribute types
      Returns:
      the VPF data model.