Uses of Interface
org.opengis.util.LocalName

Packages that use LocalName
org.opengis.metadata.distribution Distribution information. 
org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. 
 

Uses of LocalName in org.opengis.metadata.distribution
 

Methods in org.opengis.metadata.distribution that return types with arguments of type LocalName
 Collection<? extends LocalName> DataFile.getFeatureTypes()
          Provides the list of feature types concerned by the transfer data file.
 

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 NameFactory.createLocalName(NameSpace scope, CharSequence name)
          Creates a local name from the given character sequence.
 LocalName RecordSchema.getSchemaName()
          Returns the schema name.
 LocalName GenericName.head()
          Returns the first element in the sequence of parsed names.
 LocalName ScopedName.head()
          Returns the first element in the sequence of parsed names.
 LocalName LocalName.head()
          Returns this since this object is already a local name.
 LocalName GenericName.tip()
          Returns the last element in the sequence of parsed names.
 LocalName ScopedName.tip()
          Returns the last element in the sequence of parsed names.
 LocalName LocalName.tip()
          Returns this since this object is already a local name.
 

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



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