Uses of Class
org.apache.sis.storage.IllegalNameException
-
Packages that use IllegalNameException Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of IllegalNameException in org.apache.sis.storage
Methods in org.apache.sis.storage that throw IllegalNameException Modifier and Type Method Description void
FeatureNaming. add(DataStore store, GenericName name, E value)
Adds a value for the given name if none exist.E
FeatureNaming. get(DataStore store, String name)
Returns the value associated to the given name.boolean
FeatureNaming. remove(DataStore store, GenericName name)
Removes the value associated to the given name.
-