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
Methods in org.apache.sis.internal.jaxb.referencing that return CodeModifier and TypeMethodDescriptionstatic Code
Code.forIdentifiedObject
(Class<?> type, Iterable<? extends org.opengis.referencing.ReferenceIdentifier> identifiers) Returns a<gml:identifier>
for the given identified object, ornull
if 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 Code
AbstractIdentifiedObject.getIdentifier()
Returns a single element from theSet<Identifier>
collection, ornull
if none.Methods in org.apache.sis.referencing with parameters of type CodeModifier and TypeMethodDescriptionprivate void
AbstractIdentifiedObject.setIdentifier
(Code identifier) Invoked by JAXB at unmarshalling time for setting the identifier.