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.
-