|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameSpace | |
---|---|
org.opengis.util | A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. |
Uses of NameSpace in org.opengis.util |
---|
Methods in org.opengis.util that return NameSpace | |
---|---|
NameSpace |
NameFactory.createNameSpace(GenericName name,
Map<String,?> properties)
Creates a namespace having the given name and separators. |
NameSpace |
GenericName.scope()
Returns the scope (name space) in which this name is local. |
Methods in org.opengis.util with parameters of type NameSpace | |
---|---|
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. |
TypeName |
NameFactory.createTypeName(NameSpace scope,
CharSequence name)
Creates a type name from the given character sequence. |
GenericName |
NameFactory.parseGenericName(NameSpace scope,
CharSequence name)
Constructs a generic name from a qualified name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |