Package com.massifmaps.layers
Class ClusterBuilderMode
java.lang.Object
com.massifmaps.layers.ClusterBuilderMode
Possible cluster builder modes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCluster builder receives element count in the cluster.static final intCluster builder receives full list of elements in the cluster. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLUSTER_BUILDER_MODE_ELEMENTS
public static final int CLUSTER_BUILDER_MODE_ELEMENTSCluster builder receives full list of elements in the cluster. This mode is more expensive compared to the light mode.- See Also:
-
CLUSTER_BUILDER_MODE_ELEMENT_COUNT
public static final int CLUSTER_BUILDER_MODE_ELEMENT_COUNTCluster builder receives element count in the cluster. This mode is less expensive compared to the full mode.- See Also:
-
-
Constructor Details
-
ClusterBuilderMode
public ClusterBuilderMode()
-