Uses of Class
org.apache.sis.util.UnknownNameException
-
Packages that use UnknownNameException Package Description org.apache.sis.util.iso Implementations of GeoAPI types from theorg.opengis.util
package. -
-
Uses of UnknownNameException in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that throw UnknownNameException Modifier and Type Method Description Class<?>
DefaultTypeName. toClass()
Returns the Java class associated to this type name.static Class<?>
Names. toClass(TypeName type)
Returns the Java class associated to the given type name.
-