Uses of Interface
org.opengis.util.NameSpace
-
Packages that use NameSpace Package Description org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.util Validators and test suites for theorg.opengis.util
package.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.test
Methods in org.opengis.test with parameters of type NameSpace Modifier and Type Method Description void
ValidatorContainer. validate(NameSpace object)
Tests the conformance of the given object.static void
Validators. validate(NameSpace object)
Tests the conformance of the given object. -
Uses of NameSpace in org.opengis.test.util
Methods in org.opengis.test.util that return NameSpace Modifier and Type Method Description private NameSpace
NameTest. createNameSpace(GenericName name, java.lang.String headSeparator, java.lang.String separator)
Creates a namespace having the given name and separator.Methods in org.opengis.test.util with parameters of type NameSpace Modifier and Type Method Description void
NameValidator. validate(NameSpace object)
Ensures that ISO 19103 or GeoAPI restrictions apply. -
Uses of NameSpace in org.opengis.util
Methods in org.opengis.util that return NameSpace Modifier and Type Method Description NameSpace
NameFactory. createNameSpace(GenericName name, java.util.Map<java.lang.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 Modifier and Type Method Description GenericName
NameFactory. createGenericName(NameSpace scope, java.lang.CharSequence... parsedNames)
Creates a local or scoped name from an array of parsed names.LocalName
NameFactory. createLocalName(NameSpace scope, java.lang.CharSequence name)
Creates a local name from the given character sequence.TypeName
NameFactory. createTypeName(NameSpace scope, java.lang.CharSequence name)
Creates a type name from the given character sequence.GenericName
NameFactory. parseGenericName(NameSpace scope, java.lang.CharSequence name)
Constructs a generic name from a qualified name.
-