Uses of Interface
org.opengis.feature.Property
- 
Packages that use Property Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon. - 
- 
Uses of Property in org.opengis.feature
Subinterfaces of Property in org.opengis.feature Modifier and Type Interface Description interfaceAttribute<V>An instance of anAttributeTypecontaining the value of an attribute in a feature.interfaceDynamicAttribute<V>An instance of aDynamicAttributeTypecontaining time-dependent values of an attribute.interfaceFeatureAssociationAn instance of anFeatureAssociationRolecontaining the associated feature.Methods in org.opengis.feature that return Property Modifier and Type Method Description PropertyOperation. apply(Feature feature, ParameterValueGroup parameters)Executes the operation on the specified feature with the specified parameters.PropertyFeature. 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 Property Modifier and Type Method Description voidFeature. setProperty(Property property)Sets the property (attribute or feature association). 
 -