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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Property that maps to the classification of a cluster.static final TLcdDataType
The data type of the cluster domain object.static final TLcdDataProperty
Property that maps to the set of elements of a cluster.static final TLcdDataProperty
Property that represents the geometry of the cluster. -
Method Summary
-
Field Details
-
CLUSTER_TYPE
The data type of the cluster domain object. Clusters areILcdDataObject
instances 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
-