Uses of Interface
org.opengis.feature.Feature
-
Packages that use Feature Package Description org.opengis.feature 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 Feature Modifier and Type Method Description FeatureFeatureAssociation. getValue()Returns the associated feature, ornullif none.FeatureFeatureType. newInstance()Creates a new feature instance of this type.Methods in org.opengis.feature that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>FeatureAssociation. getValues()Returns all features, or an empty collection if none.Methods in org.opengis.feature with parameters of type Feature Modifier and Type Method Description PropertyOperation. apply(Feature feature, ParameterValueGroup parameters)Executes the operation on the specified feature with the specified parameters.voidFeatureAssociation. setValue(Feature value)Sets the associated feature.Method parameters in org.opengis.feature with type arguments of type Feature Modifier and Type Method Description voidFeatureAssociation. setValues(Collection<? extends Feature> values)Sets the features.
-