Package | Description |
---|---|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.util |
Contains utilities and addition to the collection framework.
|
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 |
---|---|
LocalName |
NamedIdentifier.asLocalName()
Deprecated.
Replaced by
NamedIdentifier.tip() . |
LocalName |
NamedIdentifier.head()
Returns the first element in the sequence of parsed names.
|
LocalName |
NamedIdentifier.name()
Deprecated.
Replaced by
NamedIdentifier.tip() . |
LocalName |
NamedIdentifier.tip()
Returns the last element in the sequence of parsed names.
|
Modifier and Type | Method and Description |
---|---|
List<LocalName> |
NamedIdentifier.getParsedNames()
Returns the sequence of local names making this generic name.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalName
Identifier within a name space for a local object.
|
class |
MemberNameImpl
The name to identify a member of a record.
|
Modifier and Type | Method and Description |
---|---|
LocalName |
GenericName.asLocalName()
Deprecated.
Renamed as
GenericName.tip() . |
LocalName |
GenericName.head()
Returns the first element in the sequence of parsed names.
|
LocalName |
ScopedName.head()
Returns the head of this scoped name.
|
LocalName |
LocalName.head()
Since this object is already a local name, this method always returns
this . |
LocalName |
GenericName.name()
Deprecated.
Renamed as
GenericName.tip() . |
LocalName |
GenericName.tip()
Returns the last element in the sequence of parsed names.
|
LocalName |
ScopedName.tip()
Returns a view of this object as a local name.
|
LocalName |
LocalName.tip()
Since this object is already a local name, this method always returns
this . |
Modifier and Type | Method and Description |
---|---|
abstract List<LocalName> |
GenericName.getParsedNames()
Returns the sequence of local names making this generic name.
|
List<LocalName> |
ScopedName.getParsedNames()
Returns the sequence of local name for this generic name.
|
List<LocalName> |
LocalName.getParsedNames()
Returns the sequence of local name for this generic name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemberName
The name to identify a member of a record.
|
interface |
TypeName
The name of an attribute type.
|
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. |
LocalName |
NameFactory.createLocalName(NameSpace scope,
CharSequence name)
Creates a local name from the given character sequence.
|
LocalName |
RecordSchema.getSchemaName()
Returns the schema name.
|
LocalName |
GenericName.head()
Returns the first element in the sequence of parsed names.
|
LocalName |
ScopedName.head()
Returns the first element in the sequence of parsed names.
|
LocalName |
LocalName.head()
Returns
this since this object is already a local name. |
LocalName |
GenericName.name()
Deprecated.
Renamed as
GenericName.tip() . |
LocalName |
GenericName.tip()
Returns the last element in the sequence of parsed names.
|
LocalName |
ScopedName.tip()
Returns the last element in the sequence of parsed names.
|
LocalName |
LocalName.tip()
Returns
this since this object is already a local name. |
Modifier and Type | Method and Description |
---|---|
List<? extends LocalName> |
GenericName.getParsedNames()
Returns the sequence of local names making this generic name.
|
List<? extends LocalName> |
LocalName.getParsedNames()
Returns the sequence of local name.
|
Copyright © 1996–2019 Geotools. All rights reserved.