Package com.kheops.jmap.client.thematic
Class CategoriesFactory
java.lang.Object
com.kheops.jmap.client.thematic.CategoriesFactory
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
CustomRangesCategories
,DefinedIntervalCategories
,EqualCountCategories
,EqualRangeCategories
,NaturalBreaksCategories
,PercentRangesCategories
,StandardDeviationCategories
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Object
clone()
protected void
clone
(CategoriesFactory fact) double[]
abstract String
double
double
protected static double
roundAtDecimal
(double roundAt, double value, int multiplier)
-
Field Details
-
categoriesBounds
protected double[] categoriesBounds
-
-
Constructor Details
-
CategoriesFactory
public CategoriesFactory()
-
-
Method Details
-
getCategoriesType
- Returns:
- Returns the categoriesType.
-
getMinimumBound
public double getMinimumBound() -
getMaximumBound
public double getMaximumBound() -
roundAtDecimal
protected static double roundAtDecimal(double roundAt, double value, int multiplier) -
getCategoriesBounds
public double[] getCategoriesBounds() -
clone
-
clone
-