Uses of Interface
org.apache.sis.xml.IdentifierMap
Packages that use IdentifierMap
Package
Description
A set of helper classes for JAXB handling in the SIS implementation.
Miscellaneous objects and adapters defined in the
"gco"
namespace.Root package for ISO 19115 metadata about resources (data or services).
Information to uniquely identify the data or service.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of IdentifierMap in org.apache.sis.internal.jaxb
Classes in org.apache.sis.internal.jaxb that implement IdentifierMapModifier and TypeClassDescriptionclass
Implementation of the map of identifiers associated toIdentifiedObject
instances.final class
A map of identifiers which supportput
andremove
operations.Fields in org.apache.sis.internal.jaxb declared as IdentifierMapModifier and TypeFieldDescriptionstatic final IdentifierMap
IdentifierMapAdapter.EMPTY
An immutable empty instance. -
Uses of IdentifierMap in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco with parameters of type IdentifierMapModifier and TypeMethodDescriptionprivate static <T> void
ObjectReference.putInto
(Context context, IdentifierMap map, IdentifierSpace<T> authority, T value) Adds a new identifier into the given map, if non null. -
Uses of IdentifierMap in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return IdentifierMapModifier and TypeMethodDescriptionISOMetadata.getIdentifierMap()
A map view of the identifiers collection as (authority, code) entries. -
Uses of IdentifierMap in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return IdentifierMapModifier and TypeMethodDescriptionDefaultRepresentativeFraction.getIdentifierMap()
Returns a map view of the identifiers collection as (authority, code) entries. -
Uses of IdentifierMap in org.apache.sis.xml
Methods in org.apache.sis.xml that return IdentifierMapModifier and TypeMethodDescriptionIdentifiedObject.getIdentifierMap()
A map view of the identifiers collection as (authority, code) entries.