Uses of Class
org.apache.sis.feature.AbstractFeature
-
Packages that use AbstractFeature Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon. -
-
Uses of AbstractFeature in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractFeature Modifier and Type Method Description abstract AbstractFeatureAbstractAssociation. getValue()Returns the associated feature, ornullif none.AbstractFeatureDefaultFeatureType. newInstance()Creates a new feature instance of this type.Methods in org.apache.sis.feature that return types with arguments of type AbstractFeature Modifier and Type Method Description Collection<AbstractFeature>AbstractAssociation. getValues()Returns all features, or an empty collection if none.Methods in org.apache.sis.feature with parameters of type AbstractFeature Modifier and Type Method Description abstract ObjectAbstractOperation. apply(AbstractFeature feature, ParameterValueGroup parameters)Executes the operation on the specified feature with the specified parameters.abstract voidAbstractAssociation. setValue(AbstractFeature value)Sets the associated feature.static voidFeatures. validate(AbstractFeature feature)Ensures that all characteristics and property values in the given feature are valid.Method parameters in org.apache.sis.feature with type arguments of type AbstractFeature Modifier and Type Method Description voidAbstractAssociation. setValues(Collection<? extends AbstractFeature> values)Sets the features.
-