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.
A set of helper classes for the SIS implementation.
-
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. -
Uses of AbstractAttribute in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type AbstractAttributeModifier and TypeMethodDescriptionfinal voidMovingFeatures.setInstants(AbstractAttribute<?> dest, long[] millis) Sets the "datetimes" characteristic on the given attribute as a list ofInstantinstances.static voidMovingFeatures.setTimes(AbstractAttribute<?> dest, Vector values, DefaultTemporalCRS converter) Sets the "datetimes" characteristic on the given attribute.