Uses of Class
org.apache.sis.internal.jaxb.gml.CodeListAdapter.Value
Packages that use CodeListAdapter.Value
Package
Description
Miscellaneous objects and adapters defined in the
"gml" namespace.-
Uses of CodeListAdapter.Value in org.apache.sis.internal.jaxb.gml
Subclasses with type arguments of type CodeListAdapter.Value in org.apache.sis.internal.jaxb.gmlModifier and TypeClassDescriptionclassCodeListAdapter<BoundType extends org.opengis.util.CodeList<BoundType>>JAXB adapter for GML code lists, in order to integrate the value in an element complying with GML standard.Methods in org.apache.sis.internal.jaxb.gml that return CodeListAdapter.ValueModifier and TypeMethodDescriptionfinal CodeListAdapter.ValueSubstitutes the code list by the proxy to be marshalled into an XML file or stream.Methods in org.apache.sis.internal.jaxb.gml with parameters of type CodeListAdapter.ValueModifier and TypeMethodDescriptionfinal BoundTypeCodeListAdapter.unmarshal(CodeListAdapter.Value identifier) Substitutes the adapter value read from an XML stream by the object which will contain the value.