Uses of Interface
org.opengis.util.ScopedName
-
Packages that use ScopedName 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 ScopedName in org.opengis.test
Methods in org.opengis.test with parameters of type ScopedName Modifier and Type Method Description void
ValidatorContainer. validate(ScopedName object)
Tests the conformance of the given object.static void
Validators. validate(ScopedName object)
Tests the conformance of the given object. -
Uses of ScopedName in org.opengis.test.util
Methods in org.opengis.test.util with parameters of type ScopedName Modifier and Type Method Description void
NameValidator. validate(ScopedName object)
Ensures that ISO 19103 or GeoAPI restrictions apply. -
Uses of ScopedName in org.opengis.util
Methods in org.opengis.util that return ScopedName Modifier and Type Method Description ScopedName
GenericName. push(GenericName scope)
Returns this name expanded with the specified scope.
-