Uses of Interface org.apache.sis.xml.IdentifierMap (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.apache.sis.metadata org.apache.sis.xml IdentifierMap Uses of Interface org.apache.sis.xml.IdentifierMap Packages that use IdentifierMap Package Description org.apache.sis.metadata.iso Root package for ISO 19115 metadata about resources (data or services). org.apache.sis.metadata.iso.identification Information to uniquely identify the data or service. org.apache.sis.xml Provides methods for marshalling and unmarshalling SIS objects in XML. Uses of IdentifierMap in org.apache.sis.metadata.iso Methods in org.apache.sis.metadata.iso that return IdentifierMap Modifier and Type Method Description IdentifierMap ISOMetadata.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 IdentifierMap Modifier and Type Method Description IdentifierMap DefaultRepresentativeFraction.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 IdentifierMap Modifier and Type Method Description IdentifierMap IdentifiedObject.getIdentifierMap() A map view of the identifiers collection as (authority, code) entries.