Uses of Interface
org.opengis.util.GenericName
-
Packages that use GenericName Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.referencing org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.util Validators and test suites for theorg.opengis.util
package.org.opengis.util 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 GenericName Modifier and Type Method Description java.util.Collection<? 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 GenericName Modifier and Type Method Description java.util.Collection<GenericName>
IdentifiedObject. 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 GenericName Modifier and Type Method Description 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 GenericName Modifier and Type Method Description private NameSpace
NameTest. createNameSpace(GenericName name, java.lang.String headSeparator, java.lang.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, java.util.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.util Modifier and Type Interface Description interface
LocalName
Identifier within a name space for a local object.interface
MemberName
The name to identify a member of a record.interface
ScopedName
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
TypeName
The name of an attribute type.Methods in org.opengis.util that return GenericName Modifier and Type Method Description GenericName
NameFactory. createGenericName(NameSpace scope, java.lang.CharSequence... parsedNames)
Creates a local or scoped name from an array of parsed names.GenericName
NameSpace. name()
Represents the identifier of this namespace.GenericName
NameFactory. parseGenericName(NameSpace scope, java.lang.CharSequence name)
Constructs a generic name from a qualified name.GenericName
ScopedName. path()
Returns every elements of the parsed names list except for the tip.GenericName
ScopedName. tail()
Returns every elements of the parsed names list except for the head.GenericName
GenericName. toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.Methods in org.opengis.util with parameters of type GenericName Modifier and Type Method Description NameSpace
NameFactory. createNameSpace(GenericName name, java.util.Map<java.lang.String,?> properties)
Creates a namespace having the given name and separators.ScopedName
GenericName. push(GenericName scope)
Returns this name expanded with the specified scope.
-