Uses of Class
org.apache.sis.util.iso.AbstractName
-
Packages that use AbstractName Package Description org.apache.sis.util.iso Implementations of GeoAPI types from theorg.opengis.util
package. -
-
Uses of AbstractName in org.apache.sis.util.iso
Subclasses of AbstractName in org.apache.sis.util.iso Modifier and Type Class Description class
DefaultLocalName
Identifier within a name space for a local object.class
DefaultMemberName
The name to identify a member of a record.class
DefaultScopedName
class
DefaultTypeName
The name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return AbstractName Modifier and Type Method Description static AbstractName
AbstractName. castOrCopy(GenericName object)
Returns a SIS name implementation with the values of the given arbitrary implementation.
-