Package | Description |
---|---|
org.geotools.metadata.iso |
Metadata implementation.
|
org.geotools.metadata.iso.content |
Content information
implementation.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.temporal.reference | |
org.geotools.util |
Contains utilities and addition to the collection framework.
|
org.opengis.metadata.content |
Content information (includes
Feature catalogue and Coverage descriptions).
|
org.opengis.referencing | |
org.opengis.util |
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
FeatureCatalogueDescriptionImpl.getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature
catalogues.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCatalogueDescriptionImpl.setFeatureTypes(Collection<? extends GenericName> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
FeatureCatalogueDescriptionImpl.getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature
catalogues.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCatalogueDescriptionImpl.setFeatureTypes(Collection<? extends GenericName> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
MatrixParameters.getAlias()
Forward the call to the matrix parameter descriptors
specified at construction time.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedIdentifier
An identification of a CRS object.
|
Modifier and Type | Field and Description |
---|---|
static GenericName[] |
AbstractIdentifiedObject.EMPTY_ALIAS_ARRAY
An empty array of alias.
|
Modifier and Type | Method and Description |
---|---|
GenericName |
NamedIdentifier.getScope()
Deprecated.
Replaced by
NamedIdentifier.scope() . |
GenericName |
NamedIdentifier.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
AbstractIdentifiedObject.getAlias()
An alternative name by which this object is identified.
|
Modifier and Type | Method and Description |
---|---|
int |
NamedIdentifier.compareTo(GenericName object)
Compares this name with the specified object for order.
|
ScopedName |
NamedIdentifier.push(GenericName scope)
Returns this name expanded with the specified scope.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
DefaultTemporalReferenceSystem.getAlias() |
Modifier and Type | Class and Description |
---|---|
class |
GenericName
Base class for generic scoped and local name
structure for type and attribute name in the context of name spaces.
|
class |
LocalName
Identifier within a name space for a local object.
|
class |
MemberNameImpl
The name to identify a member of a record.
|
class |
ScopedName
Fully qualified identifier for an object.
|
Modifier and Type | Method and Description |
---|---|
static GenericName |
NameFactory.create(CharSequence[] names)
Constructs a generic name from an array of local names and the default separator character.
|
static GenericName |
NameFactory.create(CharSequence[] names,
char separator)
Constructs a generic name from an array of local names and the specified separator character.
|
static GenericName |
NameFactory.create(String name)
Constructs a generic name from a fully qualified name and the default separator character.
|
static GenericName |
NameFactory.create(String name,
char separator)
Constructs a generic name from a fully qualified name and the specified separator character.
|
abstract GenericName |
GenericName.getScope()
Deprecated.
Replaced by
GenericName.scope() . |
GenericName |
ScopedName.getScope()
Deprecated.
Replaced by
GenericName.scope() . |
GenericName |
LocalName.getScope()
Deprecated.
Replaced by
LocalName.scope() . |
GenericName |
ScopedName.path()
Returns a name which contains every element of the parsed names
list except for the last element.
|
GenericName |
ScopedName.tail()
Returns the tail of this scoped name.
|
static GenericName[] |
NameFactory.toArray(Object value)
Returns the specified name in an array.
|
GenericName |
ScopedName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.
|
GenericName |
LocalName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name.
|
Modifier and Type | Method and Description |
---|---|
int |
GenericName.compareTo(GenericName that)
Compares this name with the specified object for order.
|
int |
LocalName.compareTo(GenericName object)
Compares this name with the specified object for order.
|
ScopedName |
ScopedName.push(GenericName scope)
Returns this name expanded with the specified scope.
|
ScopedName |
LocalName.push(GenericName scope)
Returns this name expanded with the specified scope.
|
Constructor and Description |
---|
ScopedName(GenericName scope,
char separator,
CharSequence name)
Constructs a scoped name from the specified international string.
|
ScopedName(GenericName scope,
CharSequence name)
Constructs a scoped name from the specified international string.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends GenericName> |
FeatureCatalogueDescription.getFeatureTypes()
Subset of feature types from cited feature catalogue occurring in dataset.
|
Modifier and Type | Method and Description |
---|---|
Collection<GenericName> |
IdentifiedObject.getAlias()
An alternative name by which this object is identified.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<GenericName> |
NameSpace.getNames()
Deprecated.
Not implementable in a simple naming system. We may create a
Register
subclass (or something similar) later for this kind of job. |
Modifier and Type | Method and Description |
---|---|
LocalName |
NameFactory.createLocalName(GenericName scope,
String name,
InternationalString localizedName)
Deprecated.
Replaced by
createNameSpace for the scope argument, and
createLocalName for the name and
localized name arguments. |
NameSpace |
NameFactory.createNameSpace(GenericName name,
String headSeparator,
String separator)
Creates a namespace having the given name and separators.
|
ScopedName |
NameFactory.createScopedName(GenericName scope,
String name,
InternationalString localizedName)
Deprecated.
Replaced by
createNameSpace for the scope argument, and
parseGenericName for the name and localized name arguments. |
ScopedName |
GenericName.push(GenericName scope)
Returns this name expanded with the specified scope.
|
Copyright © 1996–2019 Geotools. All rights reserved.