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 DefaultLocalName
GO_GenericName.getName()
Returns theTypeName
orMemberName
to marshal.Methods in org.apache.sis.internal.jaxb.gco with parameters of type DefaultLocalNameModifier and TypeMethodDescriptionfinal void
GO_GenericName.setName
(DefaultLocalName value) Sets the value from theTypeName
orMemberName
. -
Uses of DefaultLocalName in org.apache.sis.util.iso
Subclasses of DefaultLocalName in org.apache.sis.util.isoModifier and TypeClassDescriptionclass
The name to identify a member of a record.class
The name of an attribute type associated to a member name.Methods in org.apache.sis.util.iso that return DefaultLocalNameModifier and TypeMethodDescriptionstatic DefaultLocalName
DefaultLocalName.castOrCopy
(org.opengis.util.LocalName object) Returns a SIS local name implementation with the values of the given arbitrary implementation.(package private) final DefaultLocalName
DefaultNameSpace.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 DefaultLocalName
DefaultNameSpace.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 AbstractName
DefaultScopedName.create
(UnmodifiableArrayList<? extends DefaultLocalName> names) Creates a new scoped names from the given list of local names.