Uses of Class
org.opengis.feature.PropertyNotFoundException
- 
Packages that use PropertyNotFoundException Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon. - 
- 
Uses of PropertyNotFoundException in org.opengis.feature
Methods in org.opengis.feature that throw PropertyNotFoundException Modifier and Type Method Description PropertyFeature. getProperty(String name)Returns the property (attribute, feature association or operation result) of the given name.PropertyTypeFeatureType. getProperty(String name)Returns the attribute, operation or association role for the given name.ObjectFeature. getPropertyValue(String name)Returns the value for the property of the given name. 
 -