Uses of Interface
org.geotools.api.util.NameSpace
-
Packages that use NameSpace Package Description org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.org.geotools.referencing Reference systems implementation.org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of NameSpace in org.geotools.api.util
Methods in org.geotools.api.util that return NameSpace Modifier and Type Method Description NameSpaceNameFactory. createNameSpace(GenericName name, String headSeparator, String separator)Creates a namespace having the given name and separators.NameSpaceGenericName. scope()Returns the scope (name space) in which this name is local.Methods in org.geotools.api.util with parameters of type NameSpace Modifier and Type Method Description GenericNameNameFactory. createGenericName(NameSpace scope, CharSequence... parsedNames)Creates a local or scoped name from an array of parsed names.LocalNameNameFactory. createLocalName(NameSpace scope, CharSequence name)Creates a local name from the given character sequence.GenericNameNameFactory. parseGenericName(NameSpace scope, CharSequence name)Constructs a generic name from a qualified name. -
Uses of NameSpace in org.geotools.referencing
Methods in org.geotools.referencing that return NameSpace Modifier and Type Method Description NameSpaceNamedIdentifier. scope()Returns the scope (name space) in which this name is local. -
Uses of NameSpace in org.geotools.util
Methods in org.geotools.util that return NameSpace Modifier and Type Method Description NameSpaceGenericName. scope()Returns the scope (name space) in which this name is local.NameSpaceLocalName. scope()Returns the scope (name space) in which this name is local.
-