Uses of Class
org.apache.sis.util.iso.DefaultNameSpace
Packages that use DefaultNameSpace
Package
Description
Implementations of GeoAPI types from the
package.
invalid reference
org.opengis.util
-
Uses of DefaultNameSpace in org.apache.sis.util.iso
Subclasses of DefaultNameSpace in org.apache.sis.util.isoModifier and TypeClassDescription(package private) final class
The global namespace.Fields in org.apache.sis.util.iso declared as DefaultNameSpaceModifier and TypeFieldDescriptionprivate final DefaultNameSpace
DefaultNameSpace.parent
The parent namespace, ornull
if the parent is the uniqueGLOBAL
instance.Methods in org.apache.sis.util.iso that return DefaultNameSpaceModifier and TypeMethodDescription(package private) static DefaultNameSpace
DefaultNameSpace.castOrCopy
(org.opengis.util.NameSpace ns) Wraps the given namespace in aDefaultNameSpace
implementation.(package private) final DefaultNameSpace
DefaultNameSpace.child
(CharSequence name, String sep) Returns a child namespace of the given name.private DefaultNameSpace
DefaultNameSpace.child
(String key, CharSequence name, String headSeparator, String separator) Returns a child namespace of the given name and separator.(package private) static DefaultNameSpace
Returns a namespace having the given name and separators.(package private) final DefaultNameSpace
DefaultNameSpace.parent()
Returns the parent namespace, replacing null parent byGlobalNameSpace.GLOBAL
.Methods in org.apache.sis.util.iso with parameters of type DefaultNameSpaceModifier and TypeMethodDescriptionprivate static int
DefaultNameSpace.depth
(DefaultNameSpace ns) Returns the depth of the given namespace.private boolean
DefaultNameSpace.equalsIgnoreParent
(DefaultNameSpace that) Returnstrue
if the namespace is equal to the given one, ignoring the parent.Constructors in org.apache.sis.util.iso with parameters of type DefaultNameSpaceModifierConstructorDescriptionprotected
DefaultNameSpace
(DefaultNameSpace parent, CharSequence name, String headSeparator, String separator) Creates a new namespace with the given separator.