Uses of Interface
org.opengis.util.LocalName

Packages that use LocalName
org.opengis.util A set of utilities classes and interfaces for OpenGIS interfaces. 
 

Uses of LocalName in org.opengis.util
 

Subinterfaces of LocalName in org.opengis.util
 interface MemberName
          The name to identify a member of a record.
 interface TypeName
          The name of an attribute type.
 

Methods in org.opengis.util that return LocalName
 LocalName GenericName.asLocalName()
          Deprecated. Renamed as GenericName.name().
 LocalName NameFactory.createLocalName(GenericName scope, String name, InternationalString localizedName)
          Creates a local name from a scope and a name.
 LocalName RecordSchema.getSchemaName()
          Returns the schema name.
 LocalName ScopedName.head()
          Returns the head of this scoped name.
 LocalName ScopedName.name()
          Returns the last element in the sequence of parsed names.
 LocalName LocalName.name()
          Returns this since this object is already a local name.
 LocalName GenericName.name()
          Returns the last element in the sequence of parsed names.
 

Methods in org.opengis.util that return types with arguments of type LocalName
 List<LocalName> LocalName.getParsedNames()
          Returns the sequence of local name for this generic name.
 List<LocalName> GenericName.getParsedNames()
          Returns the sequence of local names making this generic name.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.