Uses of Interface
org.opengis.util.LocalName
Packages that use LocalName
Package
Description
Information about the options for obtaining a resource (data or service).
Base classes for reference systems used for general positioning.
Implementations of GeoAPI types from the
org.opengis.util package.Distribution information.
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of LocalName in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return types with arguments of type LocalNameModifier and TypeMethodDescriptionDefaultDataFile.getFeatureTypes()Returns the list of feature types concerned by the transfer data file.Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type LocalNameModifier and TypeMethodDescriptionvoidDefaultDataFile.setFeatureTypes(Collection<? extends LocalName> newValues) Sets the list of feature types concerned by the transfer data file. -
Uses of LocalName in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return LocalNameModifier and TypeMethodDescriptionNamedIdentifier.head()Returns the first element in the sequence of parsed names.NamedIdentifier.tip()The last element in the sequence of parsed names.Methods in org.apache.sis.referencing that return types with arguments of type LocalNameModifier and TypeMethodDescriptionNamedIdentifier.getParsedNames()Returns the sequence of local names making this generic name. -
Uses of LocalName in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement LocalNameModifier and TypeClassDescriptionclassIdentifier within a name space for a local object.classThe name to identify a member of a record.classThe name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return LocalNameModifier and TypeMethodDescriptionDefaultNameFactory.createLocalName(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.static LocalNameNames.createLocalName(CharSequence namespace, String separator, CharSequence localPart) Creates a name which is local in the given namespace.DefaultRecordSchema.getSchemaName()Returns the schema name.AbstractName.head()Returns the first element in the sequence of parsed names.final LocalNameDefaultLocalName.head()Returnsthissince this object is already a local name.AbstractName.tip()Returns the last element in the sequence of parsed names.final LocalNameDefaultLocalName.tip()Returnsthissince this object is already a local name.Methods in org.apache.sis.util.iso that return types with arguments of type LocalNameModifier and TypeMethodDescriptionAbstractName.getParsedNames()Returns the sequence of local names making this generic name.DefaultScopedName.getParsedNames()Returns the sequence of local name for this generic name.Methods in org.apache.sis.util.iso with parameters of type LocalNameModifier and TypeMethodDescriptionstatic DefaultLocalNameDefaultLocalName.castOrCopy(LocalName object) Returns a SIS local name implementation with the values of the given arbitrary implementation. -
Uses of LocalName in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type LocalNameModifier and TypeMethodDescriptionCollection<? 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.utilModifier and TypeInterfaceDescriptioninterfaceThe name to identify a member of a record.interfaceThe name of an attribute type.Methods in org.opengis.util that return LocalNameModifier and TypeMethodDescriptionNameFactory.createLocalName(NameSpace scope, CharSequence name) Creates a local name from the given character sequence.RecordSchema.getSchemaName()Returns the schema name.GenericName.head()Returns the first element in the sequence of parsed names.LocalName.head()Returnsthissince this object is already a local name.ScopedName.head()Returns the first element in the sequence of parsed names.GenericName.tip()Returns the last element in the sequence of parsed names.LocalName.tip()Returnsthissince this object is already a local name.ScopedName.tip()Returns the last element in the sequence of parsed names.Methods in org.opengis.util that return types with arguments of type LocalNameModifier and TypeMethodDescriptionGenericName.getParsedNames()Returns the sequence of local names making this generic name.LocalName.getParsedNames()Returns the sequence of local name.