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 ScopedName
GenericName. 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 ScopedName
NamedIdentifier. 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 class
ScopedName
Fully qualified identifier for an object.Methods in org.geotools.util that return ScopedName Modifier and Type Method Description ScopedName
LocalName. push(GenericName scope)
Returns this name expanded with the specified scope.ScopedName
ScopedName. push(GenericName scope)
Returns this name expanded with the specified scope.
-