Uses of Class
org.apache.sis.util.UnknownNameException
Packages that use UnknownNameException
Package
Description
Implementations of GeoAPI types from the
org.opengis.util
package.-
Uses of UnknownNameException in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that throw UnknownNameExceptionModifier and TypeMethodDescriptionorg.opengis.util.TypeName
DefaultNameFactory.createTypeName
(org.opengis.util.NameSpace scope, CharSequence name) Creates a type name from the given character sequence and automatically inferred Java type.static Class<?>
Names.toClass
(org.opengis.util.TypeName type) Returns the Java class associated to the given type name.Constructors in org.apache.sis.util.iso that throw UnknownNameExceptionModifierConstructorDescriptionprotected
DefaultTypeName
(org.opengis.util.NameSpace scope, CharSequence name) Constructs a type name from the given character sequence and infers automatically a Java type.