Uses of Class
org.apache.sis.internal.jaxb.gco.GO_CharacterString
Packages that use GO_CharacterString
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.Miscellaneous objects and adapters defined in the
"gcx"
namespace.Miscellaneous objects and adapters defined in the
"lan"
namespace.Root package for ISO 19115 metadata about resources (data or services).
Information about the frequency and scope of data updates.
-
Uses of GO_CharacterString in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return GO_CharacterStringModifier and TypeMethodDescriptionCharSequenceAdapter.marshal
(CharSequence value) Converts a character sequence to the object to be marshalled in a XML file or stream.CharSequenceAdapter.Since2014.marshal
(CharSequence value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.InternationalStringAdapter.marshal
(org.opengis.util.InternationalString value) Converts anInternationalString
to an object to format into a XML stream.InternationalStringAdapter.Since2014.marshal
(org.opengis.util.InternationalString value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.Converts a string to the object to be marshalled in a XML file or stream.Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.Replaces<gcx:FileName>
by<gmd:URL>
if marshalling legacy ISO 19139:2007 document.Converts aURI
to the object to be marshalled in a XML file or stream.(package private) static GO_CharacterString
CharSequenceAdapter.wrap
(CharSequence value) Converts a character sequence to the object to be marshalled in a XML file or stream.static GO_CharacterString
Converts the string representation of an object to be marshalled in a XML file or stream.Methods in org.apache.sis.internal.jaxb.gco with parameters of type GO_CharacterStringModifier and TypeMethodDescription(package private) static String
StringAdapter.toString
(GO_CharacterString value) Returns the string representation of the givenGO_CharacterString
for the current locale.final CharSequence
CharSequenceAdapter.unmarshal
(GO_CharacterString value) Converts a string read from a XML stream to the object containing the value.final org.opengis.util.InternationalString
InternationalStringAdapter.unmarshal
(GO_CharacterString value) Converts an object read from a XML stream to anInternationalString
implementation.StringAdapter.unmarshal
(GO_CharacterString value) Converts a string read from a XML stream to the object containing the value.final URI
URIAdapter.unmarshal
(GO_CharacterString value) Converts a URI read from a XML stream to the object containing the value. -
Uses of GO_CharacterString in org.apache.sis.internal.jaxb.gcx
Methods in org.apache.sis.internal.jaxb.gcx that return GO_CharacterStringModifier and TypeMethodDescriptionConverts a MIME type to the object to be marshalled in a XML file or stream. -
Uses of GO_CharacterString in org.apache.sis.internal.jaxb.lan
Subclasses of GO_CharacterString in org.apache.sis.internal.jaxb.lanModifier and TypeClassDescriptionfinal class
JAXB wrapper forLocale
in order to wrap the value in an XML element as specified by ISO 19115-3 standard.final class
JAXB wrapper forLocale
in order to wrap the value in an XML element as specified by ISO 19115-3 standard.final class
JAXB wrapper for ISO 19115-3<PT_FreeText>
element mapped toInternationalString
. -
Uses of GO_CharacterString in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return GO_CharacterStringModifier and TypeMethodDescriptionWraps the given URI in a<cit:OnlineResource>
element.Methods in org.apache.sis.metadata.iso with parameters of type GO_CharacterStringModifier and TypeMethodDescriptionURIStringAdapter.unmarshal
(GO_CharacterString value) Returns a URI from the given<cit:OnlineResource>
element. -
Uses of GO_CharacterString in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return GO_CharacterStringModifier and TypeMethodDescriptionAttributeTypeAdapter.marshal
(org.opengis.feature.type.AttributeType value) Unwrap the elements defined by ISO 19115-3:2016 schema to the value used byDefaultScopeDescription
.FeatureTypeAdapter.marshal
(org.opengis.feature.type.FeatureType value) Unwrap the elements defined by ISO 19115-3:2016 schema to the value used byDefaultScopeDescription
.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type GO_CharacterStringModifier and TypeMethodDescriptionorg.opengis.feature.type.AttributeType
AttributeTypeAdapter.unmarshal
(GO_CharacterString value) Wrap the given value fromDefaultScopeDescription
to the elements defined by ISO 19115-3:2016 schema.org.opengis.feature.type.FeatureType
FeatureTypeAdapter.unmarshal
(GO_CharacterString value) Wrap the given value fromDefaultScopeDescription
to the elements defined by ISO 19115-3:2016 schema.