Uses of Interface
org.opengis.util.GenericName
Packages that use GenericName
Package
Description
Defines the structure and content of views of real-world phenomenon.
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
Information to uniquely identify the data or service.
Base interfaces for reference systems by coordinates or by identifiers.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.util
package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of GenericName in org.opengis.feature
Methods in org.opengis.feature that return GenericNameModifier and TypeMethodDescriptionAttribute.getName()
Returns the name of this attribute as defined by its type.AttributeType.getName()
Returns the name of this attribute type.FeatureAssociation.getName()
Returns the name of this association as defined by its role.FeatureAssociationRole.getName()
Returns the name of this association role.FeatureType.getName()
Returns the name of this feature type.IdentifiedType.getName()
Returns the name of this type.Property.getName()
Returns the name of this property. -
Uses of GenericName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return GenericNameMethods in org.opengis.metadata.content that return types with arguments of type GenericNameModifier and TypeMethodDescriptiondefault Collection
<? extends GenericName> FeatureCatalogueDescription.getFeatureTypes()
Deprecated. -
Uses of GenericName in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return GenericName -
Uses of GenericName in org.opengis.referencing
Methods in org.opengis.referencing that return types with arguments of type GenericNameModifier and TypeMethodDescriptiondefault Collection
<GenericName> IdentifiedObject.getAlias()
Returns alternative names 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 TypeMethodDescriptionint
NameValidator.dispatch
(GenericName object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any). -
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
A name that references either an attribute slot in a record, an attribute, operation, or association role in an object instance or a type description in some schema.interface
A composite of aLocalName
(as head) for locating another name space, and aGenericName
(as tail) valid in that name space.interface
A local name that references an object type is some schema.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()
Returns the identifier of this namespace.NameFactory.parseGenericName
(NameSpace scope, CharSequence name) Constructs a generic name from a qualified name.ScopedName.path()
Returns every elements in the sequence parsed names except for the tip.ScopedName.tail()
Returns every elements in the sequence of parsed names 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 TypeMethodDescriptionint
GenericName.compareTo
(GenericName other) Compares this name with another name for order.NameFactory.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.
FeatureCatalogueDescription.getFeatureTypeInfo()
.