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
package.
invalid reference
org.opengis.util
-
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.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.