Uses of Class
org.apache.sis.storage.IllegalNameException
Packages that use IllegalNameException
Package
Description
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 IllegalNameExceptionModifier and TypeMethodDescriptionvoid
FeatureNaming.add
(DataStore store, GenericName name, E value) Adds a value for the given name if none exist.Returns the value associated to the given name (case sensitive).boolean
FeatureNaming.remove
(DataStore store, GenericName name) Removes the value associated to the given name.