Uses of Class
org.apache.sis.feature.CharacteristicTypeMap
Packages that use CharacteristicTypeMap
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of CharacteristicTypeMap in org.apache.sis.feature
Fields in org.apache.sis.feature declared as CharacteristicTypeMapModifier and TypeFieldDescriptionprivate CharacteristicTypeMap
DefaultAttributeType.characteristics
Other attribute types that describes this attribute type, ornull
if none.(package private) final CharacteristicTypeMap
CharacteristicMap.types
Description of the attribute characteristics.Fields in org.apache.sis.feature with type parameters of type CharacteristicTypeMapModifier and TypeFieldDescriptionprivate static final WeakValueHashMap<DefaultAttributeType<?>[],
CharacteristicTypeMap> CharacteristicTypeMap.SHARED
For sharing the sameCharacteristicTypeMap
instances among the attribute types having the same characteristics.Methods in org.apache.sis.feature that return CharacteristicTypeMapModifier and TypeMethodDescription(package private) static CharacteristicTypeMap
CharacteristicTypeMap.create
(DefaultAttributeType<?> source, DefaultAttributeType<?>[] characterizedBy) Creates a new map or return an existing map for the given attribute characteristics.Constructors in org.apache.sis.feature with parameters of type CharacteristicTypeMapModifierConstructorDescription(package private)
CharacteristicMap
(AbstractAttribute<?> source, CharacteristicTypeMap types) Creates an initially empty map of attribute characteristics.