Uses of Class
org.apache.sis.feature.AbstractAttribute
-
Packages that use AbstractAttribute Package Description org.apache.sis.feature 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 AbstractAttribute Modifier and Type Method Description static <V> AbstractAttribute<V>Features. cast(AbstractAttribute<?> attribute, Class<V> valueClass)Casts the given attribute instance to the given parameterized type.AbstractAttribute<V>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.AbstractAttribute<V>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 AbstractAttribute Modifier and Type Method Description Map<String,AbstractAttribute<?>>AbstractAttribute. characteristics()Other attributes that describes this attribute.Methods in org.apache.sis.feature with parameters of type AbstractAttribute Modifier and Type Method Description static <V> AbstractAttribute<V>Features. cast(AbstractAttribute<?> attribute, Class<V> valueClass)Casts the given attribute instance to the given parameterized type.
-