Uses of Interface
org.geotools.api.util.GenericName
Packages that use GenericName
Package
Description
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
Parameter implementation.
Reference systems implementation.
Contains utilities and addition to the collection framework.
-
Uses of GenericName in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return types with arguments of type GenericNameModifier and TypeMethodDescriptionIdentifiedObject.getAlias()
An alternative name by which this object is identified. -
Uses of GenericName in org.geotools.api.util
Subinterfaces of GenericName in org.geotools.api.utilModifier and TypeInterfaceDescriptioninterface
Identifier within a name space for a local object.interface
The name to identify a member of a record.interface
A composite of a local name (as head) for locating another name space, and a generic name (as tail) valid in that name space.interface
The name of an attribute type.Methods in org.geotools.api.util that return GenericNameModifier and TypeMethodDescriptionNameFactory.createGenericName
(NameSpace scope, CharSequence... parsedNames) Creates a local or scoped name from an array of parsed names.NameSpace.name()
Represents the identifier of this namespace.NameFactory.parseGenericName
(NameSpace scope, CharSequence name) Constructs a generic name from a qualified name.ScopedName.path()
Returns every elements of the parsed names list except for the tip.ScopedName.tail()
Returns every elements of the parsed names list except for the head.GenericName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.Methods in org.geotools.api.util with parameters of type GenericNameModifier and TypeMethodDescriptionNameFactory.createNameSpace
(GenericName name, String headSeparator, String separator) Creates a namespace having the given name and separators.GenericName.push
(GenericName scope) Returns this name expanded with the specified scope. -
Uses of GenericName in org.geotools.parameter
Methods in org.geotools.parameter that return types with arguments of type GenericNameModifier and TypeMethodDescriptionMatrixParameters.getAlias()
Forward the call to the matrix parameter descriptors specified at construction time. -
Uses of GenericName in org.geotools.referencing
Classes in org.geotools.referencing that implement GenericNameFields in org.geotools.referencing declared as GenericNameModifier and TypeFieldDescriptionstatic final GenericName[]
AbstractIdentifiedObject.EMPTY_ALIAS_ARRAY
An empty array of alias.Methods in org.geotools.referencing that return GenericNameModifier and TypeMethodDescriptionNamedIdentifier.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.Methods in org.geotools.referencing that return types with arguments of type GenericNameModifier and TypeMethodDescriptionAbstractIdentifiedObject.getAlias()
An alternative name by which this object is identified.Methods in org.geotools.referencing with parameters of type GenericNameModifier and TypeMethodDescriptionint
NamedIdentifier.compareTo
(GenericName object) Compares this name with the specified object for order.NamedIdentifier.push
(GenericName scope) Returns this name expanded with the specified scope. -
Uses of GenericName in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return types with arguments of type GenericName -
Uses of GenericName in org.geotools.util
Classes in org.geotools.util that implement GenericNameModifier and TypeClassDescriptionclass
Base class for generic scoped and local name structure for type and attribute name in the context of name spaces.class
Identifier within a name space for a local object.class
Fully qualified identifier for an object.Methods in org.geotools.util that return GenericNameModifier and TypeMethodDescriptionstatic GenericName
NameFactory.create
(CharSequence... names) Constructs a generic name from an array of local names and the default separator character.static GenericName
NameFactory.create
(CharSequence[] names, char separator) Constructs a generic name from an array of local names and the specified separator character.static GenericName
Constructs a generic name from a fully qualified name and the default separator character.static GenericName
Constructs a generic name from a fully qualified name and the specified separator character.protected abstract GenericName
GenericName.getInternalScope()
Returns the scope (name space) of this generic name.protected GenericName
LocalName.getInternalScope()
Returns the scope (name space) of this generic name.protected GenericName
ScopedName.getInternalScope()
ScopedName.path()
Returns a name which contains every element of the parsed names list except for the last element.ScopedName.tail()
Returns the tail of this scoped name.static GenericName[]
Returns the specified name in an array.LocalName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.ScopedName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.Methods in org.geotools.util with parameters of type GenericNameModifier and TypeMethodDescriptionint
GenericName.compareTo
(GenericName that) Compares this name with the specified object for order.int
LocalName.compareTo
(GenericName object) Compares this name with the specified object for order.LocalName.push
(GenericName scope) Returns this name expanded with the specified scope.ScopedName.push
(GenericName scope) Returns this name expanded with the specified scope.Constructors in org.geotools.util with parameters of type GenericNameModifierConstructorDescriptionScopedName
(GenericName scope, char separator, CharSequence name) Constructs a scoped name from the specified international string.ScopedName
(GenericName scope, CharSequence name) Constructs a scoped name from the specified international string.