Package com.kheops.jmap.client.thematic
Class RasterDensitySurface
java.lang.Object
com.kheops.jmap.metadata.LocalizedObject
com.kheops.jmap.client.thematic.Thematic
com.kheops.jmap.client.thematic.Classification
com.kheops.jmap.client.thematic.RasterDensitySurface
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.kheops.jmap.client.thematic.Classification
categories, elemCountPerCategory, nbCategories, nullThematicCategory, nullValueSupportedFields inherited from class com.kheops.jmap.client.thematic.Thematic
attribStats, attributeIndexes, baseLayerStyle, description, elemCount, enabled, name, nullValueCategorized, outOfSampleDataIgnored, primitiveType, subTitle, title, userDefined -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Constructs a clone of this theme.findCategory(Object value) Finds the category that contains the specified value object.Methods inherited from class com.kheops.jmap.client.thematic.Classification
clone, equals, getCategories, getColorPaletteApplyToBorderColor, getColorPaletteApplyToFillColor, getColorPaletteApplyToLineColor, getColorPaletteApplyToPatternColor, getColorPaletteName, getElemCountPerCategory, getNbCategories, getNullThematicCategory, getStyles, isCustomizable, isDynamicLegend, isNullValueSupported, removeTranslationsOtherThan, setCategories, setColorPaletteApplyToBorderColor, setColorPaletteApplyToFillColor, setColorPaletteApplyToLineColor, setColorPaletteApplyToPatternColor, setColorPaletteName, setDynamicLegend, setElemCountPerCategory, setNbCategories, setNullThematicCategory, setNullValueSupportedMethods inherited from class com.kheops.jmap.client.thematic.Thematic
getAttribStats, getAttributeIndexes, getDescription, getDescription, getName, getName, getSubTitle, getSubTitle, getTitle, getTitle, isNamed, isNullValueCategorized, setAttribStats, setAttributeIndexes, setDescription, setDescription, setName, setName, setNullValueCategorized, setSubTitle, setSubTitle, setTitle, setTitleMethods inherited from class com.kheops.jmap.metadata.LocalizedObject
getAvailableLocales, getTranslation, isTranslationExists, setTranslation, updateTranslations
-
Constructor Details
-
RasterDensitySurface
public RasterDensitySurface()
-
-
Method Details
-
clone
Description copied from class:ThematicConstructs a clone of this theme. -
findCategory
Description copied from class:ClassificationFinds the category that contains the specified value object.- Specified by:
findCategoryin classClassification- Parameters:
value-- Returns:
- The found category, null otherwise
-