Package com.luciad.format.cgm
Class TLcdCGMDataTypes
java.lang.Object
com.luciad.format.cgm.TLcdCGMDataTypes
Contains the data types and the data model for a CGM model.
- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataTypeThe main data type implemented by all model elements of a CGM model.static final TLcdDataTypeA data type to model an arc.static final TLcdDataTypeA data type to model circles.static final TLcdDataTypeA data type to model an ellipse.static final TLcdDataTypeA data type to model polygons.static final TLcdDataTypeA data type to model polylines.static final TLcdDataTypeA data type to model rectangles.static final TLcdDataTypeA data type to model text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModelReturns the data model used by all CGM models.
-
Field Details
-
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
A data type to model polylines. -
TextType
A data type to model text. -
PolygonType
A data type to model polygons. -
RectangleType
A data type to model rectangles. -
CircleType
A data type to model circles. -
EllipseType
A data type to model an ellipse. -
ArcType
A data type to model an arc.
-
-
Constructor Details
-
TLcdCGMDataTypes
public TLcdCGMDataTypes()
-
-
Method Details
-
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.
-