Uses of Interface
org.opengis.util.GenericName

Packages that use GenericName
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.content Content information implementation. 
org.geotools.parameter Parameter implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.temporal.reference   
org.geotools.util Contains utilities and addition to the collection framework. 
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
org.opengis.referencing Reference systems
org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. 
 

Uses of GenericName in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return types with arguments of type GenericName
 Collection<GenericName> FeatureCatalogueDescriptionImpl.getFeatureTypes()
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Method parameters in org.geotools.metadata.iso with type arguments of type GenericName
 void FeatureCatalogueDescriptionImpl.setFeatureTypes(Collection<? extends GenericName> newValues)
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Uses of GenericName in org.geotools.metadata.iso.content
 

Methods in org.geotools.metadata.iso.content that return types with arguments of type GenericName
 Collection<GenericName> FeatureCatalogueDescriptionImpl.getFeatureTypes()
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Method parameters in org.geotools.metadata.iso.content with type arguments of type GenericName
 void FeatureCatalogueDescriptionImpl.setFeatureTypes(Collection<? extends GenericName> newValues)
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Uses of GenericName in org.geotools.parameter
 

Methods in org.geotools.parameter that return types with arguments of type GenericName
 Collection<GenericName> MatrixParameters.getAlias()
          Forward the call to the matrix parameter descriptors specified at construction time.
 

Uses of GenericName in org.geotools.referencing
 

Classes in org.geotools.referencing that implement GenericName
 class NamedIdentifier
          An identification of a CRS object.
 

Fields in org.geotools.referencing declared as GenericName
static GenericName[] AbstractIdentifiedObject.EMPTY_ALIAS_ARRAY
          An empty array of alias.
 

Methods in org.geotools.referencing that return GenericName
 GenericName NamedIdentifier.getScope()
          Deprecated. Replaced by NamedIdentifier.scope().
 GenericName NamedIdentifier.toFullyQualifiedName()
          Returns a view of this name as a fully-qualified name.
 

Methods in org.geotools.referencing that return types with arguments of type GenericName
 Collection<GenericName> AbstractIdentifiedObject.getAlias()
          An alternative name by which this object is identified.
 

Methods in org.geotools.referencing with parameters of type GenericName
 int NamedIdentifier.compareTo(GenericName object)
          Compares this name with the specified object for order.
 ScopedName NamedIdentifier.push(GenericName scope)
          Returns this name expanded with the specified scope.
 

Uses of GenericName in org.geotools.temporal.reference
 

Methods in org.geotools.temporal.reference that return types with arguments of type GenericName
 Collection<GenericName> DefaultTemporalReferenceSystem.getAlias()
           
 

Uses of GenericName in org.geotools.util
 

Classes in org.geotools.util that implement GenericName
 class GenericName
          Base class for generic scoped and local name structure for type and attribute name in the context of name spaces.
 class LocalName
          Identifier within a name space for a local object.
 class MemberNameImpl
          The name to identify a member of a record.
 class ScopedName
          Fully qualified identifier for an object.
 

Methods in org.geotools.util that return GenericName
static GenericName NameFactory.create(CharSequence[] names)
          Constructs a generic name from an array of local names and the default separator character.
static GenericName NameFactory.create(CharSequence[] names, char separator)
          Constructs a generic name from an array of local names and the specified separator character.
static GenericName NameFactory.create(String name)
          Constructs a generic name from a fully qualified name and the default separator character.
static GenericName NameFactory.create(String name, char separator)
          Constructs a generic name from a fully qualified name and the specified separator character.
 GenericName ScopedName.getScope()
          Deprecated. Replaced by GenericName.scope().
abstract  GenericName GenericName.getScope()
          Deprecated. Replaced by GenericName.scope().
 GenericName LocalName.getScope()
          Deprecated. Replaced by LocalName.scope().
 GenericName ScopedName.path()
          Returns a name which contains every element of the parsed names list except for the last element.
 GenericName ScopedName.tail()
          Returns the tail of this scoped name.
static GenericName[] NameFactory.toArray(Object value)
          Returns the specified name in an array.
 GenericName ScopedName.toFullyQualifiedName()
          Returns a view of this name as a fully-qualified name.
 GenericName LocalName.toFullyQualifiedName()
          Returns a view of this name as a fully-qualified name.
 

Methods in org.geotools.util with parameters of type GenericName
 int GenericName.compareTo(GenericName that)
          Compares this name with the specified object for order.
 int LocalName.compareTo(GenericName object)
          Compares this name with the specified object for order.
 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.
 

Constructors in org.geotools.util with parameters of type GenericName
ScopedName(GenericName scope, char separator, CharSequence name)
          Constructs a scoped name from the specified international string.
ScopedName(GenericName scope, CharSequence name)
          Constructs a scoped name from the specified international string.
 

Uses of GenericName in org.opengis.metadata.content
 

Methods in org.opengis.metadata.content that return types with arguments of type GenericName
 Collection<? extends GenericName> FeatureCatalogueDescription.getFeatureTypes()
          Subset of feature types from cited feature catalogue occurring in dataset.
 

Uses of GenericName in org.opengis.referencing
 

Methods in org.opengis.referencing that return types with arguments of type GenericName
 Collection<GenericName> IdentifiedObject.getAlias()
          An alternative name by which this object is identified.
 

Uses of GenericName in org.opengis.util
 

Subinterfaces of GenericName in org.opengis.util
 interface LocalName
          Identifier within a name space for a local object.
 interface MemberName
          The name to identify a member of a record.
 interface ScopedName
          A composite of a local name (as head) for locating another name space, and a generic name (as tail) valid in that name space.
 interface TypeName
          The name of an attribute type.
 

Methods in org.opengis.util that return GenericName
 GenericName NameFactory.createGenericName(NameSpace scope, CharSequence[] parsedNames)
          Creates a local or scoped name from an array of parsed names.
 GenericName NameSpace.name()
          Represents the identifier of this namespace.
 GenericName NameFactory.parseGenericName(NameSpace scope, CharSequence name)
          Constructs a generic name from a qualified name.
 GenericName ScopedName.path()
          Returns every elements of the parsed names list except for the tip.
 GenericName ScopedName.tail()
          Returns every elements of the parsed names list except for the head.
 GenericName GenericName.toFullyQualifiedName()
          Returns a view of this name as a fully-qualified name.
 

Methods in org.opengis.util that return types with arguments of type GenericName
 Set<GenericName> NameSpace.getNames()
          Deprecated. Not implementable in a simple naming system. We may create a Register subclass (or something similar) later for this kind of job.
 

Methods in org.opengis.util with parameters of type GenericName
 LocalName NameFactory.createLocalName(GenericName scope, String name, InternationalString localizedName)
          Deprecated. Replaced by createNameSpace for the scope argument, and createLocalName for the name and localized name arguments.
 NameSpace NameFactory.createNameSpace(GenericName name, String headSeparator, String separator)
          Creates a namespace having the given name and separators.
 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.