Uses of Interface
org.opengis.util.ScopedName

Packages that use ScopedName
org.geotools.referencing Reference systems implementation. 
org.geotools.util Contains utilities and addition to the collection framework. 
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.geotools.referencing
 

Methods in org.geotools.referencing that return ScopedName
 ScopedName NamedIdentifier.asScopedName()
          Deprecated. Replaced by NamedIdentifier.toFullyQualifiedName().
 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
 class ScopedName
          Fully qualified identifier for an object.
 

Methods in org.geotools.util that return ScopedName
 ScopedName ScopedName.asScopedName()
          Deprecated. Replaced by ScopedName.toFullyQualifiedName().
abstract  ScopedName GenericName.asScopedName()
          Deprecated. Replaced by GenericName.toFullyQualifiedName().
 ScopedName LocalName.asScopedName()
          Deprecated. Replaced by LocalName.toFullyQualifiedName().
 ScopedName ScopedName.push(GenericName scope)
          Returns this name expanded with the specified scope.
 ScopedName LocalName.push(GenericName scope)
          Returns this name expanded with the specified scope.
 

Uses of ScopedName in org.opengis.util
 

Methods in org.opengis.util that return ScopedName
 ScopedName NameFactory.createScopedName(GenericName scope, String name, InternationalString localizedName)
          Deprecated. Replaced by createNameSpace for the scope argument, and parseGenericName for the name and localized name arguments.
 ScopedName GenericName.push(GenericName scope)
          Returns this name expanded with the specified scope.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.