Uses of Interface
org.opengis.feature.Feature
Packages that use Feature
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of Feature in org.opengis.feature
Methods in org.opengis.feature that return FeatureModifier and TypeMethodDescriptionFeatureAssociation.getValue()
Returns the associated feature, ornull
if none.FeatureType.newInstance()
Creates a new feature instance of this type.Methods in org.opengis.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureAssociation.getValues()
Returns all features, or an empty collection if none.Methods in org.opengis.feature with parameters of type FeatureModifier and TypeMethodDescriptionOperation.apply
(Feature feature, ParameterValueGroup parameters) Executes the operation on the specified feature with the specified parameters.void
Sets the associated feature.Method parameters in org.opengis.feature with type arguments of type FeatureModifier and TypeMethodDescriptionvoid
FeatureAssociation.setValues
(Collection<? extends Feature> values) Sets the features.