Class TLcdClusterDataTypes
java.lang.Object
com.luciad.model.transformation.clustering.TLcdClusterDataTypes
This class provides access to the data model of a clustering transformed model.
This data model only applies if the original model has a data model, so if the model descriptor implements
ILcdDataModelDescriptor. See also TLcdClusteringTransformer.Builder.- Since:
- 2016.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyProperty that maps to the classification of a cluster.static final TLcdDataTypeThe data type of the cluster domain object.static final TLcdDataPropertyProperty that maps to the set of elements of a cluster.static final TLcdDataPropertyProperty that represents the geometry of the cluster. -
Method Summary
-
Field Details
-
CLUSTER_TYPE
The data type of the cluster domain object. Clusters areILcdDataObjectinstances that contain these properties: -
COMPOSING_ELEMENTS_PROPERTY
Property that maps to the set of elements of a cluster. -
CLASSIFICATION_PROPERTY
Property that maps to the classification of a cluster. The type of this property is String. -
SHAPE_PROPERTY
Property that represents the geometry of the cluster. It is annotated with theTLcdHasGeometryAnnotation.
-
-
Method Details
-
getDataModel
-