Uses of Class
org.apache.sis.internal.jaxb.gco.GO_GenericName
Packages that use GO_GenericName
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.-
Uses of GO_GenericName in org.apache.sis.internal.jaxb.gco
Subclasses of GO_GenericName in org.apache.sis.internal.jaxb.gcoModifier and TypeClassDescriptionstatic final class
Wraps the value only if marshalling ISO 19115-3 element.Methods in org.apache.sis.internal.jaxb.gco that return GO_GenericNameModifier and TypeMethodDescriptionGO_GenericName.marshal
(org.opengis.util.GenericName value) Replaces a generic name by its wrapper.GO_GenericName.Since2014.marshal
(org.opengis.util.GenericName value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.Methods in org.apache.sis.internal.jaxb.gco with parameters of type GO_GenericNameModifier and TypeMethodDescriptionfinal org.opengis.util.GenericName
GO_GenericName.unmarshal
(GO_GenericName value) Unwraps the generic name from the given element.