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 TypeInterfaceDescriptioninterface
Attribute<V>
An instance of anAttributeType
containing the value of an attribute in a feature.interface
An instance of aDynamicAttributeType
containing time-dependent values of an attribute.interface
An instance of anFeatureAssociationRole
containing 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 TypeMethodDescriptionvoid
Feature.setProperty
(Property property) Sets the property (attribute or feature association).