Uses of Class
org.opengis.feature.InvalidPropertyValueException
- 
Packages that use InvalidPropertyValueException Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon. - 
- 
Uses of InvalidPropertyValueException in org.opengis.feature
Methods in org.opengis.feature that throw InvalidPropertyValueException Modifier and Type Method Description voidAttribute. setValue(V value)Sets the attribute value.voidFeatureAssociation. setValue(Feature value)Sets the associated feature.voidAttribute. setValues(Collection<? extends V> values)Sets the attribute values.voidFeatureAssociation. setValues(Collection<? extends Feature> values)Sets the features. 
 -