|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameFactory
Factory for generic names and international strings.
| Method Summary | |
|---|---|
InternationalString |
createInternationalString(Map<Locale,String> strings)
Creates an international string from a set of strings in different locales. |
LocalName |
createLocalName(GenericName scope,
String name,
InternationalString localizedName)
Creates a local name from a scope and a name. |
ScopedName |
createScopedName(GenericName scope,
String name,
InternationalString localizedName)
Creates a scoped name from a scope and a name. |
| Method Detail |
|---|
InternationalString createInternationalString(Map<Locale,String> strings)
strings - String value for each locale key.
LocalName createLocalName(GenericName scope,
String name,
InternationalString localizedName)
createScopedName(…same
parameters…), except that methods like
getParsedNames() and toString()
do not include the scope.
scope - The scope to be returned by LocalName.getScope(), or null if none.name - The unlocalized name.localizedName - A localized version of the name.
ScopedName createScopedName(GenericName scope,
String name,
InternationalString localizedName)
createLocalName(…same
parameters…), except that methods like
getParsedNames() and toString()
include the scope.
scope - The scope to be returned by ScopedName.getScope().name - The unlocalized name.localizedName - A localized version of the name.
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |