Class TLcdClusterDataTypes

java.lang.Object
com.luciad.model.transformation.clustering.TLcdClusterDataTypes

public final class TLcdClusterDataTypes extends Object
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 Details

    • CLUSTER_TYPE

      public static final TLcdDataType CLUSTER_TYPE
      The data type of the cluster domain object. Clusters are ILcdDataObject instances that contain these properties:
    • COMPOSING_ELEMENTS_PROPERTY

      public static final TLcdDataProperty COMPOSING_ELEMENTS_PROPERTY
      Property that maps to the set of elements of a cluster.
    • CLASSIFICATION_PROPERTY

      public static final TLcdDataProperty CLASSIFICATION_PROPERTY
      Property that maps to the classification of a cluster. The type of this property is String.
    • SHAPE_PROPERTY

      public static final TLcdDataProperty SHAPE_PROPERTY
      Property that represents the geometry of the cluster. It is annotated with the TLcdHasGeometryAnnotation.
  • Method Details