Uses of Interface
org.opengis.util.GenericName
Packages that use GenericName
Package
Description
Content information
(includes Feature catalogue and Coverage descriptions).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of GenericName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type GenericNameModifier and TypeMethodDescriptionCollection<? extends GenericName>
FeatureCatalogueDescription.getFeatureTypes()
Subset of feature types from cited feature catalogue occurring in dataset. -
Uses of GenericName in org.opengis.referencing
Methods in org.opengis.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.opengis.util
Subinterfaces of GenericName in org.opengis.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.opengis.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.opengis.util with parameters of type GenericNameModifier and TypeMethodDescriptionNameFactory.createNameSpace
(GenericName name, Map<String, ?> properties) Creates a namespace having the given name and separators.GenericName.push
(GenericName scope) Returns this name expanded with the specified scope.