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.util
package. -
-
Uses of DefaultLocalName in org.apache.sis.util.iso
Subclasses of DefaultLocalName in org.apache.sis.util.iso Modifier and Type Class Description class
DefaultMemberName
The name to identify a member of a record.class
DefaultTypeName
The 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 DefaultLocalName
DefaultLocalName. 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.
-