Class TLcdCGMDataTypes

java.lang.Object
com.luciad.format.cgm.TLcdCGMDataTypes

public class TLcdCGMDataTypes extends Object

Contains the data types and the data model for a CGM model.

Since:
10.1
  • Field Details

    • AbstractCGMType

      public static final TLcdDataType AbstractCGMType
      The main data type implemented by all model elements of a CGM model. This data type is defined to be abstract and is subtyped by all other data types in this class.
    • PolylineType

      public static final TLcdDataType PolylineType
      A data type to model polylines.
    • TextType

      public static final TLcdDataType TextType
      A data type to model text.
    • PolygonType

      public static final TLcdDataType PolygonType
      A data type to model polygons.
    • RectangleType

      public static final TLcdDataType RectangleType
      A data type to model rectangles.
    • CircleType

      public static final TLcdDataType CircleType
      A data type to model circles.
    • EllipseType

      public static final TLcdDataType EllipseType
      A data type to model an ellipse.
    • ArcType

      public static final TLcdDataType ArcType
      A data type to model an arc.
  • Constructor Details

    • TLcdCGMDataTypes

      public TLcdCGMDataTypes()
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Returns the data model used by all CGM models. This will include all the types defined in this class.
      Returns:
      The CGM Data Model.