|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericName | |
---|---|
org.opengis.metadata.content | Content information (includes Feature catalogue and Coverage descriptions). |
org.opengis.referencing | Reference systems. |
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 | |
---|---|
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 | |
---|---|
Collection<GenericName> |
IdentifiedObject.getAlias()
An alternative name by which this object is identified. |
Uses of GenericName in org.opengis.util |
---|
Subinterfaces of GenericName in org.opengis.util | |
---|---|
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 | |
---|---|
GenericName |
NameFactory.createGenericName(NameSpace scope,
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,
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 | |
---|---|
NameSpace |
NameFactory.createNameSpace(GenericName name,
Map<String,?> properties)
Creates a namespace having the given name and separators. |
ScopedName |
GenericName.push(GenericName scope)
Returns this name expanded with the specified scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |