Uses of Interface
org.opengis.util.LocalName
- 
Packages that use LocalName Package Description org.opengis.metadata.distribution Information concerning the distributor of, and options for obtaining, a resource.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 Modifier and Type Method Description default 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 Modifier and Type Interface Description interfaceMemberNameThe name to identify a member of a record.interfaceTypeNameMethods in org.opengis.util that return LocalName Modifier and Type Method Description LocalNameNameFactory. createLocalName(NameSpace scope, CharSequence name)Creates a local name from the given character sequence.LocalNameRecordSchema. getSchemaName()Returns the schema name.LocalNameGenericName. head()Returns the first element in the sequence of parsed names.LocalNameLocalName. head()Returnsthissince this object is already a local name.LocalNameScopedName. head()Returns the first element in the sequence of parsed names.LocalNameGenericName. tip()Returns the last element in the sequence of parsed names.LocalNameLocalName. tip()Returnsthissince this object is already a local name.LocalNameScopedName. tip()Returns the last element in the sequence of parsed names.Methods in org.opengis.util that return types with arguments of type LocalName Modifier and Type Method Description List<? extends LocalName>GenericName. getParsedNames()Returns the sequence of local names making this generic name.List<? extends LocalName>LocalName. getParsedNames()Returns a singleton containing onlythis, since this name is itself a local name. 
 -