Uses of Interface
org.opengis.util.GenericName
- 
Packages that use GenericName Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon.org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset.org.opengis.metadata.identification Information to uniquely identify the data or service.org.opengis.referencing Base interfaces for 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.opengis.feature
Methods in org.opengis.feature that return GenericName Modifier and Type Method Description GenericNameAttribute. getName()Returns the name of this attribute as defined by its type.GenericNameAttributeType. getName()Returns the name of this attribute type.GenericNameFeatureAssociation. getName()Returns the name of this association as defined by its role.GenericNameFeatureAssociationRole. getName()Returns the name of this association role.GenericNameFeatureType. getName()Returns the name of this feature type.GenericNameIdentifiedType. getName()Returns the name of this type.GenericNameProperty. getName()Returns the name of this property. - 
Uses of GenericName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return GenericName Modifier and Type Method Description GenericNameFeatureTypeInfo. getFeatureTypeName()Name of the feature type.Methods in org.opengis.metadata.content that return types with arguments of type GenericName Modifier and Type Method Description default Collection<? extends GenericName>FeatureCatalogueDescription. getFeatureTypes()Deprecated.As of ISO 19115:2014, replaced byFeatureCatalogueDescription.getFeatureTypeInfo(). - 
Uses of GenericName in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return GenericName Modifier and Type Method Description GenericNameServiceIdentification. getServiceType()A service type name. - 
Uses of GenericName in org.opengis.referencing
Methods in org.opengis.referencing that return types with arguments of type GenericName Modifier and Type Method Description default Collection<GenericName>IdentifiedObject. getAlias()Alternative names by which this object is identified. - 
Uses of GenericName in org.opengis.util
Subinterfaces of GenericName in org.opengis.util Modifier and Type Interface Description interfaceLocalNameIdentifier within a name space for a local object.interfaceMemberNameThe name to identify a member of a record.interfaceScopedNameA composite of aLocalName(as head) for locating another name space, and aGenericName(as tail) valid in that name space.interfaceTypeNameMethods in org.opengis.util that return GenericName Modifier and Type Method Description GenericNameNameFactory. createGenericName(NameSpace scope, CharSequence... parsedNames)Creates a local or scoped name from an array of parsed names.GenericNameNameSpace. name()Represents the identifier of this namespace.GenericNameNameFactory. parseGenericName(NameSpace scope, CharSequence name)Constructs a generic name from a qualified name.GenericNameScopedName. path()Returns every elements in the sequence parsed names except for the tip.GenericNameScopedName. tail()Returns every elements in the sequence of parsed names except for the head.GenericNameGenericName. toFullyQualifiedName()Returns a view of this name as a fully-qualified name.Methods in org.opengis.util with parameters of type GenericName Modifier and Type Method Description intGenericName. compareTo(GenericName other)Compares this name with an other name for order.NameSpaceNameFactory. createNameSpace(GenericName name, Map<String,?> properties)Creates a namespace having the given name and separators.ScopedNameGenericName. push(GenericName scope)Returns this name expanded with the specified scope. 
 -