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, nullValueSupported
Fields inherited from class com.kheops.jmap.client.thematic.Thematic
attribStats, attributeIndexes, baseLayerStyle, description, elemCount, enabled, name, nullValueCategorized, outOfSampleDataIgnored, primitiveType, subTitle, title, userDefined
-
Constructor Summary
-
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, setNullValueSupported
Methods 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, setTitle
Methods 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:Thematic
Constructs a clone of this theme. -
findCategory
Description copied from class:Classification
Finds the category that contains the specified value object.- Specified by:
findCategory
in classClassification
- Parameters:
value
-- Returns:
- The found category, null otherwise
-