Uses of Class
org.apache.sis.util.UnknownNameException
Packages that use UnknownNameException
-
Uses of UnknownNameException in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that throw UnknownNameExceptionModifier and TypeMethodDescriptionDefaultNameFactory.createTypeName
(NameSpace scope, CharSequence name) Creates a type name from the given character sequence and automatically inferred Java type.static Class<?>
Returns the Java class associated to the given type name.Constructors in org.apache.sis.util.iso that throw UnknownNameExceptionModifierConstructorDescriptionprotected
DefaultTypeName
(NameSpace scope, CharSequence name) Constructs a type name from the given character sequence and infers automatically a Java type.