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
Modifier and TypeFieldDescriptionstatic final TLcdDataType
The main data type implemented by all model elements of a CGM model.static final TLcdDataType
A data type to model an arc.static final TLcdDataType
A data type to model circles.static final TLcdDataType
A data type to model an ellipse.static final TLcdDataType
A data type to model polygons.static final TLcdDataType
A data type to model polylines.static final TLcdDataType
A data type to model rectangles.static final TLcdDataType
A data type to model text. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Returns 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.
-