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 |
---|---|
NameSpace |
NamedIdentifier.scope()
Returns the scope (name space) in which this name is local.
|
Modifier and Type | Method and Description |
---|---|
NameSpace |
GenericName.scope()
Returns the scope (name space) in which this name is local.
|
NameSpace |
LocalName.scope()
Returns the scope (name space) in which this name is local.
|
Modifier and Type | Method and Description |
---|---|
NameSpace |
NameFactory.createNameSpace(GenericName name,
String headSeparator,
String separator)
Creates a namespace having the given name and separators.
|
NameSpace |
GenericName.scope()
Returns the scope (name space) in which this name is local.
|
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.
|
LocalName |
NameFactory.createLocalName(NameSpace scope,
CharSequence name)
Creates a local name from the given character sequence.
|
GenericName |
NameFactory.parseGenericName(NameSpace scope,
CharSequence name)
Constructs a generic name from a qualified name.
|
Copyright © 1996–2019 Geotools. All rights reserved.