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.utilpackage.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 voidValidatorContainer. validate(NameSpace object)Tests the conformance of the given object.static voidValidators. 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 NameSpaceNameTest. 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 voidNameValidator. 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 NameSpaceNameFactory. createNameSpace(GenericName name, java.util.Map<java.lang.String,?> properties)Creates a namespace having the given name and separators.NameSpaceGenericName. 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 GenericNameNameFactory. createGenericName(NameSpace scope, java.lang.CharSequence... parsedNames)Creates a local or scoped name from an array of parsed names.LocalNameNameFactory. createLocalName(NameSpace scope, java.lang.CharSequence name)Creates a local name from the given character sequence.TypeNameNameFactory. createTypeName(NameSpace scope, java.lang.CharSequence name)Creates a type name from the given character sequence.GenericNameNameFactory. parseGenericName(NameSpace scope, java.lang.CharSequence name)Constructs a generic name from a qualified name.
-