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 |
---|---|
ScopedName |
NamedIdentifier.asScopedName()
Deprecated.
Replaced by
NamedIdentifier.toFullyQualifiedName() . |
ScopedName |
NamedIdentifier.push(GenericName scope)
Returns this name expanded with the specified scope.
|
Modifier and Type | Class and Description |
---|---|
class |
ScopedName
Fully qualified identifier for an object.
|
Modifier and Type | Method and Description |
---|---|
abstract ScopedName |
GenericName.asScopedName()
Deprecated.
Replaced by
GenericName.toFullyQualifiedName() . |
ScopedName |
ScopedName.asScopedName()
Deprecated.
Replaced by
ScopedName.toFullyQualifiedName() . |
ScopedName |
LocalName.asScopedName()
Deprecated.
Replaced by
LocalName.toFullyQualifiedName() . |
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.
|
Modifier and Type | Method and Description |
---|---|
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.