Uses of Class
org.apache.sis.util.iso.DefaultLocalName
Packages that use DefaultLocalName
Package
Description
Miscellaneous objects and adapters defined in the
"gco" namespace.Implementations of GeoAPI types from the
org.opengis.util package.-
Uses of DefaultLocalName in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return DefaultLocalNameModifier and TypeMethodDescriptionfinal DefaultLocalNameGO_GenericName.getName()Returns theTypeNameorMemberNameto marshal.Methods in org.apache.sis.internal.jaxb.gco with parameters of type DefaultLocalNameModifier and TypeMethodDescriptionfinal voidGO_GenericName.setName(DefaultLocalName value) Sets the value from theTypeNameorMemberName. -
Uses of DefaultLocalName in org.apache.sis.util.iso
Subclasses of DefaultLocalName in org.apache.sis.util.isoModifier and TypeClassDescriptionclassThe name to identify a member of a record.classThe name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return DefaultLocalNameModifier and TypeMethodDescriptionstatic DefaultLocalNameDefaultLocalName.castOrCopy(org.opengis.util.LocalName object) Returns a SIS local name implementation with the values of the given arbitrary implementation.(package private) final DefaultLocalNameDefaultNameSpace.local(CharSequence name, DefaultLocalName candidate) Returns a name which is local in this namespace.Methods in org.apache.sis.util.iso that return types with arguments of type DefaultLocalNameModifier and TypeMethodDescriptionfinal List<DefaultLocalName>DefaultLocalName.getParsedNames()Returns the sequence of local name for this name.Methods in org.apache.sis.util.iso with parameters of type DefaultLocalNameModifier and TypeMethodDescription(package private) final DefaultLocalNameDefaultNameSpace.local(CharSequence name, DefaultLocalName candidate) Returns a name which is local in this namespace.Method parameters in org.apache.sis.util.iso with type arguments of type DefaultLocalNameModifier and TypeMethodDescription(package private) static AbstractNameDefaultScopedName.create(UnmodifiableArrayList<? extends DefaultLocalName> names) Creates a new scoped names from the given list of local names.