Uses of Class
org.apache.sis.feature.AbstractAttribute
Packages that use AbstractAttribute
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of AbstractAttribute in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractAttributeModifier and TypeMethodDescriptionstatic <V> AbstractAttribute<V>
Features.cast
(AbstractAttribute<?> attribute, Class<V> valueClass) Casts the given attribute instance to the given parameterized type.AbstractAttribute.clone()
Returns a copy of this attribute if cloning is supported.static <V> AbstractAttribute<V>
AbstractAttribute.create
(DefaultAttributeType<V> type) Creates a new attribute of the given type initialized to the default value.DefaultAttributeType.newInstance()
Creates a new attribute instance of this type initialized to the default value.Methods in org.apache.sis.feature that return types with arguments of type AbstractAttributeModifier and TypeMethodDescriptionAbstractAttribute.characteristics()
Other attributes that describes this attribute.Methods in org.apache.sis.feature with parameters of type AbstractAttributeModifier and TypeMethodDescriptionstatic <V> AbstractAttribute<V>
Features.cast
(AbstractAttribute<?> attribute, Class<V> valueClass) Casts the given attribute instance to the given parameterized type.