Uses of Class
org.apache.sis.util.iso.DefaultLocalName
-
Packages that use DefaultLocalName Package Description org.apache.sis.util.iso Implementations of GeoAPI types from theorg.opengis.utilpackage. -
-
Uses of DefaultLocalName in org.apache.sis.util.iso
Subclasses of DefaultLocalName in org.apache.sis.util.iso Modifier and Type Class Description classDefaultMemberNameThe name to identify a member of a record.classDefaultTypeNameThe name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return DefaultLocalName Modifier and Type Method Description static DefaultLocalNameDefaultLocalName. castOrCopy(LocalName object)Returns a SIS local name implementation with the values of the given arbitrary implementation.Methods in org.apache.sis.util.iso that return types with arguments of type DefaultLocalName Modifier and Type Method Description List<DefaultLocalName>DefaultLocalName. getParsedNames()Returns the sequence of local name for this name.
-