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.utilpackage. -
-
Uses of AbstractName in org.apache.sis.util.iso
Subclasses of AbstractName in org.apache.sis.util.iso Modifier and Type Class Description classDefaultLocalNameIdentifier within a name space for a local object.classDefaultMemberNameThe name to identify a member of a record.classDefaultScopedNameclassDefaultTypeNameThe 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 AbstractNameAbstractName. castOrCopy(GenericName object)Returns a SIS name implementation with the values of the given arbitrary implementation.
-