Uses of Class
org.apache.sis.internal.jaxb.referencing.Code
Packages that use Code
Package
Description
JAXB adapters for referencing.
Base classes for reference systems used for general positioning.
-
Uses of Code in org.apache.sis.internal.jaxb.referencing
Subclasses with type arguments of type Code in org.apache.sis.internal.jaxb.referencingModifier and TypeClassDescriptionfinal classJAXB adapter mapping the GeoAPIIdentifierto an implementation class that can be marshalled.Methods in org.apache.sis.internal.jaxb.referencing that return CodeModifier and TypeMethodDescriptionstatic CodeCode.forIdentifiedObject(Class<?> type, Iterable<? extends org.opengis.referencing.ReferenceIdentifier> identifiers) Returns a<gml:identifier>for the given identified object, ornullif none.RS_Identifier.marshal(org.opengis.referencing.ReferenceIdentifier value) Substitutes the identifier by the wrapper to be marshalled into an XML file or stream.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type Code -
Uses of Code in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CodeModifier and TypeMethodDescription(package private) final CodeAbstractIdentifiedObject.getIdentifier()Returns a single element from theSet<Identifier>collection, ornullif none.Methods in org.apache.sis.referencing with parameters of type CodeModifier and TypeMethodDescriptionprivate voidAbstractIdentifiedObject.setIdentifier(Code identifier) Invoked by JAXB at unmarshalling time for setting the identifier.