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.utilpackage.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 voidValidatorContainer. validate(ScopedName object)Tests the conformance of the given object.static voidValidators. 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 voidNameValidator. 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 ScopedNameGenericName. push(GenericName scope)Returns this name expanded with the specified scope.
-