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 voidFeatureNaming. add(DataStore store, GenericName name, E value)Adds a value for the given name if none exist.EFeatureNaming. get(DataStore store, String name)Returns the value associated to the given name.booleanFeatureNaming. remove(DataStore store, GenericName name)Removes the value associated to the given name.
-