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 CharacteristicTypeMapDefaultAttributeType.characteristicsOther attribute types that describes this attribute type, ornullif none.(package private) final CharacteristicTypeMapCharacteristicMap.typesDescription of the attribute characteristics.Fields in org.apache.sis.feature with type parameters of type CharacteristicTypeMapModifier and TypeFieldDescriptionprivate static final WeakValueHashMap<DefaultAttributeType<?>[],CharacteristicTypeMap> CharacteristicTypeMap.SHAREDFor sharing the sameCharacteristicTypeMapinstances among the attribute types having the same characteristics.Methods in org.apache.sis.feature that return CharacteristicTypeMapModifier and TypeMethodDescription(package private) static CharacteristicTypeMapCharacteristicTypeMap.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.