Uses of Interface
org.opengis.util.GenericName
Packages that use GenericName
Package
Description
Content information
(includes Feature catalogue and Coverage descriptions).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.util
package.A set of base types from ISO 19103
which can not 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.test
Methods in org.opengis.test with parameters of type GenericNameModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GenericName object) Tests the conformance of the given object.static void
Validators.validate
(GenericName object) Tests the conformance of the given object. -
Uses of GenericName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type GenericNameModifier and TypeMethodDescriptionprivate NameSpace
NameTest.createNameSpace
(GenericName name, String headSeparator, String separator) Creates a namespace having the given name and separator.void
NameValidator.dispatch
(GenericName object) Dispatches toNameValidator.validate(LocalName)
orNameValidator.validate(ScopedName)
.private void
NameValidator.validate
(GenericName object, List<? extends LocalName> parsedNames) Performs some tests that are common to all subclasses ofGenericName
. -
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.