Uses of Interface
org.opengis.util.NameSpace
Packages that use NameSpace
Package
Description
Base classes for reference systems used for general positioning.
Implementations of GeoAPI types from the
org.opengis.util package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of NameSpace in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return NameSpace -
Uses of NameSpace in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement NameSpaceModifier and TypeClassDescriptionclassA domain in which names given by character strings are defined.Methods in org.apache.sis.util.iso that return NameSpaceModifier and TypeMethodDescriptionDefaultNameFactory.createNameSpace(GenericName name, Map<String, ?> properties) Returns a namespace having the given name.abstract NameSpaceAbstractName.scope()Returns the scope (name space) in which this name is local.DefaultLocalName.scope()Returns the scope (name space) in which this name is local.Methods in org.apache.sis.util.iso with parameters of type NameSpaceModifier and TypeMethodDescriptionDefaultNameFactory.createGenericName(NameSpace scope, CharSequence... parsedNames) Creates a local or scoped name from an array of parsed names.DefaultNameFactory.createLocalName(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.DefaultNameFactory.createMemberName(NameSpace scope, CharSequence name, TypeName attributeType) Creates a member name from the given character sequence and attribute type.DefaultNameFactory.createTypeName(NameSpace scope, CharSequence name) Creates a type name from the given character sequence and automatically inferred Java type.DefaultNameFactory.createTypeName(NameSpace scope, CharSequence name, Type javaType) Creates a type name from the given character sequence and explicit Java type.static StringDefaultNameSpace.getSeparator(NameSpace ns, boolean head) Returns the separator between name components in the given namespace.DefaultNameFactory.parseGenericName(NameSpace scope, CharSequence name) Constructs a generic name from a qualified name.Constructors in org.apache.sis.util.iso with parameters of type NameSpaceModifierConstructorDescriptionprotectedDefaultLocalName(NameSpace scope, CharSequence name) Constructs a local name from the given character sequence.protectedDefaultMemberName(NameSpace scope, CharSequence name, TypeName attributeType) Constructs a member name from the given character sequence and attribute type.protectedDefaultScopedName(NameSpace scope, List<? extends CharSequence> names) Constructs a scoped name from the specified list of strings.protectedDefaultTypeName(NameSpace scope, CharSequence name) Constructs a type name from the given character sequence and infers automatically a Java type.protectedDefaultTypeName(NameSpace scope, CharSequence name, Type javaType) Constructs a type name from the given character sequence and explicit Java type. -
Uses of NameSpace in org.opengis.util
Methods in org.opengis.util that return NameSpaceModifier and TypeMethodDescriptionNameFactory.createNameSpace(GenericName name, Map<String, ?> properties) Creates a namespace having the given name and separators.GenericName.scope()Returns the scope (name space) in which this name is local.Methods in org.opengis.util with parameters of type NameSpaceModifier and TypeMethodDescriptionNameFactory.createGenericName(NameSpace scope, CharSequence... parsedNames) Creates a local or scoped name from an array of parsed names.NameFactory.createLocalName(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.NameFactory.createTypeName(NameSpace scope, CharSequence name) Creates a type name from the given character sequence.NameFactory.parseGenericName(NameSpace scope, CharSequence name) Constructs a generic name from a qualified name.