Uses of Interface
org.opengis.util.NameSpace
Packages that use NameSpace
Package
Description
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.util
package.A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of NameSpace in org.opengis.test
Methods in org.opengis.test with parameters of type NameSpace -
Uses of NameSpace in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type NameSpace -
Uses of NameSpace in org.opengis.util
Methods in org.opengis.util that return NameSpaceModifier and TypeMethodDescriptionNameFactory.createNameSpace
(GenericName name, Map<String, ?> properties) Creates a namespace having the given name and separators.GenericName.scope()
Returns the scope (name space) in which this name is local.Methods in org.opengis.util with parameters of type NameSpaceModifier and TypeMethodDescriptionNameFactory.createGenericName
(NameSpace scope, CharSequence... parsedNames) Creates a local or scoped name from an array of parsed names.NameFactory.createLocalName
(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.NameFactory.createMemberName
(NameSpace scope, CharSequence name, TypeName attributeType) Creates a member name from the given character sequence and attribute type.NameFactory.createTypeName
(NameSpace scope, CharSequence name) Creates a type name from the given character sequence and automatically inferred Java type.NameFactory.createTypeName
(NameSpace scope, CharSequence name, Type javaType) Creates a type name from the given character sequence and explicit Java type.NameFactory.parseGenericName
(NameSpace scope, CharSequence name) Constructs a generic name from a qualified name.