Uses of Interface
org.opengis.feature.Property
Packages that use Property
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of Property in org.opengis.feature
Subinterfaces of Property in org.opengis.featureModifier and TypeInterfaceDescriptioninterfaceAttribute<V>An instance of anAttributeTypecontaining the value of an attribute in a feature.interfaceAn instance of aDynamicAttributeTypecontaining time-dependent values of an attribute.interfaceAn instance of anFeatureAssociationRolecontaining the associated feature.Methods in org.opengis.feature that return PropertyModifier and TypeMethodDescriptionOperation.apply(Feature feature, ParameterValueGroup parameters) Executes the operation on the specified feature with the specified parameters.Feature.getProperty(String name) Returns the property (attribute, feature association or operation result) of the given name.Methods in org.opengis.feature with parameters of type PropertyModifier and TypeMethodDescriptionvoidFeature.setProperty(Property property) Sets the property (attribute or feature association).