Uses of Class
org.apache.sis.util.iso.DefaultNameSpace
Packages that use DefaultNameSpace
Package
Description
Implementations of GeoAPI types from the
org.opengis.util package.-
Uses of DefaultNameSpace in org.apache.sis.util.iso
Subclasses of DefaultNameSpace in org.apache.sis.util.isoModifier and TypeClassDescription(package private) final classThe global namespace.Fields in org.apache.sis.util.iso declared as DefaultNameSpaceModifier and TypeFieldDescriptionprivate final DefaultNameSpaceDefaultNameSpace.parentThe parent namespace, ornullif the parent is the uniqueGLOBALinstance.Methods in org.apache.sis.util.iso that return DefaultNameSpaceModifier and TypeMethodDescription(package private) static DefaultNameSpaceDefaultNameSpace.castOrCopy(org.opengis.util.NameSpace ns) Wraps the given namespace in aDefaultNameSpaceimplementation.(package private) final DefaultNameSpaceDefaultNameSpace.child(CharSequence name, String sep) Returns a child namespace of the given name.private DefaultNameSpaceDefaultNameSpace.child(String key, CharSequence name, String headSeparator, String separator) Returns a child namespace of the given name and separator.(package private) static DefaultNameSpaceReturns a namespace having the given name and separators.(package private) final DefaultNameSpaceDefaultNameSpace.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 intDefaultNameSpace.depth(DefaultNameSpace ns) Returns the depth of the given namespace.private booleanDefaultNameSpace.equalsIgnoreParent(DefaultNameSpace that) Returnstrueif the namespace is equal to the given one, ignoring the parent.Constructors in org.apache.sis.util.iso with parameters of type DefaultNameSpaceModifierConstructorDescriptionprotectedDefaultNameSpace(DefaultNameSpace parent, CharSequence name, String headSeparator, String separator) Creates a new namespace with the given separator.