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 SummaryFields inherited from class com.kheops.jmap.client.thematic.Classificationcategories, elemCountPerCategory, nbCategories, nullThematicCategory, nullValueSupportedFields inherited from class com.kheops.jmap.client.thematic.ThematicattribStats, attributeIndexes, baseLayerStyle, description, elemCount, enabled, name, nullValueCategorized, outOfSampleDataIgnored, primitiveType, subTitle, title, userDefined
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Classificationclone, 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.ThematicgetAttribStats, 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.LocalizedObjectgetAvailableLocales, getTranslation, isTranslationExists, setTranslation, updateTranslations
- 
Constructor Details- 
RasterDensitySurfacepublic RasterDensitySurface()
 
- 
- 
Method Details- 
cloneDescription copied from class:ThematicConstructs a clone of this theme.
- 
findCategoryDescription copied from class:ClassificationFinds the category that contains the specified value object.- Specified by:
- findCategoryin class- Classification
- Parameters:
- value-
- Returns:
- The found category, null otherwise
 
 
-