Uses of Class
org.apache.sis.util.iso.AbstractName
Packages that use AbstractName
Package
Description
Implementations of GeoAPI types from the
org.opengis.util
package.-
Uses of AbstractName in org.apache.sis.util.iso
Subclasses of AbstractName in org.apache.sis.util.isoModifier and TypeClassDescriptionclass
Identifier within a name space for a local object.class
The name to identify a member of a record.class
class
The name of an attribute type associated to a member name.Fields in org.apache.sis.util.iso declared as AbstractNameModifier and TypeFieldDescriptionprivate AbstractName
DefaultNameSpace.path
The fully qualified name for this namespace.Methods in org.apache.sis.util.iso that return AbstractNameModifier and TypeMethodDescriptionstatic AbstractName
AbstractName.castOrCopy
(org.opengis.util.GenericName object) Returns a SIS name implementation with the values of the given arbitrary implementation.(package private) static AbstractName
DefaultScopedName.create
(UnmodifiableArrayList<? extends DefaultLocalName> names) Creates a new scoped names from the given list of local names.