Uses of Interface
org.geotools.api.util.ScopedName
- 
Packages that use ScopedName Package Description org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.org.geotools.referencing Reference systems implementation.org.geotools.util Contains utilities and addition to the collection framework. - 
- 
Uses of ScopedName in org.geotools.api.util
Methods in org.geotools.api.util that return ScopedName Modifier and Type Method Description ScopedNameGenericName. push(GenericName scope)Returns this name expanded with the specified scope. - 
Uses of ScopedName in org.geotools.referencing
Methods in org.geotools.referencing that return ScopedName Modifier and Type Method Description ScopedNameNamedIdentifier. push(GenericName scope)Returns this name expanded with the specified scope. - 
Uses of ScopedName in org.geotools.util
Classes in org.geotools.util that implement ScopedName Modifier and Type Class Description classScopedNameFully qualified identifier for an object.Methods in org.geotools.util that return ScopedName Modifier and Type Method Description ScopedNameLocalName. push(GenericName scope)Returns this name expanded with the specified scope.ScopedNameScopedName. push(GenericName scope)Returns this name expanded with the specified scope. 
 -